Skip to content

Releases: hyriver/pydaymet

v0.11.0

21 Jun 00:53
Compare
Choose a tag to compare

Release Notes

New Features

  • Add command-line interface (:issue_day:[7]{.title-ref}).
  • Use AsyncRetriever for sending requests asyncronosly with
    persistent caching. A cache folder in the current directory is created.
  • Check for validity of start/end dates based on Daymet V4 since
    Puerto Rico data starts from 1950 while North America and Hwaii start from 1980.
  • Check for validity of input coordinate/geometry based on the Daymet
    V4 bounding boxes.
  • Improve accuracy of computing Psychrometric constant in PET
    calculations by using an equation in Allen et al. 1998.

Breaking Changes

  • Drop support for Python 3.6 since many of the dependencies such as xarray and pandas have done so.
  • Change loc_crs and geo_crs arguments to crs in get_bycoords
    and get_bygeom.

Documentation

  • Add examples to docstrings and improve writing.
  • Add more notes regarding the underlying assumptions for
    pet_bycoords and pet_bygrid.

Internal Changes

  • Refactor Daymet class to use pydantic for validating the inputs.
  • Increase test coverage.

v0.10.2

27 Mar 23:35
Compare
Choose a tag to compare

Release Notes

  • Add annoucement regarding the new name for the softwate stack, HyRiver.
  • Improve pip installation and release workflow.

Release v0.10.1

06 Mar 08:19
Compare
Choose a tag to compare
Release v0.10.1 Pre-release
Pre-release

Please check HISTORY.rst file for a detailed list
of changes.

Release v0.10.0

06 Mar 08:16
Compare
Choose a tag to compare
Release v0.10.0 Pre-release
Pre-release

Please check HISTORY.rst file for a detailed list
of changes.

Release v0.9.0

17 Feb 18:23
Compare
Choose a tag to compare
Release v0.9.0 Pre-release
Pre-release

Please check HISTORY.rst file for a detailed list
of changes.

Release v0.2.0

07 Dec 02:27
Compare
Choose a tag to compare
Release v0.2.0 Pre-release
Pre-release

Please check HISTORY.rst file for a detailed list
of changes.

v0.1.3

18 Aug 21:32
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

Replaced simplejson with orjson to speed-up JSON operations.

v0.1.2

12 Aug 04:55
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Added show_versions for showing versions of the installed deps.

v0.1.1

04 Aug 03:33
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
  • Retained the compatibility with xarray 0.15 by removing the attrs flag.
  • Replaced open_dataset with load_dataset for automatic handling of closing the input after reading the content.
  • Removed years argument from both byloc and bygeom functions. The dates argument now accepts both a tuple of start and end dates and a list of years.
  • This release will be a part of Hydrodata 0.7.0.

v0.1.0

27 Jul 06:44
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial release.