Skip to content

Commit e2a36a1

Browse files
author
Simone Picelli
committed
bump version to 1.4.1 (docs-only patch)
1 parent 8f2709e commit e2a36a1

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.4.1] - 2026-05-25
11+
12+
Docs-only patch release. Addresses review findings on the methods-paper draft committed in v1.4.
13+
14+
### Changed
15+
- `docs/methods_paper.md`:
16+
- Verified GSE86148 dataset citation. Replaced wrong attribution (Boehm 2021 / Lykke-Andersen lab) with Colombo M, Karousis ED, Bourquin J, Bruggmann R, Mühlemann O (2017) *RNA* 23:189-201; Mühlemann lab at Bern. PMC5238794.
17+
- Merged duplicate refs 5 and 6 (both de la Fuente 2020 *Genome Biology*) into a single ref covering tappAS and the IsoAnnotLite companion tool. Renumbered in-text refs 6-24 down by 1; total references now 23.
18+
- Added a Bench 3 positive-control comparison using GENCODE's curated `nonsense_mediated_decay` annotation: GENCODE NMD OR=1.415 (p=1.3e-24) vs CRAFT NMD-sensitive OR=1.457 on a 4× smaller positive set, with 3,724-transcript overlap (96.8% of CRAFT-sensitive transcripts are also GENCODE-NMD). New Table 3b.
19+
- Added drop-out accounting paragraph: 80,441 NMD universe → 47,378 eligible (28,261 transcripts dropped by salmon low-count filter, 4,802 dropped because NMD rules don't apply).
20+
- Annotated Table 1 caption as "8 of 12 cells" with pointer to the full per-cell cache.
21+
- Added markdown image embeds for all three figures (`![Figure N](../benchmarks/figures/...)`).
22+
23+
### Packaging
24+
- Package version bumped from `1.4` to `1.4.1` in `src/craft/__init__.py` and `CITATION.cff`. No source code changes; tests + ruff unchanged from v1.4.
25+
1026
## [1.4] - 2026-05-25
1127

1228
### Packaging

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ authors:
77
given-names: Simone
88
email: simone.picelli@iob.ch
99
affiliation: "Institute of Molecular and Clinical Ophthalmology Basel (IOB)"
10-
version: "1.4"
10+
version: "1.4.1"
1111
date-released: 2026-05-25
1212
license: MIT
1313
repository-code: "https://github.com/FullLengthFanatic/craft"

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.4"
6+
__version__ = "1.4.1"

0 commit comments

Comments
 (0)