Releases: synthesized-io/datasets
Releases · synthesized-io/datasets
Synthesized Datasets v1.7
v1.6
What's Changed
- Fix dataset loading by @hamishteagle in #9
New Contributors
- @hamishteagle made their first contribution in #9
Full Changelog: v1.5...v1.6
Synthesized Datasets v1.5
What's Changed
- Use python3.8 compatible typing by @simonhkswan in #8
Fixed a typing issue preventing the use of the package in python 3.8.
Full Changelog: v1.4...v1.5
Synthesized Datasets v1.4
What's Changed
- Add Schemas to datasets by @simonhkswan in #7
This change ensures all the datasets are now loaded with the correct schema. Loading each dataset is also faster because each dtype is now predefined.
Full Changelog: v1.3...v1.4
Synthesized Datasets v1.3
Larger datasets added
Synthesized Datasets v1.2
What's Changed
- Fix: cannot load dataset into spark when name and filename mismatch by @tomcarter23 in #5
Full Changelog: v1.1...v1.2
Synthesized Datasets v1.1
New ability to load a dataset into a Spark dataframe via load_spark()
What's Changed since v1.0
- Add ability to load into spark dataframe by @tomcarter23 in #4
New Contributors
- @tomcarter23 made their first contribution in #4
Full Changelog: v1.0...v1.1
Synthesized Datasets v1.0
There's enough datasets and a stable enough API to release the first major version of Synthesized datasets.
What's Changed since v0.9
- Added the "ALL" registry to list all available datasets.
Full Changelog: v0.9...v1.0
Synthesized Datasets v0.9
Make more datasets available.
Synthesized Datasets v0.8
Added time-series datasets.