Skip to content

Commit

Permalink
bump: version 0.30.0 → 0.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ruancomelli committed Jun 27, 2022
1 parent 9d4341d commit 13c7323
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@


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

### Fix

- **automl/tuning**: remove extra field from `TuneModelParams`

### Refactor

- **automl/hypermodels**: make `ImageRegressor` and `FixedArchitectureImageRegressor` subclasses of `Hypermodel`
- **utils/functional**: remove unused function
- **utils/slicerators**: remove no-longer used `slicerator` dependency

### Feat

- **automl/hypermodels**: define `FixedArchitectureImageRegressor` automodel
- **automl/hypermodels**: define `ImageRegressor` automodel

## v0.30.0 (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.0"
version = "0.30.1"
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.0"
version = "0.30.1"
version_files = ["pyproject.toml:version"]

0 comments on commit 13c7323

Please sign in to comment.