‼️ 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
- support updating service's settings by @pesekon2 in #166
- fix typo in documentation for regexpValidator by @geraldo in #168
- make gdal dep optional by @iboates in #172
- make
gdal
,seaborn
andmatplotlib
dependency optional by @iamtekson #174 - update the documentation for new installation by @iamtekson #175
- fixed the broken API link by @iamtekson #176
New Contributors
Full Changelog: v2.8.3...v2.9.0