Commit 1341f72 1 parent 13e700c commit 1341f72 Copy full SHA for 1341f72
File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
2
3
+ ## v0.34.23 (2022-09-18)
4
+
5
+ ### Refactor
6
+
7
+ - ** model/training** : remove custom (de)serialization for ` FitModelReturn `
8
+
9
+ ### Feat
10
+
11
+ - make dataclasses automatically de-serializable
12
+ - ** model/model** : add method for easily copying models
13
+
3
14
## v0.34.22 (2022-09-17)
4
15
5
16
### Fix
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " boiling-learning"
3
- version = " 0.34.22 "
3
+ version = " 0.34.23 "
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.22 "
153
+ version = " 0.34.23 "
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