From 5450b19c2ddb1456358f31368a44afeeb78f6c43 Mon Sep 17 00:00:00 2001 From: "Hammond, Rob" <13874373+RHammond2@users.noreply.github.com> Date: Tue, 28 Apr 2026 17:00:19 -0700 Subject: [PATCH 1/3] remove extra 'l' from name --- README.md | 4 ++-- docs/_config.yml | 2 +- docs/install.md | 4 ++-- pyproject.toml | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 74c11bf..553ed97 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) -Please note that at this time the model can only be run on NatlLabRockies's Kestrel HPC system. +Please note that at this time the model can only be run on NatLabRockies's Kestrel HPC system. Though a savvy user could recreate our data in their own computing environment and update the internal pointers in the example configuration at `examples/larimer_county_btm_baseline_2025.toml` and `examples/model_config.toml`. @@ -19,7 +19,7 @@ and `examples/model_config.toml`. 2. Clone the repository ```bash - git clone https://github.com/NatlLabRockies/dwind.git + git clone https://github.com/NatLabRockies/dwind.git ``` 3. Navigate to the dwind repository. diff --git a/docs/_config.yml b/docs/_config.yml index 48e507f..159699e 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -26,7 +26,7 @@ bibliography: - references.bib repository: - url: https://github.com/NatlLabRockies/dwind + url: https://github.com/NatLabRockies/dwind path_to_book: docs branch: main diff --git a/docs/install.md b/docs/install.md index 818ce2b..67e27b5 100644 --- a/docs/install.md +++ b/docs/install.md @@ -18,7 +18,7 @@ If you want to develop new models or contribute to dwind, you can install it fro 1. Using Git, navigate to a local target directory and clone repository: ```bash - git clone https://github.com/NatlLabRockies/dwind.git + git clone https://github.com/NatLabRockies/dwind.git ``` 2. Navigate to `dwind` @@ -50,7 +50,7 @@ pip install -e ".[dev]" 1. Using Git, navigate to a local target directory and clone repository: ```bash - git clone https://github.com/NatlLabRockies/dwind.git + git clone https://github.com/NatLabRockies/dwind.git ``` 2. Navigate to `dwind` diff --git a/pyproject.toml b/pyproject.toml index cc1060e..8c19f69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,10 +57,10 @@ classifiers = [ dwind = "dwind.main:app" [project.urls] -source = "https://github.com/NatlLabRockies/dwind" -issues = "https://github.com/NatlLabRockies/dwind/issues" +source = "https://github.com/NatLabRockies/dwind" +issues = "https://github.com/NatLabRockies/dwind/issues" documentation = "https://natlabrockies.github.io/dwind/" -changelog = "https://github.com/NatlLabRockies/dwind/blob/main/CHANGELOG.md" +changelog = "https://github.com/NatLabRockies/dwind/blob/main/CHANGELOG.md" # TODO [project.optional-dependencies] From 7eff7b398f93328b5ea159ee846f52eed0a66921 Mon Sep 17 00:00:00 2001 From: "Hammond, Rob" <13874373+RHammond2@users.noreply.github.com> Date: Tue, 28 Apr 2026 17:01:02 -0700 Subject: [PATCH 2/3] bump version --- CHANGELOG.md | 4 ++++ dwind/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92307d6..473ff27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.4.1 - 28 April 2026 + +- Fixes a typo in the new GitHub repository's name. + ## v0.4 - 28 April 2026 - Code updated to be compatible with PySAM 7.1+ releases. diff --git a/dwind/__init__.py b/dwind/__init__.py index 7fec4c6..498820b 100644 --- a/dwind/__init__.py +++ b/dwind/__init__.py @@ -1,3 +1,3 @@ from .config import Configuration -__version__ = "0.4" +__version__ = "0.4.1" From fa557acd4eb7fa2869d2c49c3b6fb03ca12eb7ed Mon Sep 17 00:00:00 2001 From: "Hammond, Rob" <13874373+RHammond2@users.noreply.github.com> Date: Tue, 28 Apr 2026 17:04:16 -0700 Subject: [PATCH 3/3] replace template file's package with dwind --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1b7d849..730a228 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -71,6 +71,6 @@ Replace the below example with any added or modified files, and briefly describe Python version: 3.x -WOMBAT version (`wombat.__version__`): 0.x +dwind version (`dwind.__version__`): 0.x