From e4bb662aa75653968b868a72f9b3390ce441a8ee Mon Sep 17 00:00:00 2001 From: Ruan Comelli Date: Sat, 1 Oct 2022 19:30:19 -0300 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.34.30=20=E2=86=92=200.34.31?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ pyproject.toml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 045bbc44..4bae8dcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## v0.34.31 (2022-10-01) + +### Refactor + +- **preprocessing**: rename `ImageDataset` as `ExperimentVideoDataset` +- **preprocessing**: rename module `preprocessing.image_datasets` as `preprocessing.experiment_video_dataset` + ## v0.34.30 (2022-09-25) ### Refactor diff --git a/pyproject.toml b/pyproject.toml index 9bfe041a..28e4a81c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "boiling-learning" -version = "0.34.30" +version = "0.34.31" 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.30" +version = "0.34.31" version_files = ["pyproject.toml:version"] [tool.pylint.main]