| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-11 | 1.7 kB | |
| v0.43.0 source code.tar.gz | 2026-07-11 | 4.4 MB | |
| v0.43.0 source code.zip | 2026-07-11 | 4.5 MB | |
| Totals: 3 Items | 8.9 MB | 7 | |
Release 0.43.0 (2026-07-11)
Breaking changes
- Make the
rand/rand_distrsampling stack optional behind the default-onrandfeature (#88, #104) - Existing default-feature users are unchanged.
default-features = falsenow provides a deterministic core without RNG dependencies; sampling APIs require therandfeature.- This is a breaking change for users who already disabled default features and relied on sampling APIs.
New features
- Add the
Dirichlet(α)probability distribution (#95) - Add
O3-openblas-systemfor linking a system-installed OpenBLAS throughpkg-config(#98, #107)
Documentation
- Clarify BLAS/LAPACK backend selection, OpenBLAS source versus system builds, TLS prerequisites, and HDF5 constraints (#98)
- Remove the stale
Peroxide_BLASsetup link from the main README; the archived repository is retained for historical reference - Replace the hand-maintained source-layout table with module-level docs.rs pointers and improve module descriptions (#99, #108)
CI / Lint
- Add cargo-hack coverage for individual features and pairwise pure-Rust feature combinations (#98)
- Add dedicated CI coverage for system/source OpenBLAS, no-rand
wasm32, plotting, formatting, and clippy