Skip to content

Commit

Permalink
bump: version 0.36.1 → 0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruancomelli committed Oct 29, 2022
1 parent 68aa576 commit 810457c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@


## v0.37.0 (2022-10-29)

### Perf

- **management/allocators**: re-implement `JSONTableAllocator` with faster algorithm assuming that we read much more often than we write
- **io/json**: make `json.serialize` a regular function

### Refactor

- **main**: update `main.py`
- **management/allocators**: simplify `JSONTableAllocator` inputs
- **io/json**: simplify serialization by using lists
- **io/json**: simplify conditionals
- **io/json**: do not import `typeclass` as `_typeclass`

### BREAKING CHANGE

- the serialization/deserialization protocol
changed.

## v0.36.1 (2022-10-08)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "boiling-learning"
version = "0.36.1"
version = "0.37.0"
description = "Deep learning models for phase-change quantification and classification."
authors = [
{name = "Ruan Comelli", email = "[email protected]"}
Expand Down Expand Up @@ -147,7 +147,7 @@ plugins = [
[tool.commitizen]
tag_format = "v$major.$minor.$patch$prerelease"
update_changelog_on_bump = true
version = "0.36.1"
version = "0.37.0"
version_files = ["pyproject.toml:version"]

[tool.pylint.main]
Expand Down

0 comments on commit 810457c

Please sign in to comment.