Skip to content

Commit

Permalink
Prepare v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rm1113 committed Sep 19, 2024
1 parent 5eb4d9e commit 374337e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@

## [Unreleased]

## [v0.3.0] - 2024-09-19
### 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))
- **Dependencies updated** in `setup.py` and `requirements.txt` to relax version constraints. ([#23](https://github.com/cellannotation/cap-anndata/pull/26))
- **Internal implementation** `CapAnnDataUns` was renamed to `CapAnnDataDict`.

### Fixed
Expand All @@ -30,7 +27,7 @@
## [v0.2.1] - 2024-06-14

### Fixed
- **Python 3.9 Compality**: Fixed type notation in `CapAnnDataDF`.
- **Python 3.9 Compatibility**: Fixed type notation in `CapAnnDataDF`.

## [v0.2.0] - 2024-06-12

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='cap_anndata',
version='0.2.2',
version='0.3.0',
author='R. Mukhin, A. Isaev',
author_email='[email protected]',
packages=find_packages(exclude=["test"]),
Expand Down

0 comments on commit 374337e

Please sign in to comment.