Skip to content

Commit c23d5bf

Browse files
committed
bump: version 0.36.0 → 0.36.1
1 parent 4724841 commit c23d5bf

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11

22

3+
## v0.36.1 (2022-10-08)
4+
5+
### Fix
6+
7+
- **scripts**: invert order of conversion to grayscale and cropping
8+
9+
### Feat
10+
11+
- **transforms**: accept a subset to sample with `dataset_sampler`
12+
13+
### Refactor
14+
15+
- **utils/collections**: remove unnecessary typevar
16+
317
## v0.36.0 (2022-10-02)
418

519
### Refactor

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

156156
[tool.pylint.main]

0 commit comments

Comments
 (0)