rand_distr-0.5.0-alpha.0
Pre-release
Pre-release
dhardy
released this
18 Feb 17:56
·
95 commits
to master
since this release
This is a pre-release. To depend on this version, use rand_distr = "=0.5.0-alpha.0"
to prevent automatic updates (which can be expected to include breaking changes).
Additions
Changes
- Target
rand
version0.9.0-alpha.0
- Remove unused fields from
Gamma
,NormalInverseGaussian
andZipf
distributions (#1184)
This breaks serialization compatibility with older versions. Dirichlet
now usesconst
generics, which means that its size is required at compile time (#1292)- The
Dirichlet::new_with_size
constructor was removed (#1292)