File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.6.0] - 2026-01-28
11+
1012### Added
1113
1214- Flat directory support — input folders without class subdirectories are auto-detected and split directly ([ #47 ] ).
@@ -139,7 +141,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
139141- Seed for reproducible splits.
140142- CLI interface.
141143
142- [ Unreleased ] : https://github.com/jfilter/split-folders/compare/0.5.1...HEAD
144+ [ Unreleased ] : https://github.com/jfilter/split-folders/compare/0.6.0...HEAD
145+ [ 0.6.0 ] : https://github.com/jfilter/split-folders/compare/0.5.1...0.6.0
143146[ 0.5.1 ] : https://github.com/jfilter/split-folders/compare/0.5.0...0.5.1
144147[ 0.5.0 ] : https://github.com/jfilter/split-folders/compare/0.4.3...0.5.0
145148[ 0.4.3 ] : https://github.com/jfilter/split-folders/compare/0.4.2...0.4.3
Original file line number Diff line number Diff line change 11[project ]
22name = " split-folders"
3- version = " 0.5.1 "
3+ version = " 0.6.0 "
44description = " Split folders with files (e.g. images) into training, validation and test (dataset) folders."
55readme = " README.md"
66license = " MIT"
Original file line number Diff line number Diff line change 1- __version__ = "0.5.1 "
1+ __version__ = "0.6.0 "
22
33from .split import * # noqa: F403
You can’t perform that action at this time.
0 commit comments