All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
3.1.1 - 2026-07-03
- (deps) update rust crate nalgebra to 0.35.0 (#55)
- (deps) update rust crate eqsolver to v0.4.1 (#56)
- (deps) update actions/checkout action to v7 (#57)
- (deps) update rust crate xsf to v0.5.1 (#54)
- (deps) update rust crate pastey to v0.2.3 (#53)
- improve CI times (#51)
3.1.0 - 2026-04-19
- version bump
- (deps) update rust crate rayon to v1.12.0 (#49)
- (deps) update rust crate nanoid to 0.5.0 (#48)
3.0.1 - 2026-03-19
3.0.0 - 2026-01-16
- optionally implement
serde::{Deserialize, Serialize}in allstructs andenums (#37) - multivariate tests of normality (#36)
- add
IntegrationErrortoError(#34) - implement
serde::{Deserialize, Serialize}forComputation(#33) - parallelism (#32)
- (deps) update rust crate eqsolver to 0.4.0 (#29)
- (test) integration algorithms, not Monte Carlo simulations
- (deps) update rust crate ndarray to v0.17.2 (#35)
- add explanation for flaky tests
- (deps) update rust crate tempfile to v3.24.0 (#30)
- (deps) update rust crate pastey to v0.2.1 (#28)
2.0.0 - 2025-12-08
- (deps) remove unused dependency
gauss-quad - (deps) update rust crate ndarray to 0.17.0 (#20)
- version bump (#27)
- (deps) update actions/checkout action to v6 (#23)
- (deps) update rust crate pastey to 0.2.0 (#22)
1.1.0 - 2025-11-01
- (release) version bump
- (bench) rm thresholds
- use
sort_unstable_by(#18) - (deps) update dawidd6/action-download-artifact action to v11 (#17)
- (deps) update actions/upload-artifact action to v5 (#16)
- (deps) update actions/github-script action to v8 (#12)
- (bench) add pr threshold (#13)
- (deps) update actions/checkout action to v5 (#11)
- add implementation benchmarks (#10)
- add windows test (#9)
1.0.0 - 2025-10-19
- inital implementation
- use
runner.temp - install R
- temp
- Merge branch 'main' of https://github.com/jzeuzs/normality
- remove artifact
- Add renovate.json (#1)
- fix temporary directory
- fix tempfile
- Initial commit