File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
1919### Fixes
2020- Fix ` Geometric::new ` for small ` p > 0 ` where ` 1 - p ` rounds to 1 (#36 )
21+ - Use ` direct-minimal-versions ` (#38 )
2122- Fix panic in ` FisherF::new ` on almost zero parameters (#39 )
2223- Fix panic in ` NormalInverseGaussian::new ` with very large ` alpha ` ; this is a Value-breaking change (#40 )
2324
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ can be enabled. (Note that any other crate depending on `num-traits` with the
4444
4545
4646[ statrs ] : https://github.com/statrs-dev/statrs
47- [ rand::distr ] : https://rust-random.github.io /rand/rand/distr/index.html
47+ [ rand::distr ] : https://docs.rs /rand/latest /rand/distr/index.html
4848
4949## Old Issues and Pull Requests
5050
Original file line number Diff line number Diff line change 88
99#![ doc(
1010 html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk.png" ,
11- html_favicon_url = "https://www.rust-lang.org/favicon.ico" ,
12- html_root_url = "https://rust-random.github.io/rand/"
11+ html_favicon_url = "https://www.rust-lang.org/favicon.ico"
1312) ]
1413#![ forbid( unsafe_code) ]
1514#![ deny( missing_docs) ]
You can’t perform that action at this time.
0 commit comments