Changelog#
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Dates are specified in the format DD-MM-YYYY
.
0.2.0 - 03-03-2025#
Changed#
Reworked the plugin system
The approach now loosely follows the
napari
manifest, where plugins are to be published via ayaml
configuration file in the root folder of the plugin package, specifiying where the classes have to be imported.The manifest is taken as the actual entry point of a plugin, which will be used to redirect to the actual imports which is executed via the standard library
importlib
.
Added additional coverage for the
factory
module.Bumped sunflare version to
sunflare>=0.5.0
, which implements the above changes at toolkit level
0.1.0 - 22-02-2025#
Added#
Initial release on PyPI