Releases: aimet-tech/aimet-ml
Releases · aimet-tech/aimet-ml
v1.0.1
v1.0.0
Changed
- Change data splitting function names for better understanding.
v0.6.3
Changed
- Correct the default value of
val_fraction
in the functionsplit_dataset_v2
.
v0.6.2
Changed
- Separate description lines from summary lines in the docstrings.
v0.6.1
Changed
- Update the docstrings to clarify the distinction between
split_dataset
andsplit_dataset_v2
.
v0.6.0
Added
- Add a new data splitting functions,
split_dataset_v2
.
v0.5.0
Changed
- Update transformers version requirement to ^4.36.2.
- Move transformers and torch to a new extra dependency section named "transformers".
v0.4.4
Added
- Loosen pandas version requirement to ^1.5.3.
v0.4.3
Added
- Update mkdocs.yml to display documents for the new modules.
v0.4.2
Added
- Update test coverage config.
- Add .env.template