Skip to content

v2.9.1

Latest
Compare
Choose a tag to compare
@iamtekson iamtekson released this 24 Jan 00:20
· 9 commits to master since this release

‼️Breaking changes‼️

The previously dependent packages gdal, seaborn, and matplotlib have been categorized as optional. This change simplifies the installation of geoserver-rest by removing several dependencies, especially gdal.

However, to ensure all functionality remains available, you must install these optional packages separately. Without them, the following functions will not work:

  • create_coveragestyle
  • create_categorized_featurestyle
  • create_outline_featurestyle
  • create_classified_featurestyle

To install all optional dependencies, use one of the following commands:

pip install geoserver-rest[all]

What's Changed

New Contributors

Full Changelog: v2.8.3...v2.9.0