Skip to content

Commit

Permalink
bump: version 0.25.5 → 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruancomelli committed Jun 16, 2022
1 parent 324faf9 commit 7f41277
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@


## v0.26.0 (2022-06-16)

### Fix

- **scripts/make_boiling_processors**: remove conversion to float32
- **scripts**: move random cropper to the "preprocessing" group since it is mandatory to enforce equal image size

### Refactor

- **preprocessing/hdf5**: remove compression option
- **preprocessing/video**: improve `VideoFrame` type annotations
- **preprocessing/video**: replace PIMS with Decord
- remove more unused functionality
- **preprocessing/transformers**: remove unnecessary class `FeatureTransformer` and adapt module
- **preprocessing/transformers**: remove unused class `KeyedFeatureTransformer`

## v0.25.5 (2022-06-15)

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

0 comments on commit 7f41277

Please sign in to comment.