Skip to content

Commit dd778bf

Browse files
committed
Bump version to 0.4.0a2
- pyproject.toml: version 0.4.0a1 → 0.4.0a2 - docs/installation.md: update alpha version note - docs/news.md: add v0.4.0a2 release notes
1 parent cbbf335 commit dd778bf

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

docs/source/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Install VAMPIRE using pip:
3131
$ pip install --pre vampire-tr
3232
```
3333

34-
> **Note for preview releases:** VAMPIRE `0.4.x` is currently in alpha (`0.4.0a1`).
34+
> **Note for preview releases:** VAMPIRE `0.4.x` is currently in alpha (`0.4.0a2`).
3535
> You must use `--pre` so that pip installs the preview version instead of the
3636
> latest stable `0.3.x` release.
3737
:::

docs/source/news.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!-- marker: after prelude -->
44

5+
## 2026-05-19 — VAMPIRE v0.4.0a2 (preview)
6+
7+
Second alpha release with bug fixes, CI improvements, and relaxed integration tests.
8+
9+
- **Bug fix:** Fixed motif polishing logic that lost unmatched de-novo motifs.
10+
- **CI:** Removed ruff lint workflow; relaxed exact DataFrame comparison in integration tests.
11+
- **Tests:** Added `--job` parameter for subprocess isolation between `scan` and `anno`.
12+
513
## 2026-05-07 — VAMPIRE v0.4.0a1 (preview)
614

715
Preview release of VAMPIRE 0.4.0 with a refactored `scan` / `anno` module split, polars 1.x compatibility, and updated container definition.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "vampire-tr"
7-
version = "0.4.0a1"
7+
version = "0.4.0a2"
88
readme = "README.md"
99
license = "MIT"
1010
license-files = ["LICENSE"]

0 commit comments

Comments
 (0)