Releases: jbusecke/pangeo-forge-esgf
Releases · jbusecke/pangeo-forge-esgf
v0.3.1
What's Changed
- Only warn if iids were not parsed by @jbusecke in #40
- Add version fix to
facets_from_iid
by default by @jbusecke in #41 - Correct naming scheme and add tests by @jbusecke in #43
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #44
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #47
Full Changelog: v0.3.0...v0.3.1
v0.3.0
v0.2.0
What's Changed
- Refactor dependencies by @jbusecke in #22
- Make search_node url optional input to
parse_instance_ids
by @jbusecke in #21 - Fixes tests in prematurely merged #21 by @jbusecke in #24
- Switch pre-commit linting to ruff by @jbusecke in #25
- Added mypy and fixed square bracket splitting by @jbusecke in #26
- Fix the way the current version is checked on CD by @jbusecke in #27
- Further fixes to the release action by @jbusecke in #28
- Simplify CD action by @jbusecke in #29
- Add dependabot by @jbusecke in #31
- Bump actions/checkout from 3 to 4 by @dependabot in #32
- Bump actions/setup-python from 4 to 5 by @dependabot in #33
- Still working on the damn release action by @jbusecke in #30
New Contributors
- @dependabot made their first contribution in #32
Full Changelog: v0.1.1...v0.2.0
Bump version due to existing file on pypi
v0.1.1 Dummy commit to bump tag
Breaking refactor to accommodate Pangeo-Forge-Recipes in beam
Breaking Release
Dropped a lot of the functionality that is now possible within a pangeo-forge-recipes (e.g. dynamic chunking, other dynamic kwarg generation).
pangeo-forge-esgf is now purely a fast ESGF client that returns a list of URLs for a given instance id.
See https://github.com/leap-stc/cmip6-leap-feedstock for the implementation of this logic.
The dynamic chunking logic is now available in https://github.com/jbusecke/dynamic_chunks