Commit a586570 1 parent 1c7e98b commit a586570 Copy full SHA for a586570
File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
2
3
+ ## v0.34.17 (2022-09-10)
4
+
5
+ ### Feat
6
+
7
+ - ** preprocessing/transformers** : implement fluid pipelining of transformers
8
+
9
+ ### Refactor
10
+
11
+ - simplify description and JSON-encoding of ` Fraction ` s
12
+
3
13
## v0.34.16 (2022-09-09)
4
14
5
15
### Fix
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " boiling-learning"
3
- version = " 0.34.16 "
3
+ version = " 0.34.17 "
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.16 "
153
+ version = " 0.34.17 "
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