Releases: ACCESS-NRI/intake-dataframe-catalog
v0.3.1
What's Changed
- Updated python versions by @charles-turner-1 in #76
- Bump uibcdf/action-build-and-upload-conda-packages from 1.3.0 to 1.4.0 by @dependabot in #78
- Update meta.yaml & enable paths objects to be read by @charles-turner-1 in #79
Full Changelog: v0.3...v0.4
v0.3
What's Changed
- Take2 by @charles-turner-1 in #66
- Added a _display module with a singleton to configure the display options. by @charles-turner-1 in #65
- 223 Model Required by @charles-turner-1 in #71
- Update .zenodo.json by @rbeucher in #74
New Contributors
- @charles-turner-1 made their first contribution in #66
- @rbeucher made their first contribution in #74
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- Bump conda-incubator/setup-miniconda from 2 to 3 by @dependabot in #57
- Bump actions/setup-python from 4 to 5 by @dependabot in #58
- Bump uibcdf/action-build-and-upload-conda-packages from 1.2.0 to 1.3.0 by @dependabot in #59
- Pin intake<2.0.0 by @dougiesquire in #63
- Bump pre-commit/action from 3.0.0 to 3.0.1 by @dependabot in #61
- Bump codecov/codecov-action from 3 to 4 by @dependabot in #60
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- Bump actions/setup-python from 3 to 4 by @dependabot in #47
- Fix for fsspec>=2023.10.0 by @dougiesquire in #50
- Updates for pandas warnings by @dougiesquire in #53
- Update .readthedocs.yml by @dougiesquire in #54
- PyPI trusted publishing by @dougiesquire in #56
- Bump actions/checkout from 3 to 4 by @dependabot in #48
- Release v0.2.3 by @dougiesquire in #55
New Contributors
- @dependabot made their first contribution in #47
Full Changelog: v0.2.2...v0.2.3
v0.2.2
This release fixes a bug with the display in some JupyterLabs and includes a few minor code updates. See https://github.com/ACCESS-NRI/intake-dataframe-catalog/blob/main/CHANGELOG.rst#022
v0.2.1
This release includes some minor code and docs updates and adds the pass_query
argument to the .to_source*
methods to allow users to pass search queries on to catalog sources. For details, see https://github.com/ACCESS-NRI/intake-dataframe-catalog/blob/main/CHANGELOG.rst#021.
v0.2.0
This release includes some internal code refactoring and removes depreciated methods to_subcatalog
and to_subcatalog_dict
.
v0.1.1.post1
Required because v0.1.1 PyPI upload failed partway through
v0.1.1
The release includes an overhaul of terminology (including renaming some methods) to better align with intake
v0.1.0
Initial release