Skip to content

Commit

Permalink
bump: version 0.34.28 → 0.34.29
Browse files Browse the repository at this point in the history
  • Loading branch information
ruancomelli committed Sep 24, 2022
1 parent ba0cdaa commit 8003e21
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@


## v0.34.29 (2022-09-24)

### Feat

- add module containing re-usable dataset transforms
- **preprocessing/transformers**: allow simpler conversion of functions to transformers with a new wrapper `WrappedFunctionTransformer`
- **describe/describers**: make functions describable
- **io/json**: allow JSON encoding and decoding of functions

### Fix

- **preprocessing/transformers**: fix description of `WrappedFunctionTransformer`s

## v0.34.28 (2022-09-20)

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

[tool.pylint.main]
Expand Down

0 comments on commit 8003e21

Please sign in to comment.