Skip to content

Commit a586570

Browse files
committed
bump: version 0.34.16 → 0.34.17
1 parent 1c7e98b commit a586570

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11

22

3+
## v0.34.17 (2022-09-10)
4+
5+
### Feat
6+
7+
- **preprocessing/transformers**: implement fluid pipelining of transformers
8+
9+
### Refactor
10+
11+
- simplify description and JSON-encoding of `Fraction`s
12+
313
## v0.34.16 (2022-09-09)
414

515
### Fix

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "boiling-learning"
3-
version = "0.34.16"
3+
version = "0.34.17"
44
description = "Deep learning models for phase-change quantification and classification."
55
authors = [
66
{name = "Ruan Comelli", email = "ruancomelli@gmail.com"}
@@ -150,7 +150,7 @@ plugins = [
150150
[tool.commitizen]
151151
tag_format = "v$major.$minor.$patch$prerelease"
152152
update_changelog_on_bump = true
153-
version = "0.34.16"
153+
version = "0.34.17"
154154
version_files = ["pyproject.toml:version"]
155155

156156
[tool.pylint.main]

0 commit comments

Comments
 (0)