- Change urls to use jsDelivr (a fast CDN) with a fixed version number, instead of GitHub. This fixes the URLs broken by the vega-datasets 2.0 release.
- Include all data from vega-datasets v1.29.0
- Add ohlc to local datasets
- Add wheat to local datasets
- Add us-unemployment local dataset
- Add iowa-electricity local dataset
- Move package to altair-viz organization
- Add MANIFEST.in to include all relevant files in build artifact
- Added
vega_datasets.local_data
object to more easily use local-only data - Removed
data.list_local_datasets()
in favor oflocal_data.list_datsets()
- Changed handling of "miserables", "us-10m", and "world-110m" datasets to return valid non-dataframe results rather than raising a ValueError.
- Re-synced with the vega-datasets repository to add access to a few dozen more datasets
- Added dataset_info.json to store all descriptions and references in one location. Docstrings are automatically constructed from this file.
- Added default date conversions for a number of datasets
- Bundled several more datasets: [airports, anscombe, barley, burtin, crimea]
- Substantial API changes, including ability to tab-complete dataset names
- Added individualized dataset doc strings
- bundled datasets: [iris, stocks, cars, seattle-temps, seattle-weather, sf-temps]
- Initial release with simple API
- bundled datasets: iris