Skip to content

Commit

Permalink
bump: version 0.36.0 → 0.36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ruancomelli committed Oct 8, 2022
1 parent 4724841 commit c23d5bf
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@


## v0.36.1 (2022-10-08)

### Fix

- **scripts**: invert order of conversion to grayscale and cropping

### Feat

- **transforms**: accept a subset to sample with `dataset_sampler`

### Refactor

- **utils/collections**: remove unnecessary typevar

## v0.36.0 (2022-10-02)

### Refactor
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.36.0"
version = "0.36.1"
description = "Deep learning models for phase-change quantification and classification."
authors = [
{name = "Ruan Comelli", email = "ruancomelli@gmail.com"}
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.36.0"
version = "0.36.1"
version_files = ["pyproject.toml:version"]

[tool.pylint.main]
Expand Down

0 comments on commit c23d5bf

Please sign in to comment.