Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rm1113 committed Sep 18, 2024
1 parent ea9d41d commit 655c85a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,19 @@

## [Unreleased]

-
### Added
- **Support more AnnData fields**, additional API for accessing, modifying and deleting fields: `layers`, `obsm`, `varm`, `obsp`, `varp` was added.([#22](https://github.com/cellannotation/cap-anndata/pull/22), [#26](https://github.com/cellannotation/cap-anndata/pull/26))
- **String representation** for `CapAnnData` objects. ([#24](https://github.com/cellannotation/cap-anndata/pull/24))
- **Deprecation warnings** for `read_directly` function. ([#25](https://github.com/cellannotation/cap-anndata/pull/25)). It is recommended to use `read_h5ad` instead.

### Removed
- **`CapAnnDataUns` class** removed and replaced with the new `CapAnnDataDict` class.
- **`test_backed_uns.py` test file** deleted, superseded by tests for `CapAnnDataDict`.

### Changed
- **Dependencies updated** in `setup.py` and `requirements.txt` to relax version constraints and fix issues. ([#23](https://github.com/cellannotation/cap-anndata/pull/26))
- **Internal implementation** `CapAnnDataUns` was renamed to `CapAnnDataDict`.

## [v0.2.2] - 2024-08-28

### Added
Expand Down

0 comments on commit 655c85a

Please sign in to comment.