Skip to content

Commit 2f56140

Browse files
joshfactorialclaude
andcommitted
Bump version to 4.4.3 and fix ChangeLog spelling
- pyproject.toml: 4.4.2 -> 4.4.3 for the release. - ChangeLog.md: behaviour -> behavior (consistency with the rest of the file). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent ba0baf3 commit 2f56140

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ChangeLog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ecoli reference):**
3434
| Stitch step (parallel) | 5.3 s |
3535
| Auto-tuned chunk size | 3.1 Mb (35 chunks) |
3636

37-
Scaling behaviour vs ecoli is ~linear in genome size as expected. The stitch
37+
Scaling behavior vs ecoli is ~linear in genome size as expected. The stitch
3838
step is bounded by raw disk I/O via `pysam.cat`, so it stays at single-digit
3939
seconds even as the BAM grows. Per-worker peak RSS is 304 MB ÷ 4 ≈ 76 MB,
4040
which is the reference segment + models — independent of chunk size and

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "neat-genreads"
3-
version = "4.4.2"
3+
version = "4.4.3"
44
description = "NGS Simulation toolkit"
55
readme = "README.md"
66
authors = ["Joshua Allen <jallen17@illinois.edu>", "Keshav Gandhi <krg3@illinois.edu>"]

0 commit comments

Comments
 (0)