Skip to content

Commit 792b10c

Browse files
tomwardiocopybara-github
authored andcommitted
Update version to 0.6.0
PiperOrigin-RevId: 871204690 Change-Id: I4445da572d3e151b8c3b3829af939f687d77d7ba
1 parent 525e964 commit 792b10c

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ 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.6.0]
10+
11+
### Added
12+
13+
- Support for making interval scoring requests with no center mask.
14+
- Additional `Variant` properties for if the variant is an indel, has
15+
frameshift or is a structured variant.
16+
- Options to set y-axis bounds, ticks and tick labels.
17+
- Support for processing splice sites from GTF.
18+
19+
### Changed
20+
21+
- Reduce peak memory usage by 50% when unpacking tensors.
22+
- Update citation to official Nature paper.
23+
924
## [0.5.1]
1025

1126
### Changed

src/alphagenome/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
"""A Python SDK for interacting and visualizing genomic models."""
1616

17-
__version__ = '0.5.1'
17+
__version__ = '0.6.0'

0 commit comments

Comments
 (0)