Skip to content

Commit c91fb06

Browse files
committed
Update CHANGELOG.
1 parent 8fed3ba commit c91fb06

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,25 @@
1414
- Add `print_consensus_statements()` presenter for inspecting `PolisClusteringResult`.
1515
- Allow `pick_max` and `confidence` interval args to be set in `polis.run_clustering()`.
1616
- Allow `get_corrected_centroid_guesses()` to unflip each axis if correction not needed.
17+
- Abstracted reducer and clusterer algorithm support.
18+
- Added support for pacmap/localmap beyond PCA.
19+
- Added support for HDBSCAN clustering beyond KMeans.
20+
- Allow passing of arbitary params into reducer/clusterer.
21+
- Remove support for `polis_legacy` implementation (PolisClient).
22+
- Added disagree variant of group-informed-consensus. (`group-informed-consensus-disagree`)
23+
- Brought `group-informed-consensus` metrics to top-level result object.
24+
- Renamed `run_clustering` function to `run_pipeline` and created base pipeline implementation.
25+
- Add option to generate_figure_polis to configure showing pid labels (`show_pids`).
26+
- Remove deprecated methods from doc website.
27+
- Remove deprecated modules from prior import paths.
28+
- Avoid using dataframes in a few low level util function, in favour of numpy arrays.
1729

1830
### Fixes
31+
1932
- Handle when `is-meta` and `is-seed` columns arrive in CSV import.
2033
[`#55`](https://github.com/polis-community/red-dwarf/issues/55)
2134
- Handle loading comments data from API when `is_meta` missing in CSV import.
35+
- Only pass unique labels into `generate_figure()` colorbar.
2236

2337
### Chores
2438

0 commit comments

Comments
 (0)