Skip to content

v0.11.7

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Nov 05:52
· 808 commits to main since this release

Release Notes

Breaking Changes

  • Remove the onlyipv4 method from RetrySession since it can be easily be achieved using with unittest.mock.patch("socket.has_ipv6", False):.

Internal Changes

  • Use the geoms method for iterating over geometries to address the deprecation warning of shapely.
  • Use importlib-metadata for getting the version insead of pkg_resources to decrease import time as discussed in this issue.
  • Remove unnecessary dependency on simplejson and use ujson instead.