Skip to content

Commit

Permalink
feat: v4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Apr 23, 2023
1 parent 8002d58 commit 62a0768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ and this project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [Unreleased]
## [v4.4.1] - 2023-04-23
### Fixed
- When `return_all` is specified in `Boot.predict` and multiple samples have been
inputted, then it now returns an array of shape `(num_samples, num_boots)` rather
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "doubt"
version = "4.4.0"
version = "4.4.1"
description = "Bringing back uncertainty to machine learning."
authors = ["Dan Saattrup Nielsen <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 62a0768

Please sign in to comment.