diff --git a/CHANGELOG.md b/CHANGELOG.md index 565e3eb0..f3b5f507 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +_ Add `depth` column to `discarded_edgelist.parquet` output of the GRAPH stage that indicates at which refinement iteration the edge is removed. - Add `is_potential_doublet` and `n_edges_to_split_doublet` columns to adata.obs. - Add `fraction_potential_doublets` and `n_edges_to_split_potential_doublets` to annotate report.json. - Add `--max-edges-to-split` option to `graph` to specify the maximum number of edges that can be removed between two sub-components during multiplet recovery. @@ -24,6 +25,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `plot_polarity_diff_volcano` to make statistical comparison plots of selected component groups. - Add `get_differential_polarity` to statistically compare polarity scores of selected component groups. +### Removed + +- Remove the `components_recovered.csv` output from the GRAPH stage. + ## [0.18.3] - 2024-09-26 ### Fixed