Skip to content

Commit

Permalink
bump: version 0.27.0 → 0.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ruancomelli committed Jun 17, 2022
1 parent 14f1eaa commit 9fec44b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@


## v0.27.1 (2022-06-17)

### Fix

- **preprocessing/visualize**: remove usage of `DictTransformer`
- **preprocessing/image**: use TF to transform all images
- **preprocessing/image**: correctly convert all transformed data to numpy and squeeze arrays

## v0.27.0 (2022-06-17)

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

0 comments on commit 9fec44b

Please sign in to comment.