All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Determine entity and project when using
wandb.Api.use_artifact
.
- Change data splitting function names for better understanding.
- Correct the default value of
val_fraction
in the functionsplit_dataset_v2
.
- Separate description lines from summary lines in the docstrings.
- Update the docstrings to clarify the distinction between
split_dataset
andsplit_dataset_v2
.
- Add a new data splitting functions,
split_dataset_v2
.
- Update transformers version requirement to ^4.36.2.
- Move transformers and torch to a new extra dependency section named "transformers".
- Loosen pandas version requirement to ^1.5.3.
- Update mkdocs.yml to display documents for the new modules.
- Add .env.template
- Update test coverage config.
- Update documents for the recently added functions.
- Add data splitting functions.
- Add evaluation metric report functions.
- Add trim_tokens for text processing.
- Edit type hints
- Convert variables to appropriate types.
- Add docstrings and type hints to the test scripts of the new utility modules.
- Add utilities for training pipeline.
- aws utils
- git utils
- io utils
- wandb utils
- Change layout of module document.
- Cover tests for more modules.
- First release (pre-release) on PyPI.