File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.5.1] - 2026-06-03
11+
1012### Performance
1113- ` core/orf/resolve.py ` : rewrote the per-isoform hot path to operate on
1214 precomputed numpy exon arrays instead of per-row pandas operations
@@ -15,6 +17,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1517 ~ 2m53s to ~ 1m50s. Output is byte-identical across all 62 columns; this is a
1618 pure speedup with no behaviour change, which matters for full-genome inputs.
1719
20+ ### Packaging
21+ - Version bumped ` 1.5.0 ` -> ` 1.5.1 ` in ` src/craft/__init__.py ` and ` CITATION.cff ` .
22+
1823## [ 1.5.0] - 2026-06-02
1924
2025Sequence-aware functional consequences. All additions are additive: the original
Original file line number Diff line number Diff line change 77 given-names : Simone
88 email : simone.picelli@iob.ch
99 affiliation : " Institute of Molecular and Clinical Ophthalmology Basel (IOB)"
10- version : " 1.5.0 "
11- date-released : 2026-06-02
10+ version : " 1.5.1 "
11+ date-released : 2026-06-03
1212license : MIT
1313repository-code : " https://github.com/FullLengthFanatic/craft"
1414keywords :
Original file line number Diff line number Diff line change 33Long-read isoform functional-consequence annotator with truncation-aware ORF propagation.
44"""
55
6- __version__ = "1.5.0 "
6+ __version__ = "1.5.1 "
You can’t perform that action at this time.
0 commit comments