Skip to content

2.3.3

Compare
Choose a tag to compare
@emlys emlys released this 27 Jan 17:13
· 539 commits to main since this release
e0e0a2c

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).