Skip to content

Commit 62bb243

Browse files
committed
Update CHANGELOG.
1 parent 8fed3ba commit 62bb243

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,26 @@
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.
29+
- Rename `projected_{participants,statements}` to `{participant,statement}_projections` in run_pipeline results. Also coords keyed to ID, instead of dataframes.
1730

1831
### Fixes
32+
1933
- Handle when `is-meta` and `is-seed` columns arrive in CSV import.
2034
[`#55`](https://github.com/polis-community/red-dwarf/issues/55)
2135
- Handle loading comments data from API when `is_meta` missing in CSV import.
36+
- Only pass unique labels into `generate_figure()` colorbar.
2237

2338
### Chores
2439

0 commit comments

Comments
 (0)