Commit a51b2bb 1 parent f8badba commit a51b2bb Copy full SHA for a51b2bb
File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
2
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
+
3
12
## v0.34.29 (2022-09-24)
4
13
5
14
### Feat
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " boiling-learning"
3
- version = " 0.34.29 "
3
+ version = " 0.34.30 "
4
4
description = " Deep learning models for phase-change quantification and classification."
5
5
authors = [
6
6
{name = " Ruan Comelli" , email = " ruancomelli@gmail.com" }
@@ -150,7 +150,7 @@ plugins = [
150
150
[tool .commitizen ]
151
151
tag_format = " v$major.$minor.$patch$prerelease"
152
152
update_changelog_on_bump = true
153
- version = " 0.34.29 "
153
+ version = " 0.34.30 "
154
154
version_files = [" pyproject.toml:version" ]
155
155
156
156
[tool .pylint .main ]
You can’t perform that action at this time.
0 commit comments