Releases: geopython/pywps
Releases · geopython/pywps
v4.2.11
Changes:
- Dropping support for Python 2.x in requirements (#569).
4.2.10
Changes:
- Moved MetadataUrl to pywps.app.Common to avoid dependencies on sphinx (#565).
- Fixed output stream of scheduler (#563).
- Fixed scheduler: use with statement to close drmaa session (#561).
- Fixed embedded json in wps request (#560).
4.2.9
Changes:
- fix bbox (#551, #552)
- fix CDATA tag in json serialisation (#555)
4.2.8
Changes:
- update scheduler with drmaa config (#547).
- process error with formatting (#546).
- allow path list separation also on Windows (#545).
- allow inputpaths to accept full windows paths (#544).
4.2.7
Changes:
- ext_autodoc: support RST anonymous link (#542).
4.2.6
Changes:
- Fixed tests on travis (#541).
- Fixed imports in gpx validator (#540).
4.2.5
Changes:
- Added validation for GPX files (#535).
- Added encoding in
configparser
(#532).
- Fixed long_description_content_type in
setup.py
needed by pypi (#534).
- Fixed init of process.status_store ... needed by scheduler extension (#539).
4.2.4
- Added support for multiple languages (#510).
- Added AWS S3 Storage option (#451).
- Fixed type check (#507).
- Fixed file storage (#504).
- Fixed async keyword (#502).
v4.2.3
- Check data is defined in literal template (#499)
- Mention known issues with sqlite memory in docs for logging.database config (#496)