Skip to content

Commit

Permalink
bump: version 0.31.0 → 0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruancomelli committed Jul 13, 2022
1 parent decc98a commit 8e058b8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@


## v0.32.0 (2022-07-12)

### Refactor

- **utils**: move `merge_dicts` to `utils.collections`
- **utils**: move `KeyedDefaultDict` to `utils.collections`

### Feat

- **datasets/cache**: support constructing a numpy cache adjusted to a dataset

## v0.31.0 (2022-07-12)

### Refactor
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.31.0"
version = "0.32.0"
description = "Deep learning models for phase-change quantification and classification."
authors = [
{name = "Ruan Comelli", email = "[email protected]"}
Expand Down Expand Up @@ -149,5 +149,5 @@ plugins = [
[tool.commitizen]
tag_format = "v$major.$minor.$patch$prerelease"
update_changelog_on_bump = true
version = "0.31.0"
version = "0.32.0"
version_files = ["pyproject.toml:version"]

0 comments on commit 8e058b8

Please sign in to comment.