From 00aba3ac29f4345045f21cf81c45afac0da6a137 Mon Sep 17 00:00:00 2001 From: Taher Chegini Date: Fri, 26 Apr 2024 11:25:02 -0400 Subject: [PATCH] DOC: Update the changelog. [skip ci] --- HISTORY.rst | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index bf20f0b..3200ad5 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,9 +2,16 @@ History ======= -0.16.3 (2024-XX-XX) +0.16.3 (2024-04-26) ------------------- +New Features +~~~~~~~~~~~~ +- Add support for LakeCat dataset in ``streamcat`` function. A new argument + called ``lakes_only`` is added to the function. If set to ``True``, only + metrics for lake and their associated catchments will be returned. The default + is ``False`` to retain backward compatibility. + Bug Fixes ~~~~~~~~~ - Modify ``HP3D`` class based on the latest changes to the 3D Hydrography Program @@ -14,6 +21,14 @@ Bug Fixes - ``hydrolocation_flowline`` for Headwater, Terminus, Divergence, Confluence, Catchment Outlet, - ``hydrolocation_reach`` for Reach Code, External Connection. +Breaking Changes +~~~~~~~~~~~~~~~~ +- EPA's HMS no longer supports the StreamCat dataset, since they have a dedicated + service for it. Thus, the ``epa_nhd_catchments`` function no longer accepts + "streamcat" as an input for the ``feature`` argument. For all StreamCat queries, + use the ``streamcat`` function instead. Now, the ``epa_nhd_catchments`` function + is essentially useful for getting Curve Number data. + 0.16.2 (2024-02-12) -------------------