Skip to content

Releases: bird-house/birdy

v0.8.6

18 Mar 15:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.5...v0.8.6

v0.8.5

14 Mar 16:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.4...v0.8.5

v0.8.4

24 May 15:22
Compare
Choose a tag to compare

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

05 May 15:05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.8.3

v0.8.2

28 Apr 15:28
a35a47d
Compare
Choose a tag to compare

What's Changed

  • Remove gdal dependency checks. Remove 52north tests by @huard in #212
  • Fix failure with owslib 0.29' removal of verbose argument by @huard in #217

Full Changelog: v0.8.1...v0.8.2

v0.8.1

01 Dec 12:49
561ca91
Compare
Choose a tag to compare

Changes:

  • Before trying to open a netCDF dataset, determine whether link is a valid OPeNDAP endpoint to avoid unnecessarily raising the cryptic syntax error, unexpected WORD_WORD, expecting SCAN_ATTR or SCAN_DATASET or SCAN_ERROR (#209).

v0.8.0

25 May 16:04
b63b7a4
Compare
Choose a tag to compare

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

15 Jan 12:13
Compare
Choose a tag to compare

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).

v0.6.9

01 Apr 10:18
Compare
Choose a tag to compare

Changes:

  • Fixed passing Path objects (#169)
  • Trying to guess mime type of inputs rather than taking the first value (#171)

v0.6.8

10 Mar 17:29
Compare
Choose a tag to compare

Changes:

  • Fixed passing Path objects (#169)
  • Trying to guess mime type of inputs rather than taking the first value (#171)