Skip to content

Commit

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


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

### Refactor

- **utils**: move `unsort` to `utils.iterutils`
- **preprocessing/image**: remove unused image normalization preprocessing function
- **utils/utils**: remove unused utility function `indexify`
- **model/definitions**: remove unused custom models

### Feat

- **datasets/sliceable**: add support for sliceable dataset caching
- **automl**: define auto-tunable block for image normalization
- **preprocessing/numpy**: make `frames_to_numpy` lazier by not writing to disk and flushing instead of accumulating all data in memory

## v0.30.20 (2022-07-06)

### 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.30.20"
version = "0.31.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.30.20"
version = "0.31.0"
version_files = ["pyproject.toml:version"]

0 comments on commit c7bad3e

Please sign in to comment.