Skip to content

Commit

Permalink
Changelog for 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edongashi committed Jul 31, 2023
1 parent 1c66ebf commit 61cbba7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## Changelog

### Version 1.1.0

- Added `syndiffix.py` python wrapper for ML feature selection.
- Lowered default thresholds for range and singularity nodes to 15 and 5.
- Improved clustering algorithm for main column.
- Added `--output` (`-o`) CLI argument to directly save the CSV file to disk.
- Added `--clustering-mainfeatures <features>` CLI argument to specify main column's ML features.
- Added `--clusters <clusters>` CLI argument which allows defining clusters manually.

### Version 1.0.2

- Fixed a bug in the computation of low-count/range/singularity thresholds' mean.
Expand Down

0 comments on commit 61cbba7

Please sign in to comment.