Skip to content

Commit

Permalink
bump: version 0.30.3 → 0.30.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ruancomelli committed Jun 29, 2022
1 parent 28ad851 commit 02a9508
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@


## v0.30.4 (2022-06-29)

### Fix

- **preprocessing/image**: fix tiny typing issue
- **model/model**: allow model weights to be saved in TF format

### Feat

- **scripts**: add support for arrays of frames to the processor makers
- **preprocessing/image**: support frames and arrays of images
- **preprocessing/numpy**: add caching of frames datasets using numpy files
- **data/boiling_curve**: add full data for Incropera boiling curve with imposed heat flux
- **data/boiling_curve**: add full data for boiling curve from Incropera
- add `data` subpackage containing experimental data
- **utils/typeutils**: add utility types `Pair` and `Triplet`

### Refactor

- **automl**: simplify hypermodel and tuner classes

## v0.30.3 (2022-06-26)

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

0 comments on commit 02a9508

Please sign in to comment.