We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eebec1 commit b465473Copy full SHA for b465473
2 files changed
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
5
This project adheres to [Semantic Versioning](http://semver.org/).
6
7
-### Unreleased (or v0.18.1)
+### v0.18.1
8
* Added optional `seed` parameter to `sample_proportions()` for reproducible results
9
* Added optional `seed` parameter to `proportions_from_distribution()` for reproducible results
10
* Fixed bug where `proportions_from_distribution()` ignored the `column_name` parameter
datascience/version.py
@@ -1 +1 @@
1
-__version__ = '0.18.0'
+__version__ = '0.18.1'
0 commit comments