History
0.1.0 (2022-05-11): First release
First release on PyPI.
0.2.0 (2022-06-02): CI
Updated tox.ini and GitHub actions, work in progress.
0.3.0 (2022-06-22): Bug fixes and CI improvements
Fixed sphinx local build
Fixed bumpversion
Add experiments notebooks and datasets
Improved test suite
0.3.1 (2022-06-22): Bug fixes and CI improvements
Fixed readthedoc build
0.4.1 (2022-06-24): Bug fixes and CI improvements
Fixed readthedoc build
Implemented console script (cli)
Reworked PatternClusteringEnv class
Bug fixes
Updated documentation
0.4.2 (2022-06-24): Added entry points
Added pattern-distance entry point, see pattern-distance –help.
Added pattern-clustering-mkconf entry point. The resulting json may be passed to pattern-distance and pattern-clustering commands.
0.5.0 (2022-06-25): Added entry points
Bug fixes in notebooks/
Removed unused patterns
1.0.0 (2022-07-01): checked experiments
Checked experiments in notebooks/
Fixed warning related to documentation build
Improved tests