Commit 51f0fe5 1 parent 28f9c04 commit 51f0fe5 Copy full SHA for 51f0fe5
File tree 2 files changed +27
-2
lines changed
2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
2
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
+
3
28
## v0.34.18 (2022-09-10)
4
29
5
30
## v0.34.17 (2022-09-10)
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " boiling-learning"
3
- version = " 0.34.18 "
3
+ version = " 0.34.19 "
4
4
description = " Deep learning models for phase-change quantification and classification."
5
5
authors = [
6
6
{name = " Ruan Comelli" , email = " ruancomelli@gmail.com" }
@@ -150,7 +150,7 @@ plugins = [
150
150
[tool .commitizen ]
151
151
tag_format = " v$major.$minor.$patch$prerelease"
152
152
update_changelog_on_bump = true
153
- version = " 0.34.18 "
153
+ version = " 0.34.19 "
154
154
version_files = [" pyproject.toml:version" ]
155
155
156
156
[tool .pylint .main ]
You can’t perform that action at this time.
0 commit comments