diff --git a/CHANGELOG.md b/CHANGELOG.md index ed30282..b9065cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [v4.4.0] - 2023-04-23 ### Added - Added a `return_all` argument to the `Boot.predict` method, which will override the `uncertainty` and `quantiles` arguments and return the raw bootstrap distribution diff --git a/pyproject.toml b/pyproject.toml index 4b7e1b9..6258db5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "doubt" -version = "4.3.1" +version = "4.4.0" description = "Bringing back uncertainty to machine learning." authors = ["Dan Saattrup Nielsen "] readme = "README.md"