Skip to content

Commit

Permalink
bump: version 0.23.7 → 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ruancomelli committed Jun 12, 2022
1 parent d10c6d0 commit fc85747
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@


## v0.24.0 (2022-06-12)

### Refactor

- **preprocessing/hdf5**: use further sliceable dataset methods in `frames_to_hdf5`
- **preprocessing/hdf5**: remove unnecessarily added `indices` parameter
- **preprocessing/hdf5**: rename `batch_size` as `buffer_size` in `frames_to_hdf5`
- **preprocessing/hdf5**: generalize `video_to_hdf5` as `frames_to_hdf5` accepting any dataset of frames
- **preprocessing/hdf5**: make compressing data optional
- **preprocessing/hdf5**: remove SWMR configuration since we will never write to `HDF5SliceableDataset`s
- **preprocessing/hdf5**: make use of the new sliceable interface for videos
- **preprocessing/video**: make `fps` a method in `Video`
- **preprocessing/video**: convert `Video` to a `SliceableDataset`
- **preprocessing/video**: remove unused functionality

### Feat

- **datasets/sliceable**: add `enumerate` method to sliceable datasets

## v0.23.7 (2022-06-11)

### Feat
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.23.7"
version = "0.24.0"
description = "Deep learning models for phase-change quantification and classification."
authors = [
{name = "Ruan Comelli", email = "[email protected]"}
Expand Down Expand Up @@ -162,5 +162,5 @@ plugins = [
[tool.commitizen]
tag_format = "v$major.$minor.$patch$prerelease"
update_changelog_on_bump = true
version = "0.23.7"
version = "0.24.0"
version_files = ["pyproject.toml:version"]

0 comments on commit fc85747

Please sign in to comment.