Skip to content

Releases: geopython/pywps

v4.6.0

03 Nov 11:31
f646d39
Compare
Choose a tag to compare

Changes:

  • Skip support for Python 3.7
  • Update validate geojson (#680).
  • Sanitize test suite (#684, #683, #682, #681).
  • Support Python3.10/3.11, documentation fixes, and general codebase cleanup (#677).
  • Extended env variable interpolation (#675)
  • Don't use deprecated distutils module (#672).
  • Fixed tox.ini parameter passenv (#670).
  • Improve the implementation of pywps.inout.literaltypes (#668).
  • Fix tests/test_capabilities.py with correct check of request case (#665).
  • Activate async test (#664).
  • Move Sleep process definition (#663).
  • Remove use of mutable as default value in Process.init (#660).
  • Better handle of crashed processes (#659).
  • Change coveralls branch from master to main (#655).

4.5.2

13 Apr 19:31
7839f52
Compare
Choose a tag to compare

Changes:

  • Fix test section in README.md about pytest (#653)
  • Fix ComplexInput.from_json to handle data_format.encoding="base64" (#652)
  • Fix invalide use of encode on bytes object (#651)
  • Fix JSON encoding of CRS type in BoundingBox (#610)
  • Modernize CI using Tox, add a "[dev]" recipe, re-enable coveralls (#643)
  • Fix deprecated logging.warn() call (#642)

4.5.1

01 Dec 12:18
c6a0d7e
Compare
Choose a tag to compare

Changes:

  • Fix app/Process.py to cope with None mimetype (#620)
  • Add security policy (#621)
  • Better error handling in WPSRequest.json() (#622)
  • Fix output mimetype assuming string (#626)
  • Resolve invalid Exception.msg unknown attribute (#629)
  • An input default value is only set when min_occurs==0 (#631)
  • Fix Sphinx build for UbuntuGIS packages (#634)
  • Remove gdal from dependencies (#638)
  • Fix bug triggered when storage requires the creation of recursive directories (#636)

4.5.0

12 Aug 10:07
2014756
Compare
Choose a tag to compare

Changes:

  • Initial implementation of OGC API - Processes / REST API (#612, #614)

4.4.5

11 Aug 08:55
1635529
Compare
Choose a tag to compare

Changes:

  • Fixed lxml default parser (#616).

4.4.4

03 Jun 09:30
7112197
Compare
Choose a tag to compare

Changes:

  • Fixed sphinx build (#608)

4.4.3

03 Jun 09:30
Compare
Choose a tag to compare

Changes:

  • Using pytest ... xfail online opendap tests (#605).
  • Update geojson mimetype in validators to match that of FORMATS (#604).
  • Simplify the implementation of IOHandler (#602).
  • Give a nicer name of the output file in raw data mode using Content-Disposition (#601).
  • Fix the mimetype of the raw data output (#599).
  • Fix erroneous encode of bytes array (#598).
  • Fix kvp decoding to follow specification (#597).

4.4.2

31 Mar 09:59
Compare
Choose a tag to compare

Changes:

  • Added csv format (#593).
  • Update ci badge int Readme (#592).
  • Fix scheduler: don't sleep in drmaa session (#591).
  • Show lineage also when process failed (#589).

4.4.1

21 Mar 15:54
Compare
Choose a tag to compare

Changes:

  • Added option storage_copy_function (#584).
  • Quick-fix to avoid import ogr exception when running tests without gdal (#583).
  • Fixed issues with metalink URL outputs (#582, #581, #580, #571).
  • Fixed issue with stored requests (#579).
  • Fixed incorrect use of self.__class__ in super (#578).

v4.4.0

15 Feb 10:19
4148091
Compare
Choose a tag to compare

Changes:

  • Dropping support for Python 2.x (#574).
  • Backport of patches in master (#574).
  • Fix a namespace warning when importing gdal directly (#575).
  • Fix incorrect use of self.__class__ in super (#578)