From 77007a1f1ed18dcb8a60dcf24a3056bbc0e590b9 Mon Sep 17 00:00:00 2001 From: Ruan Comelli Date: Mon, 12 Sep 2022 14:06:25 -0300 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.34.19=20=E2=86=92=200.34.20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 15 +++++++++++++++ pyproject.toml | 4 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db7a2de9..916a99f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ +## v0.34.20 (2022-09-12) + +### Feat + +- **utils/lazy**: add `LazyDescribed` utility class + +### Fix + +- **utils/lazy**: make lazy objects describable + +### Refactor + +- **utils/functional**: simplify `Pack.__getitem__` +- **utils/functional**: simplify `Pack.__str__` + ## v0.34.19 (2022-09-12) ### Fix diff --git a/pyproject.toml b/pyproject.toml index c2a31ca0..1fc0b689 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "boiling-learning" -version = "0.34.19" +version = "0.34.20" 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.19" +version = "0.34.20" version_files = ["pyproject.toml:version"] [tool.pylint.main]