Skip to content

v0.19.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jan 02:21
· 9 commits to main since this release

Release Notes

This release is a major refactoring of the package to make it more lightweight and independent. The package now uses aiohttp and aiofiles with a limit on the number of simulnatious connections to the host, for handling all server requests. This avoids hammering the server with multiple requests and improves the performance and reliability of the package. The package no longer depends on other HyRiver libraries, making it more lightweight and faster to load.

New Features

  • Add a new function to get Daymet tile IDs for a given geometry called daymet_tiles.

Internal Changes

  • Remove dependency on other HyRiver libraries to make the package more lightweight and independent.
  • Use aiohttp and aiofiles for handling all server requests. This avoids hammering the server with multiple requests and improves the performance and reliability of the package.
  • Remove dependency on geopandas and use shapely only for handling geometries. This makes the package more lightweight and faster.

Breaking Changes

  • Use a more efficient and reliable approach for adding elevation data to the climate dataset for computing PET. We now directly use 30-m elevation data from 3DEP and resample it to the climate data resolution by averaging each cell within a 1-km window.
  • Remove the option to disable SSL in all functions. Now, SSL verification is always enabled.