Skip to content

Latest commit

 

History

History
125 lines (83 loc) · 5.15 KB

File metadata and controls

125 lines (83 loc) · 5.15 KB

Changelog

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.

[Unreleased]

3.1.1 - 2026-07-03

Fixed

  • (deps) update rust crate nalgebra to 0.35.0 (#55)

Other

  • (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

Added

  • (multivariate) Royston's test (#50)
  • (multivariate) Székely-Rizzo test (#45)

Other

  • 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

Other

  • (deps) update rust crate tempfile to v3.27.0 (#43)
  • improve and optimize parallelism (#41)

3.0.0 - 2026-01-16

Added

  • optionally implement serde::{Deserialize, Serialize} in all structs and enums (#37)
  • multivariate tests of normality (#36)
  • add IntegrationError to Error (#34)
  • implement serde::{Deserialize, Serialize} for Computation (#33)
  • parallelism (#32)

Fixed

  • (deps) update rust crate eqsolver to 0.4.0 (#29)

Other

  • (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

Added

  • [breaking] mark the Error type as non_exhaustive (#26)
  • implement energy test for normality (#24)

Fixed

  • (deps) remove unused dependency gauss-quad
  • (deps) update rust crate ndarray to 0.17.0 (#20)

Other

  • 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

Added

  • implement the Anscombe-Glynn test (#19)
  • change data type on methods to impl IntoIterator (#7)

Fixed

  • (ci) replace mock with actual bench (#15)
  • (ci) benchmark threshold (#14)

Other

  • (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

Added

  • inital implementation

Other