Skip to content

Commit 51f0fe5

Browse files
committed
bump: version 0.34.18 → 0.34.19
1 parent 28f9c04 commit 51f0fe5

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11

22

3+
## v0.34.19 (2022-09-12)
4+
5+
### Fix
6+
7+
- **preprocessing/transformers**: fix type annotation for `Transformer.__ror__`
8+
9+
### Refactor
10+
11+
- **preprocessing/transformers**: simplify string conversion
12+
- **utils/collections**: simplify `KeyedSet` methods
13+
- move `utils/described.py` to `describe/described.py`
14+
- move `utils/descriptions.py` to `describe/describers.py`
15+
- re-use matmul operator with `Pack`s
16+
- **utils/functional**: remove barely used method `map_values`
17+
- **utils/functional**: remove unused constructor `Pack.pack`
18+
- **utils/functional**: remove unused method `Pack.omit`
19+
- **utils/table_dispatch**: remove unused typevar `Predicate`
20+
- **utils/lazy**: improve type annotations
21+
22+
### Feat
23+
24+
- add new subpackage `describe`
25+
- **datasets/sliceable**: add `sample` method
26+
- add lazy transformations
27+
328
## v0.34.18 (2022-09-10)
429

530
## v0.34.17 (2022-09-10)

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.18"
3+
version = "0.34.19"
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.18"
153+
version = "0.34.19"
154154
version_files = ["pyproject.toml:version"]
155155

156156
[tool.pylint.main]

0 commit comments

Comments
 (0)