Changelog
Slitflow follows major version zero (rapid development) of Semantic Versioning.
0.1.1 (2023-03-07)
Features
Updated the documentation.
Added
slitflow.img.noise.Gaussclass.Added tests using pytest.
Added example scripts.
API changes
Changed to Python <3.11 due to dependency on scikit-image.
Bug fixes
Fixed bug in
ToTiffraising ValueError related to matplotlib.Figure.canvas.draw on macOS backend.Fixed bug in
set_grp_namerelated to loading CSV files.Fixed bug related to splitting depth in figure classes.
Fixed bug in
Imagesplitting data inappropriately.
Identified issues
Bug in the drawing figure, probably caused by matplotlib figure refresh.
slitflow.img.plot.Gauss2Drequires specific split depth of reqs data.
0.1.0 (2023-02-02)
Features
Added basic functionality.
0.0.1 (2022-10-29)
Features
Added test code.