Skip to content

Commit f2ab650

Browse files
committed
Prepare rand_distr v0.4.0 release
1 parent 491014b commit f2ab650

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

rand_distr/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [0.4.0] - 2020-12-18
8+
- Bump `rand` to v0.8.0
89
- New `Geometric`, `StandardGeometric` and `Hypergeometric` distributions (#1062)
910
- New `Beta` sampling algorithm for improved performance and accuracy (#1000)
1011
- `Normal` and `LogNormal` now support `from_mean_cv` and `from_zscore` (#1044)

rand_distr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rand_distr"
3-
version = "0.2.2"
3+
version = "0.4.0"
44
authors = ["The Rand Project Developers"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)