File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed
Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 11
22
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+
323## v0.36.1 (2022-10-08)
424
525### Fix
Original file line number Diff line number Diff line change 11[project ]
22name = " boiling-learning"
3- version = " 0.36.1 "
3+ version = " 0.37.0 "
44description = " Deep learning models for phase-change quantification and classification."
55authors = [
66 {name = " Ruan Comelli" , email = " ruancomelli@gmail.com" }
@@ -147,7 +147,7 @@ plugins = [
147147[tool .commitizen ]
148148tag_format = " v$major.$minor.$patch$prerelease"
149149update_changelog_on_bump = true
150- version = " 0.36.1 "
150+ version = " 0.37.0 "
151151version_files = [" pyproject.toml:version" ]
152152
153153[tool .pylint .main ]
You can’t perform that action at this time.
0 commit comments