You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First stable release of the 1.6 series (previous 1.6 builds were betas).
- Cargo.toml / src/lib.rs (VERSION_STR_LONG, DATE_STR, and the matching unit
test) / docs conf.py / pixi.toml / CLAUDE.md: version -> 1.6.0, release date
4 August 2026. `--version` now reports "ngless v1.6.0 (release date: 4 August
2026)".
- ChangeLog: rename the Unreleased block to Version 1.6.0, with a lead-in
pointing at the beta1/beta2 blocks for the full delta against 1.5.0.
- docs/sources/whatsnew.rst: retitle from a beta note to "Released on August 4
2026". Promote the two post-beta2 changes that are new relative to 1.5.0 (the
early output-directory check and the module-import error listing searched
locations) into the user-facing list; fold the rest, which restore 1.5
behaviour the betas had not ported, into a section covering both pre-releases.
Install docs: 1.6.0 goes to bioconda, so drop the pre-release workaround of
pinning the .conda package by URL. pixi_install_ngless.toml now depends on
`ngless = ">=1.6.0,<2"` only -- the external tools (bwa, samtools, minimap2,
megahit, prodigal) come in as dependencies of the bioconda package, so they no
longer need to be listed. README.md and docs/sources/install.md are reworded
from "Beta releases (via pixi)" to "Using pixi" to match. This also fixes the
README manifest snippet, which had been missing its closing brace since the
1.6.0-beta2 release commit and was therefore invalid TOML.
Also remove the Docker and statically-linked-binary sections from both README.md
and docs/sources/install.md: they pointed at 1.4.2/1.5.0 artifacts and claimed
the download "bundles bwa, samtools and megahit", which is not true of the Rust
build (no external tools are embedded). Retarget the README release-docs link
from 1.5.0 to 1.6.0, and correct the functional test count in CLAUDE.md from 99
to 108.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0166PqYxwN7gA91X5RH6zzdq
0 commit comments