From aec3891d03ea913f0a1ec659c2341d495aed22b1 Mon Sep 17 00:00:00 2001 From: sclaw Date: Sat, 20 Sep 2025 16:40:58 +0000 Subject: [PATCH 1/2] typos --- hydroshift/_pages/changepoint.py | 2 +- hydroshift/templates/app_description.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hydroshift/_pages/changepoint.py b/hydroshift/_pages/changepoint.py index 2d6acf3..5911097 100644 --- a/hydroshift/_pages/changepoint.py +++ b/hydroshift/_pages/changepoint.py @@ -149,7 +149,7 @@ def summary_text(self) -> str: def test_description(self): """Analysis methodology.""" payload = { - "alr0": st.session_state.arlo_slider, + "arl0": st.session_state.arlo_slider, "burn_in": st.session_state.burn_in, } return render_template("changepoint_description.md", payload) diff --git a/hydroshift/templates/app_description.md b/hydroshift/templates/app_description.md index cf6f1e0..a07e1c8 100644 --- a/hydroshift/templates/app_description.md +++ b/hydroshift/templates/app_description.md @@ -1,4 +1,4 @@ **HydroShift** is a tool for exploring streamflow trends in USGS gage data. This web app provides interactive plots of annual peak discharge, seasonality of flood peaks, and daily and monthly discharge trends. Beyond data summary, the application includes a statistical changepoint analysis that will detect when -significant changes in the distribution of flood peaks have occured. +significant changes in the distribution of flood peaks have occurred. From 9df8b99f12a56b74c23938ff30df718adb5809f3 Mon Sep 17 00:00:00 2001 From: sclaw Date: Sat, 20 Sep 2025 16:41:57 +0000 Subject: [PATCH 2/2] increment version --- hydroshift/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hydroshift/__init__.py b/hydroshift/__init__.py index bbab024..1276d02 100644 --- a/hydroshift/__init__.py +++ b/hydroshift/__init__.py @@ -1 +1 @@ -__version__ = "0.1.4" +__version__ = "0.1.5"