File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,20 @@ and this project adheres to
1010
1111### Added
1212
13+ ### Changed
14+
15+ ### Deprecated
16+
17+ ### Removed
18+
19+ ### Fixed
20+
21+ ### Security
22+
23+ ## [ 4.8.0] - 2022-12-21
24+
25+ ### Added
26+
1327- [ API] ` DatasetBuilder ` 's description and citations can be specified in
1428 dedicated ` README.md ` and ` CITATIONS.bib ` files, within the dataset package
1529 (see https://www.tensorflow.org/datasets/add_dataset ).
Original file line number Diff line number Diff line change 2424
2525# We follow Semantic Versioning (https://semver.org/spec/v2.0.0.html)
2626_MAJOR_VERSION = '4'
27- _MINOR_VERSION = '7 '
27+ _MINOR_VERSION = '8 '
2828_PATCH_VERSION = '0'
2929
3030__version__ = '.' .join ([
Original file line number Diff line number Diff line change 2020
2121# We follow Semantic Versioning (https://semver.org/spec/v2.0.0.html)
2222_MAJOR_VERSION = '4'
23- _MINOR_VERSION = '7 '
23+ _MINOR_VERSION = '8 '
2424_PATCH_VERSION = '0'
2525
2626__version__ = '.' .join ([
You can’t perform that action at this time.
0 commit comments