Skip to content

Commit 3c833d0

Browse files
tomwardiocopybara-github
authored andcommitted
Update version to 0.5.0
PiperOrigin-RevId: 830815303 Change-Id: Idf947e555052818593d2d19e0a29d9a2a36c9116
1 parent a36818f commit 3c833d0

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## [0.5.0]
10+
11+
### Added
12+
13+
- Support for performing in-silico mutagenesis (ISM) on the alternate allele.
14+
This enables the reproduction of e.g.
15+
[Figure 4b in our pre-print](https://doi.org/10.1101/2025.06.25.661532).
16+
- Add missing extended columns when calling `tidy_anndata`.
17+
18+
### Removed
19+
20+
- Remove support for 2kb DNA sequence lengths. This is due to AlphaGenome not
21+
performing well with very short sequence lengths (see
22+
[Figure 7 of our pre-print](https://doi.org/10.1101/2025.06.25.661532) for
23+
details).
24+
925
## [0.4.0]
1026

1127
### Added

src/alphagenome/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
"""A Python SDK for interacting and visualizing genomic models."""
1616

1717

18-
__version__ = '0.4.0'
18+
__version__ = '0.5.0'

0 commit comments

Comments
 (0)