From 62a07686b6937da32ee4f1419212197a859a99cb Mon Sep 17 00:00:00 2001 From: Dan Saattrup Nielsen Date: Sun, 23 Apr 2023 20:38:39 +0200 Subject: [PATCH] feat: v4.4.1 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d10a832..00a0695 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.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 diff --git a/pyproject.toml b/pyproject.toml index 6258db5..7bc1c32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md"