Skip to content

Commit

Permalink
bump: version 0.34.29 → 0.34.30
Browse files Browse the repository at this point in the history
  • Loading branch information
ruancomelli committed Sep 25, 2022
1 parent f8badba commit a51b2bb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@


## v0.34.30 (2022-09-25)

### Refactor

- **utils/iterutils**: remove unused function `apply`
- **preprocessing/transformers**: simplify interface for constructing `Transformer`s
- **preprocessing/image**: replace custom transformer subclasses with wrapped transformers
- **preprocessing/transformers**: remove intermediate wrapped transformer

## v0.34.29 (2022-09-24)

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

[tool.pylint.main]
Expand Down

0 comments on commit a51b2bb

Please sign in to comment.