Skip to content

Releases: bird-house/birdy

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)

v0.6.6

03 Mar 14:02
Compare
Choose a tag to compare

Changes:

  • Fixed the docs (#150).
  • Added outputs to execute in CLI (#151).
  • Updated tests (#152).
  • Added offline tests (#153).
  • Updated conda links (#155).
  • Handle Python keywords (#158)
  • Fix emu (#159).
  • Updated demo notebook tests (#160).
  • Added ECMWF demo notebook (#162).
  • Added roocs wps demo notebook (#165).
  • Added missing files in MANIFEST.in for pypi install (#166).

v0.6.2

05 Jun 18:35
Compare
Choose a tag to compare
  • Added support for passing sequences (list, tuple) as WPS inputs.

v0.6.1

27 May 21:17
Compare
Choose a tag to compare

Changes:

  • Added verify argument when downloading files to disk (#123).
  • Bugfixes: #118, #121

v0.6.0

04 Apr 13:58
Compare
Choose a tag to compare

Changes:

  • Added conversion support for nested outputs (metalink, zip) (#114).
  • Added support for Metalink (#113).
  • Added support for zip converter (#111).
  • Added support for ESGF CWT API (#102).
  • Speed up by using DescribeProcess with identifier=all (#98).
  • Added support for passing local files to server as raw data (#97).
  • Cleaned up notebooks (#107).
  • Various Bugfixes: #83, #91, #99

v0.5.1

18 Dec 17:04
Compare
Choose a tag to compare

Changes:

  • Added support to launch Jupyter notebooks with birdy examples on binder (#94, #95).

v0.5.0 (Washington)

03 Dec 12:40
Compare
Choose a tag to compare

Release Washington.

Changes:

  • Renamed pythonic WPS client (#63):
    birdy.client.base.WPSClient and from birdy import WPSClient.
  • Added WPSResult for WPS outputs as namedtuple (#84, #64).
  • Support for Jupter Notebooks (#40):
    • cancel button (work in progress).
    • progress bar.
    • input widget.
  • Updated notebooks with examples for WPSClient.

v0.4.2

26 Sep 14:50
Compare
Choose a tag to compare

Changes:

  • Fixed WPS default parameter (#52).
  • Using WPS_SSL_VERIFY environment variable (#50).

v0.4.1

14 Sep 12:44
Compare
Choose a tag to compare

Changes:

  • Fixed test-suite (#49).
  • Import native client with import_wps (#47).
  • Fix: using string type when dataType is not provided (#46).
  • Updated docs for native client (#43).

v0.4.0

06 Sep 16:43
Compare
Choose a tag to compare

Release for Dar Es Salaam.

Changes:

  • Conda support on RTD (#42).
  • Fix optional input (#41).