Skip to content

Commit

Permalink
bump: version 0.33.1 → 0.33.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ruancomelli committed Jul 25, 2022
1 parent 4f2c271 commit 55c27bf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@


## v0.33.2 (2022-07-25)

### Refactor

- **preprocessing/image_datasets**: improve error message
- **scripts/connect_gpus**: remove unnecessary `else` clauses
- **preprocessing/experiment_video**: remove unnecessary parameter `recalculate` from `make_dataframe`
- **preprocessing/experiment_video**: extract variable in `_sync_dataframes`
- **datasets/sliceable**: reduce usage of explicit type-annotations in `SliceableDataset.split`
- **model/definitions**: rename intermediary layers from `x` to `outputs`

### Feat

- **management/allocators**: support `suffix` parameter to set filename suffix when saving objects with `JSONTableAllocator` and `default_table_allocator`

## v0.33.1 (2022-07-13)

## v0.33.0 (2022-07-13)
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.33.1"
version = "0.33.2"
description = "Deep learning models for phase-change quantification and classification."
authors = [
{name = "Ruan Comelli", email = "[email protected]"}
Expand Down Expand Up @@ -148,5 +148,5 @@ plugins = [
[tool.commitizen]
tag_format = "v$major.$minor.$patch$prerelease"
update_changelog_on_bump = true
version = "0.33.1"
version = "0.33.2"
version_files = ["pyproject.toml:version"]

0 comments on commit 55c27bf

Please sign in to comment.