You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
2.3.3 (2022-01-26)
Fixing a bug in shapely_geometry_to_vector where a feature name mismatch
between the fields and attribute_list inputs would silently pass
under most circumstances. Now an informative ValueError is raised.
Testing against Python 3.10.
Pinned numpy versions in pyproject.toml to the lowest compatible
version for each supported python version. This prevents issues when pygeoprocessing is used in an environment with a lower numpy version
than it was built with (cython/cython#4452).