From 4b207298f1d04b2366588e4f95a55defb600590b Mon Sep 17 00:00:00 2001 From: "Brandon S. Tober" Date: Sat, 16 May 2026 15:56:47 -0400 Subject: [PATCH 1/4] Update oggm dependency version in pyproject.toml OGGM created a new release in April 2026 (v1.6.3) which includes the `allow_calving` key-word argument in their `run_dynamic_spinup()` method, so OGGM can now be sourced directly from PyPI again and a PyGEM v1.1.0 can be released. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index db01f89e..323695df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ scikit-learn = "^1.5.2" tqdm = "^4.66.6" jupyter = "^1.1.1" arviz = "^0.20.0" -oggm = { git = "https://github.com/OGGM/oggm.git"} +oggm = "^1.6.3" ruamel-yaml = "^0.18.10" ruff = ">=0.9.6" pytest = ">=8.3.4" From 37dc687712b748f9f13dec33ccb37cf59a9f83c0 Mon Sep 17 00:00:00 2001 From: "Brandon S. Tober" Date: Sat, 16 May 2026 16:02:59 -0400 Subject: [PATCH 2/4] Newline added to trigger test-suite to run by a change in a .py file. --- pygem/setup/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pygem/setup/__init__.py b/pygem/setup/__init__.py index 2c862bce..c46cfe8f 100755 --- a/pygem/setup/__init__.py +++ b/pygem/setup/__init__.py @@ -5,3 +5,4 @@ Distributed under the MIT license """ + From acf7bbd46ee0896897e471129a7d924d825ec635 Mon Sep 17 00:00:00 2001 From: "Brandon S. Tober" Date: Sat, 16 May 2026 16:09:52 -0400 Subject: [PATCH 3/4] Trying to trigger CI workflow. --- pygem/bin/postproc/__init__.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pygem/bin/postproc/__init__.py diff --git a/pygem/bin/postproc/__init__.py b/pygem/bin/postproc/__init__.py new file mode 100644 index 00000000..fefe01a7 --- /dev/null +++ b/pygem/bin/postproc/__init__.py @@ -0,0 +1,7 @@ +""" +Python Glacier Evolution Model (PyGEM) + +copyright © 2018 David Rounce Date: Sat, 16 May 2026 16:10:44 -0400 Subject: [PATCH 4/4] Undo change. --- pygem/setup/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pygem/setup/__init__.py b/pygem/setup/__init__.py index c46cfe8f..2c862bce 100755 --- a/pygem/setup/__init__.py +++ b/pygem/setup/__init__.py @@ -5,4 +5,3 @@ Distributed under the MIT license """ -