Commit e4bb662 1 parent 17098ec commit e4bb662 Copy full SHA for e4bb662
File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
2
3
+ ## v0.34.31 (2022-10-01)
4
+
5
+ ### Refactor
6
+
7
+ - ** preprocessing** : rename ` ImageDataset ` as ` ExperimentVideoDataset `
8
+ - ** preprocessing** : rename module ` preprocessing.image_datasets ` as ` preprocessing.experiment_video_dataset `
9
+
3
10
## v0.34.30 (2022-09-25)
4
11
5
12
### Refactor
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " boiling-learning"
3
- version = " 0.34.30 "
3
+ version = " 0.34.31 "
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.30 "
153
+ version = " 0.34.31 "
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