From a2db8c6e8e5d0fc49872b491109e7bcd8b0b3470 Mon Sep 17 00:00:00 2001 From: Trey Stafford Date: Tue, 5 Nov 2024 13:56:18 -0700 Subject: [PATCH 1/4] Update meta yaml to allow `pm_tb_data` >=0.4.0 --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 30d9ff5..8b8d101 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -28,7 +28,7 @@ requirements: - pydantic ~=1.9 # Definitely NOT compatible with pydantic 2.0 (!) - pandas ~=1.4.4 - pyresample ~=1.27 - - pm_tb_data ~=0.4.0 + - pm_tb_data >=0.4.0 - scipy ~=1.8.1 about: From 7449a848dd1cc3e371e6c6d3207beda83d16f9dd Mon Sep 17 00:00:00 2001 From: Trey Stafford Date: Tue, 5 Nov 2024 13:56:43 -0700 Subject: [PATCH 2/4] Update pm_tb_data in environment.yml --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 98d55dd..1b4e8e9 100644 --- a/environment.yml +++ b/environment.yml @@ -34,5 +34,5 @@ dependencies: - pydantic ~=1.9 # Definitely NOT compatible with pydantic 2.0 (!) - pandas ~=1.4.4 - pyresample ~=1.27 - - pm_tb_data ~=0.4.0 + - pm_tb_data >=0.4.0 - scipy ~=1.8.1 From a3dce84f7e923d6975447e0ed894a267574c51a7 Mon Sep 17 00:00:00 2001 From: Trey Stafford Date: Tue, 5 Nov 2024 13:57:29 -0700 Subject: [PATCH 3/4] Update CHANGELOG --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d32b745..67dd83d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v0.6.0 + +* Update requirement for `pm_tb_data` + # v0.5.0 * Updates to support G10016 processing. From b7aa383a5cb2643f49842fb5435893b5a60b2099 Mon Sep 17 00:00:00 2001 From: Trey Stafford Date: Tue, 5 Nov 2024 13:58:10 -0700 Subject: [PATCH 4/4] Bumpversion v0.5.0 -> v0.6.0 --- pyproject.toml | 4 ++-- recipe/meta.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9f1ca12..4763c6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pm_icecon" -version = "0.5.0" +version = "0.6.0" description = "Sea ice concentration estimates from passive microwave data" [tool.setuptools] @@ -45,7 +45,7 @@ max-complexity = 8 inline-quotes = "double" [tool.bumpversion] -current_version = "0.5.0" +current_version = "0.6.0" commit = false tag = false diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 8b8d101..bf06d9e 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: pm_icecon - version: "0.5.0" + version: "0.6.0" source: path: ../