Skip to content

Commit 0ab898e

Browse files
authored
Merge pull request #40 from quadbio/docs/changelog
Update the changelog
2 parents c7ef6ef + 2d8a270 commit 0ab898e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@ and this project adheres to [Semantic Versioning][].
1010

1111
## [Unreleased]
1212

13+
## [v0.2.0]
14+
15+
### Added
16+
- Added a tutorial on same-modality query to reference mapping {pr}`38`
17+
- Added a tutorial on data smoothing {pr}`37`
18+
- Added an option to return the mapping probabilities for categorical `.obs` mapping {pr}`39`
19+
- Added a `MappingOperator` class which allows for iterative mapping matrix applicatino in self-mapping mode {pr}`35`
20+
- Add the `umap` method to compute symmetric k-NN connectivities in self-mapping mode {pr}`34`
21+
22+
### Changed
23+
- Refectored the neighbors classes into a `Neighobrs` and a `Kernel` class and moved symmetrization into the `Kernel` class {pr}`36`
24+
25+
1326
## [v0.1.4]
1427
### Changed
1528
- Rename mapping methods to `map_obs`, `map_obsm`, and `map_layers`, and improve support for numerical `.obs` annotations {pr}`30`.

0 commit comments

Comments
 (0)