chore(release): bump to v0.4.0

CHANGELOG entry consolidates the unreleased work since v0.3.0:
testing-infrastructure expansion (proptest suites, cargo-fuzz
harness, stability tests, gungraun benches, CI), two real bug
fixes the testing surfaced (NaN-cycle non_dominated_sort, simplex
projection magnitude precision), the README decision-tree update
against the v0.3.0 comparison data, and the v0.4.0 perf pass
(cumulative compare harness 18.6 s → 5.7 s, 3.27×).

`examples/compare-results.md` refreshed with the post-perf-pass
ms numbers; quality metrics are bit-identical to the v0.3.0
snapshot (the perf pass was strictly CPU time, never algorithmic).
This commit is contained in:
2026-05-05 13:28:47 -06:00
parent d60a3c3fe8
commit 232dbc0172
3 changed files with 149 additions and 57 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "heuropt"
version = "0.3.0"
version = "0.4.0"
edition = "2024"
rust-version = "1.85"
authors = ["Stephen Waits <steve@waits.net>"]