Skip to content

Commit

Permalink
updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ptajvar committed Oct 22, 2024
1 parent 436867f commit 3d4cc74
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,18 @@ 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.
- Add `abundance_colocalization_plot` function to make scatter plots of selected marker-pairs' abundance.
- 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
Expand Down

0 comments on commit 3d4cc74

Please sign in to comment.