File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments