Skip to content

Commit 08d9e8a

Browse files
tomwardiocopybara-github
authored andcommitted
Update version to 0.2.0
PiperOrigin-RevId: 893527669 Change-Id: Ic8adc234204929081cadcdbb0fd38ddd3088b27d
1 parent 58db264 commit 08d9e8a

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,26 @@ 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+
- Non-zero mean computation to fine-tuning notebook.
14+
- Gene LFC loss for GenomeTracksHead.
15+
- Align alternate predictions for splice junctions when making indel
16+
predictions.
17+
18+
### Changed
19+
20+
- Fix splice-site and splice-site usage scoring to use the correct gene mask
21+
extractor.
22+
- Only consider splice sites that are within a gene body, and overlaps with
23+
the provided variant.
24+
- Pass requested outputs to the model prediction call, significantly reducing
25+
roofline memory consumption by eliding redundant computation.
26+
- Pad gene masks in gene scoring. This reduces the number of jit
27+
recompilations for different numbers of genes.
28+
929
## [0.1.0]
1030

1131
### Added

src/alphagenome_research/__init__.py

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

1515
"""AlphaGenome Research."""
1616

17-
__version__ = '0.1.0'
17+
__version__ = '0.2.0'

0 commit comments

Comments
 (0)