Commit 810457c 1 parent 68aa576 commit 810457c Copy full SHA for 810457c
File tree 2 files changed +22
-2
lines changed
2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
2
3
+ ## v0.37.0 (2022-10-29)
4
+
5
+ ### Perf
6
+
7
+ - ** management/allocators** : re-implement ` JSONTableAllocator ` with faster algorithm assuming that we read much more often than we write
8
+ - ** io/json** : make ` json.serialize ` a regular function
9
+
10
+ ### Refactor
11
+
12
+ - ** main** : update ` main.py `
13
+ - ** management/allocators** : simplify ` JSONTableAllocator ` inputs
14
+ - ** io/json** : simplify serialization by using lists
15
+ - ** io/json** : simplify conditionals
16
+ - ** io/json** : do not import ` typeclass ` as ` _typeclass `
17
+
18
+ ### BREAKING CHANGE
19
+
20
+ - the serialization/deserialization protocol
21
+ changed.
22
+
3
23
## v0.36.1 (2022-10-08)
4
24
5
25
### Fix
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " boiling-learning"
3
- version = " 0.36.1 "
3
+ version = " 0.37.0 "
4
4
description = " Deep learning models for phase-change quantification and classification."
5
5
authors = [
6
6
{name = " Ruan Comelli" , email = " ruancomelli@gmail.com" }
@@ -147,7 +147,7 @@ plugins = [
147
147
[tool .commitizen ]
148
148
tag_format = " v$major.$minor.$patch$prerelease"
149
149
update_changelog_on_bump = true
150
- version = " 0.36.1 "
150
+ version = " 0.37.0 "
151
151
version_files = [" pyproject.toml:version" ]
152
152
153
153
[tool .pylint .main ]
You can’t perform that action at this time.
0 commit comments