All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
- final release with handling multiple datasets
- add compatibility for preprocessing parameter (0f69e41)
- add execution_info decorator (aef980f)
- add knn classification algo and update pipeline with new features (ea75433)
- add read_dataset_mul for multiple dataset (41d59d1)
- add threshold_otsu algo for binary image (665daa6)
- flexible path for different dataset folder structure (fced9c8)
- give flexibility to handle multiple dataset (659c451)
- optional histogram (b35e184)
- python version update to 3.8.8 for comparability reason (6db5c46)
- update pipeline with new features (0236b8f)
- update pipeline with new features and dataset (4e7af4c)
-
ds_path update for single dataset (b3f1752)
-
output stream indentation update (a5148de)
-
plot cmap missing parameter (a624ea1)
-
release note of v2.0.0 (1be2b87)
- Initial version with image manipulation functions, working procedures and structures.
- add basic functions and structures (e239efd)