Releases: bird-house/birdy
Releases · bird-house/birdy
v0.8.7
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #246
- Tiff converter returns DataArray instead of Dataset. by @huard in #248
- Release 0.8.7 by @huard in #249
Full Changelog: v0.8.6...v0.8.7
v0.8.6
v0.8.5
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #234
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #236
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #237
- Remove 3.7 and 3.8 from the test suite by @huard in #242
- Remove rasterio converter by @huard in #240
- Release 0.8.5 by @huard in #243
- Trusted Publishing by @Zeitsperre in #244
New Contributors
- @pre-commit-ci made their first contribution in #234
Full Changelog: v0.8.4...v0.8.5
v0.8.4
What's Changed
- Update CI configurations by @Zeitsperre in #227
- Fix for identification abstract being None by @huard in #230
- Use try except statement to fetch description of all processes by @huard in #231
- Add zenodo configuration file by @huard in #232
Full Changelog: v0.8.3...v0.8.4
v0.8.3
What's Changed
- Add
packaging
to requirements by @Zeitsperre in #225 - Prepare v0.8.3 by @Zeitsperre in #226
Full Changelog: v0.8.2...v0.8.3
v0.8.2
v0.8.1
v0.8.0
Changes:
- Added a converter for loading GeoTIFF using xarray/rioxarray (#193).
- Update notebook process forms. See client.gui function (#194).
- Add support for Path objects in utils.guess_type (#202).
- Support multiple mimetypes in converters (#201).
- Removed geojson mimetypes from BINARY_MIMETYPES so it's embedded as a string rather than bytes.
API changes:
- mimetype (str) replaced by mimetypes (tuple) in client.converters.BaseConverter.
v0.7.0
Changes:
- Added multiple language support (#164).
- Added an Ipyleaflet wrapper for WFS support (#179).
- Updated GeoJSON mimetype (#181).
- Added ability to specify output format for process execution (#182).
- Fixed tests (#184).
- Use GitHub Actions for CI build instead of Travis CI (#185).
- Use black formatting (#186, #187).