Skip to content

Commit 810457c

Browse files
committed
bump: version 0.36.1 → 0.37.0
1 parent 68aa576 commit 810457c

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
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

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "boiling-learning"
3-
version = "0.36.1"
3+
version = "0.37.0"
44
description = "Deep learning models for phase-change quantification and classification."
55
authors = [
66
{name = "Ruan Comelli", email = "ruancomelli@gmail.com"}
@@ -147,7 +147,7 @@ plugins = [
147147
[tool.commitizen]
148148
tag_format = "v$major.$minor.$patch$prerelease"
149149
update_changelog_on_bump = true
150-
version = "0.36.1"
150+
version = "0.37.0"
151151
version_files = ["pyproject.toml:version"]
152152

153153
[tool.pylint.main]

0 commit comments

Comments
 (0)