Skip to content

Commit

Permalink
bump: version 0.20.37 → 0.20.38
Browse files Browse the repository at this point in the history
  • Loading branch information
ruancomelli committed Jun 4, 2022
1 parent 39b44a7 commit b248f46
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.20.38 (2022-06-04)

### Refactor

- **model/training**: remove unnecessary arguments to `model.fit` and use new functionality from the bridging module
- **model/callbacks**: make "mode" mandatory and keyword-only in `SaveHistory`
- **model/callbacks**: remove extraneous arguments
- **model/callbacks**: improve time printer

### Feat

- **datasets/bridging**: add support for shuffling and auto-fixing batch size issues to `sliceable_dataset_to_tensorflow_dataset`
- **datasets/bridging**: add support for filtering in `sliceable_dataset_to_tensorflow_dataset`
- **management/cacher**: add decorator for cacher-aware functions
- **management/allocators**: add support for `allocate` method

### Fix

- **preprocessing/image_datasets**: fix image datasets description to be order-insensitive

## v0.20.37 (2022-06-04)

### 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.20.37"
version = "0.20.38"
description = "Deep learning models for phase-change quantification and classification."
authors = [
{name = "Ruan Comelli", email = "[email protected]"}
Expand Down Expand Up @@ -162,5 +162,5 @@ plugins = [
[tool.commitizen]
tag_format = "v$major.$minor.$patch$prerelease"
update_changelog_on_bump = true
version = "0.20.37"
version = "0.20.38"
version_files = ["pyproject.toml:version"]

0 comments on commit b248f46

Please sign in to comment.