From 9c502b8c197dff156a78bf5ed6381f67663b502a Mon Sep 17 00:00:00 2001 From: Ruan Comelli Date: Sat, 18 Jun 2022 16:37:13 -0300 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.29.2=20=E2=86=92=200.29.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ pyproject.toml | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cebca51c..10dab9b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ +## v0.29.3 (2022-06-18) + +### Feat + +- **model/training**: add `load_with_strategy` function for loading models using a specific distributed strategy + ## v0.29.2 (2022-06-18) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 5de3e419..3330f431 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "boiling-learning" -version = "0.29.2" +version = "0.29.3" description = "Deep learning models for phase-change quantification and classification." authors = [ {name = "Ruan Comelli", email = "ruancomelli@gmail.com"} @@ -151,5 +151,5 @@ plugins = [ [tool.commitizen] tag_format = "v$major.$minor.$patch$prerelease" update_changelog_on_bump = true -version = "0.29.2" +version = "0.29.3" version_files = ["pyproject.toml:version"]