From 24eea28f85a6cf81fecc0124591b1190b575510b Mon Sep 17 00:00:00 2001 From: Ruan Comelli Date: Sat, 17 Sep 2022 12:11:00 -0300 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.34.20=20=E2=86=92=200.34.21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ pyproject.toml | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 916a99f4..946ab3e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ +## v0.34.21 (2022-09-17) + +### Fix + +- **automl/tuning**: ensure that the valset is batched when evaluating + +### Refactor + +- **preprocessing/experiment_video**: remove unnecessary parameter `missing_ok` from `load_df` + ## v0.34.20 (2022-09-12) ### Feat diff --git a/pyproject.toml b/pyproject.toml index ca4abb45..075be339 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "boiling-learning" -version = "0.34.20" +version = "0.34.21" description = "Deep learning models for phase-change quantification and classification." authors = [ {name = "Ruan Comelli", email = "ruancomelli@gmail.com"} @@ -150,7 +150,7 @@ plugins = [ [tool.commitizen] tag_format = "v$major.$minor.$patch$prerelease" update_changelog_on_bump = true -version = "0.34.20" +version = "0.34.21" version_files = ["pyproject.toml:version"] [tool.pylint.main]