Skip to content

v0.16.1

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jan 18:29
· 34 commits to main since this release

Release Notes

Bug Fixes

  • pyproj uses its own env variables for SSL certification. This release fixes the issue with pyproj not being able to download the grid database when using DOI SSL certification file. This release uses pyproj.network.set_ca_bundle_path for setting the SSL certification file given by the user via HYRIVER_SSL_CERT env variable.
  • Fix an issue in WFS.getfeature_byid where the max_nrecords argument was not being used correctly, thus resulting in large requests to fail.

Internal Changes

  • For ServiceURL class, use dataclass instead for better performance and consistency.