Skip to content

Commit

Permalink
chore: release 0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruancomelli committed Nov 15, 2022
1 parent 13114f7 commit 4b691f5
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@


## v0.38.0 (2022-11-14)

### Fix

- **main**: correctly retrieve lazy value when generating the learning curve
- **main**: make `main` executable
- **main**: ensure that index columns are not included when saving data as CSV

### Refactor

- **datasets/bridging**: add logging for when loading is successful or fails
- **main**: simplify purging experiment videos
- **datasets/cache**: simplify `SliceableDatasetCache` interface
- **datasets/sliceable**: allow caches to take responsibility over the decision from where to fetch data
- **main**: remove unused parameter `buffer_size`
- **management/allocators**: replace `default_table_allocator` with `JSONTableAllocator`
- **io/json**: simplify encoding/decoding of `Pack`s
- **main**: remove constant `SPLITS` and instead make it a default value to `GetImageDatasetParams`
- **io/json**: simplify encoding/decoding of `frozendict`s

### Perf

- **main**: cache video information for faster subsequent iterations

### BREAKING CHANGE

- the protocol for encoding or decoding `Pack`s
has changed.

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

### Perf
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.37.0"
version = "0.38.0"
description = "Deep learning models for phase-change quantification and classification."
authors = [
{name = "Ruan Comelli", email = "[email protected]"}
Expand Down Expand Up @@ -148,7 +148,7 @@ plugins = [
[tool.commitizen]
tag_format = "v$major.$minor.$patch$prerelease"
update_changelog_on_bump = true
version = "0.37.0"
version = "0.38.0"
version_files = ["pyproject.toml:version"]
bump_message = "chore: release $new_version"

Expand Down

0 comments on commit 4b691f5

Please sign in to comment.