[YANKED] v0.7.0 -- New feature: loading split specifications
Yanked due to mistakenly deploying "Load on init" changes before they were ready
Overview
Users can now specify to download specific splits when they load_data(); this reduces the time and RAM required for people to use datasets when they may only need part of it.
Ex: tr = f.load_data(split="train")
Additionally, this release includes code cleanup, docs improvements, and new applied AI examples.
What's Changed
- Split specification by @blue442 in #344
- automating api documentation using github action by @blue442 in #342
- Removing remnants of XTract by @blaiszik in #355
- Merege Split specification from dev into main (#344) by @blaiszik in #356
- Update README.md with contributing instructions by @ascourtas in #357
- add jingrui examples by @ascourtas in #363
- Load on init by @blue442 in #358
- Adds note for quickstart globus set to false by @marshallmcdonnell in #374
New Contributors
- @marshallmcdonnell made their first contribution in #374
Full Changelog: v0.6.3...v0.7.0