Skip to content

Commit

Permalink
bump: version 0.34.18 → 0.34.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ruancomelli committed Sep 12, 2022
1 parent 28f9c04 commit 51f0fe5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@


## v0.34.19 (2022-09-12)

### Fix

- **preprocessing/transformers**: fix type annotation for `Transformer.__ror__`

### Refactor

- **preprocessing/transformers**: simplify string conversion
- **utils/collections**: simplify `KeyedSet` methods
- move `utils/described.py` to `describe/described.py`
- move `utils/descriptions.py` to `describe/describers.py`
- re-use matmul operator with `Pack`s
- **utils/functional**: remove barely used method `map_values`
- **utils/functional**: remove unused constructor `Pack.pack`
- **utils/functional**: remove unused method `Pack.omit`
- **utils/table_dispatch**: remove unused typevar `Predicate`
- **utils/lazy**: improve type annotations

### Feat

- add new subpackage `describe`
- **datasets/sliceable**: add `sample` method
- add lazy transformations

## v0.34.18 (2022-09-10)

## v0.34.17 (2022-09-10)
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.18"
version = "0.34.19"
description = "Deep learning models for phase-change quantification and classification."
authors = [
{name = "Ruan Comelli", email = "[email protected]"}
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.18"
version = "0.34.19"
version_files = ["pyproject.toml:version"]

[tool.pylint.main]
Expand Down

0 comments on commit 51f0fe5

Please sign in to comment.