Skip to content

Commit f514210

Browse files
tomwardiocopybara-github
authored andcommitted
Update version to 0.2.0
PiperOrigin-RevId: 796440784 Change-Id: Ie3dd9459837bbc1dde76cbc12c32e5ae53aec54a
1 parent 0cd2d35 commit f514210

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.2.0]
10+
11+
### Added
12+
13+
- Add `is_insertion` and `is_deletion` properties to `Variant`.
14+
- Add `DnaModel` abstract base class.
15+
- Add support for center mask scoring over the entire sequence by passing
16+
`None` for width.
17+
18+
### Changed
19+
20+
- Move RPC requests and responses to `dna_model_service.proto`.
21+
- Move functionality to convert `TrackData` to/from protocol buffers to
22+
utility module.
23+
924
## [0.1.0]
1025

1126
### 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.1.0'
18+
__version__ = '0.2.0'

0 commit comments

Comments
 (0)