From e6c6420c4c661b905630176fcf90fb8dfd63955b Mon Sep 17 00:00:00 2001 From: Taher Chegini Date: Mon, 15 Jan 2024 12:58:41 -0500 Subject: [PATCH] DOC: Update the changelog. [skip ci] --- HISTORY.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 5dab220..2dbabf9 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,7 +2,7 @@ History ======= -0.16.1 (2024-XX-XX) +0.16.1 (2024-01-15) ------------------- New Features @@ -11,7 +11,10 @@ New Features `Planetary Computer `__ called ``get_bystac``. Although this function can be much faster than ``get_bygeom``, currently, it gives access to Daymet v4.2 from 1980 - to 2020. For accessing the latest version of Daymet (v4.5) you need to + to 2020. As discussed + `here `__, + the Daymet v4.5 will be added to the Planetary Computer in the future. + Until then, for accessing the latest version of Daymet (v4.5) you need to use ``get_bygeom``. Additionally, this function requires ``fsspec``, ``dask``, ``zarr``, and ``pystac-client`` packages. - Make ``separate_snow`` a standalone, pure, and public function.