Skip to content

Commit c9311d7

Browse files
tomwardiocopybara-github
authored andcommitted
Update version to v.0.6.1
PiperOrigin-RevId: 877909973 Change-Id: Ie108a524c398927898e0fca294a0163e0fec9550
1 parent 2a5318c commit c9311d7

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.1]
10+
11+
### Changed
12+
13+
- Speed up seqlogo plotting 100x.
14+
- Filter splice junctions when calling `filter_by_strand` of model Output
15+
dataclass. Previously only tracks would be correctly filtered.
16+
- When plotting junctions, don't calculate k-threshold if there are no
17+
junctions to plot.
18+
19+
### Fixed
20+
21+
- `IndexError` when plotting annotations with no labels.
22+
- `KeyError` when tidying variant scores with no values.
23+
924
## [0.6.0]
1025

1126
### Added

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.6.0'
17+
__version__ = '0.6.1'

0 commit comments

Comments
 (0)