From 9212bd25666655258dd770ac21f2be3750bb0a9e Mon Sep 17 00:00:00 2001 From: Ruan Comelli Date: Thu, 16 Jun 2022 11:00:47 -0300 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.26.1=20=E2=86=92=200.26.2?= 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 fa32e032..40cdbc71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ +## v0.26.2 (2022-06-16) + +### Refactor + +- **preprocessing**: improve type-annotations in `image` and `transformers` modules + +### Perf + +- **scripts**: re-order processors to run the faster and most memory-saving operation first + ## v0.26.1 (2022-06-16) ### Fix diff --git a/pyproject.toml b/pyproject.toml index a3f69bf1..3e11f10f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "boiling-learning" -version = "0.26.1" +version = "0.26.2" description = "Deep learning models for phase-change quantification and classification." authors = [ {name = "Ruan Comelli", email = "ruancomelli@gmail.com"} @@ -158,5 +158,5 @@ plugins = [ [tool.commitizen] tag_format = "v$major.$minor.$patch$prerelease" update_changelog_on_bump = true -version = "0.26.1" +version = "0.26.2" version_files = ["pyproject.toml:version"]