Skip to content

v0.16.1

Choose a tag to compare

@github-actions github-actions released this 15 Jan 18:30
· 179 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.
  • Ignore FutureWarning of pandas 2.1.0 for all-NaN columns in json2geodf.

Internal Changes

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