Skip to content

Commit a51b2bb

Browse files
committed
bump: version 0.34.29 → 0.34.30
1 parent f8badba commit a51b2bb

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11

22

3+
## v0.34.30 (2022-09-25)
4+
5+
### Refactor
6+
7+
- **utils/iterutils**: remove unused function `apply`
8+
- **preprocessing/transformers**: simplify interface for constructing `Transformer`s
9+
- **preprocessing/image**: replace custom transformer subclasses with wrapped transformers
10+
- **preprocessing/transformers**: remove intermediate wrapped transformer
11+
312
## v0.34.29 (2022-09-24)
413

514
### Feat

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "boiling-learning"
3-
version = "0.34.29"
3+
version = "0.34.30"
44
description = "Deep learning models for phase-change quantification and classification."
55
authors = [
66
{name = "Ruan Comelli", email = "ruancomelli@gmail.com"}
@@ -150,7 +150,7 @@ plugins = [
150150
[tool.commitizen]
151151
tag_format = "v$major.$minor.$patch$prerelease"
152152
update_changelog_on_bump = true
153-
version = "0.34.29"
153+
version = "0.34.30"
154154
version_files = ["pyproject.toml:version"]
155155

156156
[tool.pylint.main]

0 commit comments

Comments
 (0)