From 75b53935b52652625f687fe948d6a4ab60df1847 Mon Sep 17 00:00:00 2001 From: Dan Saattrup Nielsen Date: Sun, 17 Jul 2022 19:24:24 +0200 Subject: [PATCH] feat: v4.3.0 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba303e6..01f19a6 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.3.0] - 2022-07-17 ### Added - The `QuantileRegressionForest` now has a `feature_importances_` attribute. diff --git a/pyproject.toml b/pyproject.toml index e1626d7..7472f43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "doubt" -version = "4.2.0" +version = "4.3.0" description = "Bringing back uncertainty to machine learning." authors = ["Dan Saattrup Nielsen "] readme = "README.md"