[OWSLib-devel] OWSLib 0.18.0 released

Tom Kralidis tomkralidis at gmail.com
Mon Jun 24 17:27:11 PDT 2019


The OWSLib team announces the release of OWSLib 0.18.0.

OWSLib is a Python package for client programming with Open Geospatial
Consortium (OGC) web service (hence OWS) interface standards, and
their related content models.

This release includes initial support for the evolving OGC API - Features
standard (aka WFS 3), which represents a clean break from the traditional
design patterns of OGC interface specifications.  This release also includes
a refactoring of authentication support into a common approach for all 
parts of the codebase to use.  Thanks to Eric Spitler for this enhanced
functionality!

Users are strongly encouraged to use OWSLib via Python 3 as Python 2 support
(Travis, python-six) will be removed in the future.  Users will be notified
via the owslib-users and owslib-devel mailing lists prior to formal releases.

Source and binary downloads
---------------------------

The source code is available at https://github.com/geopython/OWSLib

The package has been uploaded to https://pypi.org/project/OWSLib/

0.18.0 (2019-06-24)
-------------------

A full list of commits for 0.18.0 can be found at:

https://github.com/geopython/OWSLib/commits/0.18.0

- NEW: WFS 3 initial implementation
- NEW: add Authentication framework (eric-spitler)
- WPS:
  - add process properties, percentCompleted (cebrecht)
  - add reference attributes (enolfc)
  - add support for multi process processes (huard)
- OWS:
  - add support for crs and dimension (saimeCS)


Testers and developers are always welcome.

The OWSLib developer team.


More information about the OWSLib-devel mailing list