Skip to content

Commit b8f26c2

Browse files
committed
bump: version 0.34.8 → 0.34.9
1 parent 6c6c3c0 commit b8f26c2

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11

22

3+
## v0.34.9 (2022-08-13)
4+
5+
### Feat
6+
7+
- return model evaluation from fitting and autotuning
8+
- accept a crop mode in `make_condensation_preprocessors`
9+
310
## v0.34.8 (2022-08-09)
411

512
### Fix

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "boiling-learning"
3-
version = "0.34.8"
3+
version = "0.34.9"
44
description = "Deep learning models for phase-change quantification and classification."
55
authors = [
66
{name = "Ruan Comelli", email = "ruancomelli@gmail.com"}
@@ -151,5 +151,5 @@ plugins = [
151151
[tool.commitizen]
152152
tag_format = "v$major.$minor.$patch$prerelease"
153153
update_changelog_on_bump = true
154-
version = "0.34.8"
154+
version = "0.34.9"
155155
version_files = ["pyproject.toml:version"]

0 commit comments

Comments
 (0)