This release achieves compatibility with the recent versions of fsspec
and pandas
. Thanks to the new contributor @philipc2, and also @maximlt and @ianthomas23.
Enhancements:
- Construct
PolygonArray
orMultiPolygonArray
from Exterior Coordinates (#312) - Improvements to CI (#129 and #134)
Compatibility:
- Adapt glob to be compatible with the latest fsspec version (#133)
- Drop support for Python 3.8 (#131)
- Remove some pandas 2.1 future warnings (#130)
Full Changelog: v0.4.9...v0.4.10