Skip to content

Releases: jzeuzs/normality

v3.1.0

19 Apr 10:30
1697ead

Choose a tag to compare

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)

v3.0.1

19 Mar 08:17
af52035

Choose a tag to compare

Other

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

v3.0.0

16 Jan 15:13
12da20d

Choose a tag to compare

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)

v2.0.0

08 Dec 08:34
6b30228

Choose a tag to compare

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)

v1.1.0

01 Nov 11:43
db80b90

Choose a tag to compare

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)

v1.0.0

19 Oct 07:22
044a192

Choose a tag to compare

Added

  • inital implementation

Other