Skip to content

Latest commit

 

History

History
executable file
·
45 lines (27 loc) · 3.09 KB

CHANGELOG.md

File metadata and controls

executable file
·
45 lines (27 loc) · 3.09 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

(2021-04-26)

⚠ BREAKING CHANGES

  • final release with handling multiple datasets

Features

  • 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)

Bug Fixes

  • ds_path update for single dataset (b3f1752)

  • output stream indentation update (a5148de)

  • plot cmap missing parameter (a624ea1)

  • release note of v2.0.0 (1be2b87)

2.0.0 (2021-04-17)

⚠ BREAKING CHANGES

  • Initial version with image manipulation functions, working procedures and structures.

Features

  • add basic functions and structures (e239efd)