Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
siberianisaev committed Jan 16, 2025
1 parent 3667258 commit e1a8966
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

## [Unreleased]

## [v0.4.0] - 2025-01-16

### Fixed
**Bug fixes related to AnnData update**:
- Assignment destination is read-only during rename column ([#32](https://github.com/cellannotation/cap-anndata/pull/38)).
- Change index of the `CapAnnDataDF` when save anndata ([#29](https://github.com/cellannotation/cap-anndata/pull/36)).
- Overwrite `CapAnnDataDF` before read obs (or var) leads to bug ([#33](https://github.com/cellannotation/cap-anndata/pull/35)).

### Changed
- **Refactoring**:
- Update `CSRDataset` and `CSCDataset` import from `AnnData` ([#31](https://github.com/cellannotation/cap-anndata/pull/37)).
- Remove a few print statements ([#34](https://github.com/cellannotation/cap-anndata/pull/37)).
- **Fields access during overwrite of AnnData**:
- Overwrite tries to read raw layer on every call ([#28](https://github.com/cellannotation/cap-anndata/pull/37)).

## [v0.3.1] - 2024-11-08

### Fixed
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.3.1',
version='0.4.0',
author='R. Mukhin, A. Isaev',
author_email='[email protected]',
packages=find_packages(exclude=["test"]),
Expand Down

0 comments on commit e1a8966

Please sign in to comment.