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.Gauss class.

  • 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 ToTiff raising ValueError related to matplotlib.Figure.canvas.draw on macOS backend.

  • Fixed bug in set_grp_name related to loading CSV files.

  • Fixed bug related to splitting depth in figure classes.

  • Fixed bug in Image splitting data inappropriately.

Identified issues

  • Bug in the drawing figure, probably caused by matplotlib figure refresh.

  • slitflow.img.plot.Gauss2D requires 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.