From tomkralidis at gmail.com Fri Feb 5 10:15:31 2021 From: tomkralidis at gmail.com (Tom Kralidis) Date: Fri, 5 Feb 2021 13:15:31 -0500 Subject: [OWSLib-devel] OWSLib 0.23.0 released Message-ID: The OWSLib team announces the release of OWSLib 0.23.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. 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.23.0 (2021-02-05) -------------------------- This release provides enhancements to authentication, headers, and metadata updates, as well as bug fixes. A full list of commits for 0.23.0 can be found at: https://github.com/geopython/OWSLib/commits/0.23.0 - WCS: Feature/wcs headers integration (#741) - Tests: fix WFS tests (#743) - Auth: Support requests AuthBase in addition to basic password authentication (#724) - WCS: Fix bug with timeout not assigned (#738) - Tests: restore ISO GM03 tests as pytests (#734) - ISO: OWS/ISO metadata updates (#736) - ISO: add support for ISO 19115 keyword thesaurus URLs via gmx:Anchor (#735) - ISO: fix reference (#733) - WMS: Handle empty . element in GetCapabilities (#739) Testers and developers are always welcome. The OWSLib developer team.