Releases: jzeuzs/normality
Releases · jzeuzs/normality
v3.1.0
v3.0.1
v3.0.0
Added
- 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)
Fixed
- (deps) update rust crate eqsolver to 0.4.0 (#29)
Other
v2.0.0
Added
Fixed
- (deps) remove unused dependency
gauss-quad - (deps) update rust crate ndarray to 0.17.0 (#20)
Other
v1.1.0
Added
Fixed
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
Added
- inital implementation
Other
- 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