Skip to content

Commit bed2a2e

Browse files
author
Simone Picelli
committed
bump version to 1.5.1 (resolve perf patch)
1 parent 2ed0590 commit bed2a2e

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

2025
Sequence-aware functional consequences. All additions are additive: the original

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ authors:
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
1212
license: MIT
1313
repository-code: "https://github.com/FullLengthFanatic/craft"
1414
keywords:

src/craft/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
Long-read isoform functional-consequence annotator with truncation-aware ORF propagation.
44
"""
55

6-
__version__ = "1.5.0"
6+
__version__ = "1.5.1"

0 commit comments

Comments
 (0)