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
Changes:
- Added support to launch Jupyter notebooks with birdy examples on binder (#94, #95).
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.
Changes:
- Fixed WPS default parameter (#52).
- Using
WPS_SSL_VERIFY
environment variable (#50).
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).
Release for Dar Es Salaam.
Changes:
- Conda support on RTD (#42).
- Fix optional input (#41).
Changes:
- Added initial native client (#24, #37).
Changes:
- Fix MANIFEST.in.
Changes:
- Fix bumpversion.
Changes:
- Use bumpversion (#29).
- Use click for CLI (#6).
- Using GitHub templates for issues, PRs and contribution guide.
Fixes:
- Update travis for Python 3.x (#19).
- Fix parsing of WPS capabilities with
%
(#18).
New Features:
- using
mode
for async execution in OWSLib (#22).
Fixes:
- Fixed Sphinx and updated docs: #15.
New Features:
- Fix #14: added
--cert
option to use x509 certificates.
- removed buildout ... just using conda.
- cleaned up docs.
- updated travis.
- fixed tests.
- added compat module for python 3.x
- updated buildout and Makefile.
- updated conda environment.
- fixed tests.
- replaced nose by pytest.
- pep8.
- fixed travis.
- fixed ComplexData input.
- show status message in log.
- added backward compatibility for owslib.wps without headers and verify parameter.
- added twitcher token parameter.
- using ssl verify option again.
- added support for bbox parameters.
- fixed wps init (using standard owslib).
- update makefile.
- using ssl verify option of WebProcessingSerivce
- moved python requirements to requirements/deploy.txt
- more unit tests.
- fixed unicode error in wps description.
- using latest ComplexDataInput from owslib.wps.
- fixed encoding of input text files.
- more unit tests.
- allow local file path for complex inputs.
- send complex data inline with requet to remote wps service.
- Initial Release.