Skip to content

Commit

Permalink
bump: version 0.34.8 → 0.34.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ruancomelli committed Aug 13, 2022
1 parent 6c6c3c0 commit b8f26c2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


## v0.34.9 (2022-08-13)

### Feat

- return model evaluation from fitting and autotuning
- accept a crop mode in `make_condensation_preprocessors`

## v0.34.8 (2022-08-09)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "boiling-learning"
version = "0.34.8"
version = "0.34.9"
description = "Deep learning models for phase-change quantification and classification."
authors = [
{name = "Ruan Comelli", email = "[email protected]"}
Expand Down Expand Up @@ -151,5 +151,5 @@ plugins = [
[tool.commitizen]
tag_format = "v$major.$minor.$patch$prerelease"
update_changelog_on_bump = true
version = "0.34.8"
version = "0.34.9"
version_files = ["pyproject.toml:version"]

0 comments on commit b8f26c2

Please sign in to comment.