Skip to content

v0.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Mar 16:51
· 217 commits to main since this release

Release Notes

New Features

  • Change missing value of both single-pixel and gridded versions to numpy.nan from -9999.
  • Add a new model parameter for computing PET using priestlet_taylor and penman_monteith models called arid_correction. For arid regions, FAO 56 suggests subtracting the min temperature by 2 degrees. This parameter can be passed via pet_params in daymet_by* functions, or params in potential_pet function.
  • Refactor get_bycoords to reduce memory usage by using a combination of itertools and Generator objects.
  • Refactor the pet module to improve performance and readability, and reduce code duplication.

Documentation

  • Add more information about parameters that pet functions accept.

Breaking Changes

  • Bump the minimum required version of shapely to 2.0, and use its new API.

Internal Changes

  • Sync all minor versions of HyRiver packages to 0.14.0.