diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 2c9c4e1..064e7b6 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -1,5 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: I just have a question...
- url: https://github.com/NREL/thevenin/discussions
+ url: https://github.com/NatLabRockies/thevenin/discussions
about: Join our discussion instead. Search for existing questions, or ask a new one!
\ No newline at end of file
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 121829b..e76ca4a 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -4,7 +4,7 @@ Please include a summary of the change and which issue is fixed. Please also inc
Fixes # (issue)
## Type of change
-Please add a line in the relevant section of [CHANGELOG.md](https://github.com/NREL/thevenin/blob/main/CHANGELOG.md) to document the change (include PR #) - note reverse order of PR #s. If necessary, also add to the list of breaking changes.
+Please add a line in the relevant section of [CHANGELOG.md](https://github.com/NatLabRockies/thevenin/blob/main/CHANGELOG.md) to document the change (include PR #) - note reverse order of PR #s. If necessary, also add to the list of breaking changes.
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Optimization (back-end change that improves speed/readability/etc.)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bc522fd..3296b6b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,51 +1,52 @@
# thevenin Changelog
-## [Unreleased](https://github.com/NREL/thevenin)
+## [Unreleased](https://github.com/NatLabRockies/thevenin)
### New Features
-- New functions to list, load, print, and download `.yaml` templates ([#26](https://github.com/NREL/thevenin/pull/26))
-- Drop support for Python 3.9 and add support for 3.14 in tests/release ([#23](https://github.com/NREL/thevenin/pull/23))
-- Add version warning banner to docs for dev and older releases ([#22](https://github.com/NREL/thevenin/pull/22))
-- Add `to_simulation` and `to_prediction` methods to switch between interfaces ([#20](https://github.com/NREL/thevenin/pull/20))
-- Allow `TransientState` as an input option to `sim.pre()` ([#14](https://github.com/NREL/thevenin/pull/14))
+- New functions to list, load, print, and download `.yaml` templates ([#26](https://github.com/NatLabRockies/thevenin/pull/26))
+- Drop support for Python 3.9 and add support for 3.14 in tests/release ([#23](https://github.com/NatLabRockies/thevenin/pull/23))
+- Add version warning banner to docs for dev and older releases ([#22](https://github.com/NatLabRockies/thevenin/pull/22))
+- Add `to_simulation` and `to_prediction` methods to switch between interfaces ([#20](https://github.com/NatLabRockies/thevenin/pull/20))
+- Allow `TransientState` as an input option to `sim.pre()` ([#14](https://github.com/NatLabRockies/thevenin/pull/14))
### Optimizations
-- Change `tspan` constructor in experiments to allow floats, but not `(tmax, Nt)` ([#29](https://github.com/NREL/thevenin/pull/29))
+- Change `tspan` constructor in experiments to allow floats, but not `(tmax, Nt)` ([#29](https://github.com/NatLabRockies/thevenin/pull/29))
### Bug Fixes
-- Update patching policy for releases, fix warnings in tests ([#25](https://github.com/NREL/thevenin/pull/25))
-- Fix links to Read the Docs `Development` page in `README` file ([#21](https://github.com/NREL/thevenin/pull/21))
-- Use `for` loops in `Solution` post-processing if arrays are incompatible ([#18](https://github.com/NREL/thevenin/pull/18))
+- Update patching policy for releases, fix warnings in tests ([#25](https://github.com/NatLabRockies/thevenin/pull/25))
+- Fix links to Read the Docs `Development` page in `README` file ([#21](https://github.com/NatLabRockies/thevenin/pull/21))
+- Use `for` loops in `Solution` post-processing if arrays are incompatible ([#18](https://github.com/NatLabRockies/thevenin/pull/18))
### Breaking Changes
-- There is no longer a `linspace` option from `tspan: tuple[float, int]` construction ([#29](https://github.com/NREL/thevenin/pull/29))
-- `initial_state` was renamed to `state0` in `sim.pre()` ([#14](https://github.com/NREL/thevenin/pull/14))
+- There is no longer a `linspace` option from `tspan: tuple[float, int]` construction ([#29](https://github.com/NatLabRockies/thevenin/pull/29))
+- `initial_state` was renamed to `state0` in `sim.pre()` ([#14](https://github.com/NatLabRockies/thevenin/pull/14))
### Chores
-- Allow single backticks for sphinx inline code (`default_role = 'literal'`) ([#28](https://github.com/NREL/thevenin/pull/28))
-- Rebrand NREL to NLR, and include name change for Alliance as well ([#27](https://github.com/NREL/thevenin/pull/27))
+- Make GitHub hyperlinks reference new org name `NREL` -> `NatLabRockies` ([#30](https://github.com/NatLabRockies/thevenin/pull/30))
+- Allow single backticks for sphinx inline code (`default_role = 'literal'`) ([#28](https://github.com/NatLabRockies/thevenin/pull/28))
+- Rebrand NREL to NLR, and include name change for Alliance as well ([#27](https://github.com/NatLabRockies/thevenin/pull/27))
-## [v0.2.0](https://github.com/NREL/thevenin/tree/v0.2.0)
+## [v0.2.0](https://github.com/NatLabRockies/thevenin/tree/v0.2.0)
### New Features
-- Allow the `CycleSolution` to append more solutions after it has been initialized ([#9](https://github.com/NREL/thevenin/pull/9))
-- New `Prediction` and `TransientState` classes for an improved interface to Kalman filters ([#8](https://github.com/NREL/thevenin/pull/8))
-- Added hysteresis (`hsyt`) to the model, controlled with `gamma` and `M_hyst` parameters ([#7](https://github.com/NREL/thevenin/pull/7))
+- Allow the `CycleSolution` to append more solutions after it has been initialized ([#9](https://github.com/NatLabRockies/thevenin/pull/9))
+- New `Prediction` and `TransientState` classes for an improved interface to Kalman filters ([#8](https://github.com/NatLabRockies/thevenin/pull/8))
+- Added hysteresis (`hsyt`) to the model, controlled with `gamma` and `M_hyst` parameters ([#7](https://github.com/NatLabRockies/thevenin/pull/7))
### Optimizations
-- Make `num_RC_pairs` read-only so now `pre` only needs to be called to reset the state ([#13](https://github.com/NREL/thevenin/pull/13))
-- Use `np.testing` where possible in tests for more informative fail statements ([#10](https://github.com/NREL/thevenin/pull/10))
-- Pre-initialize `CycleSolution` arrays rather than appending lists, much faster ([#7](https://github.com/NREL/thevenin/pull/7))
-- Add `ExitHandler` for single `plt.show` registrations, replaces `show_plot` option in `Solutions` ([#7](https://github.com/NREL/thevenin/pull/7))
+- Make `num_RC_pairs` read-only so now `pre` only needs to be called to reset the state ([#13](https://github.com/NatLabRockies/thevenin/pull/13))
+- Use `np.testing` where possible in tests for more informative fail statements ([#10](https://github.com/NatLabRockies/thevenin/pull/10))
+- Pre-initialize `CycleSolution` arrays rather than appending lists, much faster ([#7](https://github.com/NatLabRockies/thevenin/pull/7))
+- Add `ExitHandler` for single `plt.show` registrations, replaces `show_plot` option in `Solutions` ([#7](https://github.com/NatLabRockies/thevenin/pull/7))
### Bug Fixes
-- Change to using `_T_ref` to scale the temperature equation since `T_inf` can be modified ([#12](https://github.com/NREL/thevenin/pull/12))
-- Hyseteresis voltage was missing in `Qgen` heat transfer terms, now incorporated ([#11](https://github.com/NREL/thevenin/pull/11))
+- Change to using `_T_ref` to scale the temperature equation since `T_inf` can be modified ([#12](https://github.com/NatLabRockies/thevenin/pull/12))
+- Hyseteresis voltage was missing in `Qgen` heat transfer terms, now incorporated ([#11](https://github.com/NatLabRockies/thevenin/pull/11))
### Breaking Changes
-- New hysteresis option requires updating old `params` inputs to include `gamma` and `M_hyst` ([#7](https://github.com/NREL/thevenin/pull/7))
+- New hysteresis option requires updating old `params` inputs to include `gamma` and `M_hyst` ([#7](https://github.com/NatLabRockies/thevenin/pull/7))
-## [v0.1.0](https://github.com/NREL/thevenin/tree/v0.1.0)
+## [v0.1.0](https://github.com/NatLabRockies/thevenin/tree/v0.1.0)
This is the first official release of `thevenin`. Main features/capabilities are listed below.
### Features
diff --git a/README.md b/README.md
index 0ecd0c4..ae61b7a 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
+ src='https://github.com/NatLabRockies/thevenin/blob/main/images/light.png?raw=true#gh-light-mode-only'/> -->
# thevenin
@@ -10,11 +10,11 @@
![coverage][cov-b]
[![pep8][pep-b]][pep-l]
-[ci-b]: https://github.com/NREL/thevenin/actions/workflows/ci.yml/badge.svg
-[ci-l]: https://github.com/NREL/thevenin/actions/workflows/ci.yml
+[ci-b]: https://github.com/NatLabRockies/thevenin/actions/workflows/ci.yml/badge.svg
+[ci-l]: https://github.com/NatLabRockies/thevenin/actions/workflows/ci.yml
-[test-b]: https://github.com/NREL/thevenin/blob/main/images/tests.svg?raw=true
-[cov-b]: https://github.com/NREL/thevenin/blob/main/images/coverage.svg?raw=true
+[test-b]: https://github.com/NatLabRockies/thevenin/blob/main/images/tests.svg?raw=true
+[cov-b]: https://github.com/NatLabRockies/thevenin/blob/main/images/coverage.svg?raw=true
[pep-b]: https://img.shields.io/badge/code%20style-pep8-orange.svg
[pep-l]: https://www.python.org/dev/peps/pep-0008
@@ -24,7 +24,7 @@ This package is a wrapper for the well-known Thevenin equivalent circuit model.
+ src="https://github.com/NatLabRockies/thevenin/blob/main/images/example_circuit.png?raw=true"/>
Figure 1: 2RC Thevenin circuit.
@@ -72,7 +72,7 @@ If you prefer using the `conda` package manager, you can install `thevenin` from
conda install -c conda-forge thevenin
```
-If you run into issues with installation due to the [scikit-sundae](https://github.com/NREL/scikit-sundae) dependency, please submit an issue [here](https://github.com/NREL/scikit-sundae/issues). We also manage this solver package, but distribute it separately since it is not developed in pure Python.
+If you run into issues with installation due to the [scikit-sundae](https://github.com/NatLabRockies/scikit-sundae) dependency, please submit an issue [here](https://github.com/NatLabRockies/scikit-sundae/issues). We also manage this solver package, but distribute it separately since it is not developed in pure Python.
For those interested in setting up a developer and/or editable version of this software, please see the directions available in the "Development" section of our [documentation](https://thevenin.readthedocs.io/latest/development).
@@ -99,7 +99,7 @@ soln.plot('time_h', 'voltage_V')
## Citing this Work
This work was authored by researchers at the National Laboratory of the Rockies (NLR). If you use this package in your work, please include the following citation:
-> Randall, Corey R. "thevenin: Equivalent circuit models in Python [SWR-24-132]." Computer software, Nov. 2024. url: [github.com/NREL/thevenin](https://github.com/NREL/thevenin). doi: [10.11578/dc.20241125.2](https://doi.org/10.11578/dc.20241125.2).
+> Randall, Corey R. "thevenin: Equivalent circuit models in Python [SWR-24-132]." Computer software, Nov. 2024. url: [github.com/NatLabRockies/thevenin](https://github.com/NatLabRockies/thevenin). doi: [10.11578/dc.20241125.2](https://doi.org/10.11578/dc.20241125.2).
For convenience, we also provide the following for your BibTex:
@@ -107,7 +107,7 @@ For convenience, we also provide the following for your BibTex:
@misc{randall2024thevenin,
author = {Randall, Corey R.},
title = {{thevenin: Equivalent circuit models in Python [SWR-24-132]}},
- url = {github.com/NREL/thevenin},
+ url = {github.com/NatLabRockies/thevenin},
month = {Nov.},
year = {2024},
doi = {10.11578/dc.20241125.2},
@@ -118,7 +118,7 @@ For convenience, we also provide the following for your BibTex:
The motivation and funding for this project came from the Rapid Operational Validation Initiative (ROVI) sponsored by the Office of Electricity. The focus of ROVI is "to greatly reduce time required for emerging energy storage technologies to go from lab to market by developing new tools that will accelerate the testing and validation process needed to ensure commercial success." If interested, you can read more about ROVI [here](https://www.energy.gov/oe/rapid-operational-validation-initiative-rovi).
## Contributing
-If you'd like to contribute to this package, please look through the existing [issues](https://github.com/NREL/thevenin/issues). If the bug you've caught or the feature you'd like to add isn't already being worked on, please submit a new issue before getting started. You should also read through the [developer guidelines](https://thevenin.readthedocs.io/latest/development).
+If you'd like to contribute to this package, please look through the existing [issues](https://github.com/NatLabRockies/thevenin/issues). If the bug you've caught or the feature you'd like to add isn't already being worked on, please submit a new issue before getting started. You should also read through the [developer guidelines](https://thevenin.readthedocs.io/latest/development).
## Disclaimer
This work was authored by the National Laboratory of the Rockies (NLR), operated by Alliance for Energy Innovation, LLC, for the U.S. Department of Energy (DOE). The views expressed in the repository do not necessarily represent the views of the DOE or the U.S. Government.
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 4deadfc..1035b52 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -75,7 +75,7 @@
'icon_links': [
{
'name': 'GitHub',
- 'url': 'https://github.com/NREL/thevenin',
+ 'url': 'https://github.com/NatLabRockies/thevenin',
'icon': 'fa-brands fa-github',
},
{
diff --git a/docs/source/development/code_of_conduct.rst b/docs/source/development/code_of_conduct.rst
index 6cba316..c8a18f3 100644
--- a/docs/source/development/code_of_conduct.rst
+++ b/docs/source/development/code_of_conduct.rst
@@ -3,77 +3,50 @@ Code of Conduct
Our Pledge
----------
-We as members, contributors, and leaders pledge to make participation in our
-community a harassment-free experience for everyone, regardless of age, body
-size, visible or invisible disability, ethnicity, sex characteristics, gender
-identity and expression, level of experience, education, socioeconomic status,
-nationality, personal appearance, race, caste, color, religion, or sexual identity
-and orientation.
+We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socioeconomic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.
-We pledge to act and interact in ways that contribute to an open, welcoming,
-diverse, inclusive, and healthy community.
+We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.
Our Standards
-------------
-Examples of behavior that contributes to a positive environment for our
-community include:
+Examples of behavior that contributes to a positive environment for our community include:
* Demonstrating empathy and kindness toward other people
* Being respectful of differing opinions, viewpoints, and experiences
* Giving and gracefully accepting constructive feedback
-* Accepting responsibility and apologizing to those affected by our mistakes,
- and learning from the experience
-* Focusing on what is best not just for us as individuals, but for the
- overall community
+* Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
+* Focusing on what is best not just for us as individuals, but for the overall community
Examples of unacceptable behavior include:
-* The use of sexualized language or imagery, and sexual attention or
- advances of any kind
+* The use of sexualized language or imagery, and sexual attention or advances of any kind
* Trolling, insulting or derogatory comments, and personal or political attacks
* Public or private harassment
-* Publishing others' private information, such as a physical or email
- address, without their explicit permission
-* Other conduct which could reasonably be considered inappropriate in a
- professional setting
+* Publishing others' private information, such as a physical or email address, without their explicit permission
+* Other conduct which could reasonably be considered inappropriate in a professional setting
Scope
-----
-This Code of Conduct applies within all community spaces, and also applies when
-an individual is officially representing the community in public spaces.
-Examples of representing our community include using an official e-mail address,
-posting via an official social media account, or acting as an appointed
-representative at an online or offline event.
+This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.
Enforcement
-----------
-Community leaders are responsible for clarifying and enforcing our standards of
-acceptable behavior and will take appropriate and fair corrective action in
-response to any behavior that they deem inappropriate, threatening, offensive,
-or harmful.
+Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.
-Community leaders have the right and responsibility to remove, edit, or reject
-comments, commits, code, wiki edits, issues, and other contributions that are
-not aligned to this Code of Conduct, and will communicate reasons for moderation
-decisions when appropriate.
+Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.
-Instances of abusive, harassing, or otherwise unacceptable behavior may be
-reported to the community leaders responsible for enforcement at
-corey.randall@nrel.gov. All complaints will be reviewed and investigated promptly
-and fairly.
+Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at corey.r.randall@gmail.com. All complaints will be reviewed and investigated promptly and fairly.
-All community leaders are obligated to respect the privacy and security of the
-reporter of any incident.
+All community leaders are obligated to respect the privacy and security of the reporter of any incident.
Enforcement Guidelines
^^^^^^^^^^^^^^^^^^^^^^
-Community leaders will follow these Community Impact Guidelines in determining
-the consequences for any action they deem in violation of this Code of Conduct:
+Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:
1. Correction
- **Community Impact:** Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.
- - **Consequence:** A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why thebehavior was inappropriate. A public apology may be requested.
+ - **Consequence:** A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why thebehavior was inappropriate. A public apology may be requested.
2. Warning
@@ -92,19 +65,11 @@ the consequences for any action they deem in violation of this Code of Conduct:
Attribution
-----------
-This Code of Conduct is a modified copy of the one used by `Cantera`_, another
-open-source Python project that caters to the scientific community. `thevenin`
-maintainers hold the right to modify and update this document at any time as the
-project evolves. Contributors are expected to understand that they will be held
-to whichever Code of Conduct is most recent, even if they began contributing
-while an older version was in use.
-
-Cantera's original Code of Conduct is adapted from the `Contributor Covenant`_,
-version 2.0. The community Impact Guidelines were inspired by
-`Mozilla's code of conduct enforcement`_.
-
-For answers to common questions about this code of conduct, see the `FAQ`_.
-Translations are also available at `translations`_.
+This Code of Conduct is a modified copy of the one used by `Cantera`_, another open-source Python project that caters to the scientific community. `thevenin` maintainers hold the right to modify and update this document at any time as the project evolves. Contributors are expected to understand that they will be held to whichever Code of Conduct is most recent, even if they began contributing while an older version was in use.
+
+Cantera's original Code of Conduct is adapted from the `Contributor Covenant`_, version 2.0. The community Impact Guidelines were inspired by `Mozilla's code of conduct enforcement`_.
+
+For answers to common questions about this code of conduct, see the `FAQ`_. Translations are also available at `translations`_.
.. _Cantera: https://github.com/Cantera/cantera/blob/main/CODE_OF_CONDUCT.md
.. _Contributor Covenant: https://www.contributor-covenant.org
diff --git a/docs/source/development/issues_and_features.rst b/docs/source/development/issues_and_features.rst
index 6c22533..77d8882 100644
--- a/docs/source/development/issues_and_features.rst
+++ b/docs/source/development/issues_and_features.rst
@@ -9,7 +9,7 @@ Steps to Report an Issue
------------------------
1. Check for existing issues
- - Always check the `issues page `_ on GitHub before starting any new work.
+ - Always check the `issues page `_ on GitHub before starting any new work.
- If a bug report or new feature request already exists, review the comments and status to see if someone is already working on it.
- If you are interested in working on the issue, leave a comment requesting the issue be assigned to you. Feel free to express your interest or add any additional context if you are experiencing the same bug or would benefit from the new feature.
diff --git a/docs/source/development/project_overview.rst b/docs/source/development/project_overview.rst
index 032a947..caa0301 100644
--- a/docs/source/development/project_overview.rst
+++ b/docs/source/development/project_overview.rst
@@ -51,4 +51,4 @@ Roadmap and Future Directions
Contributions
-------------
-The `thevenin` project is hosted and actively maintained on `GitHub `_. Developers interested in contributing are encouraged to review the Code structure and Workflow sections for detailed information on the branching strategy, code review process, and how to get involved. All contributions are welcome.
+The `thevenin` project is hosted and actively maintained on `GitHub `_. Developers interested in contributing are encouraged to review the Code structure and Workflow sections for detailed information on the branching strategy, code review process, and how to get involved. All contributions are welcome.
diff --git a/docs/source/development/tests_and_coverage.rst b/docs/source/development/tests_and_coverage.rst
index 3f7c2c1..b5280d3 100644
--- a/docs/source/development/tests_and_coverage.rst
+++ b/docs/source/development/tests_and_coverage.rst
@@ -33,7 +33,7 @@ If you forget to run tests locally they will still be run as part of the continu
Failing Tests
^^^^^^^^^^^^^
-It is possible that although your local tests work that one of the older versions of Python, or even the newest version of Python on a different machine, may fail. In these cases, you should check the GitHub actions logs and address the issue. Ask for help from other developers using the `Discussions `_ page if you ever feel stuck.
+It is possible that although your local tests work that one of the older versions of Python, or even the newest version of Python on a different machine, may fail. In these cases, you should check the GitHub actions logs and address the issue. Ask for help from other developers using the `Discussions `_ page if you ever feel stuck.
A good place to start if your tests are only failing on older Python versions is to setup a second, temporarily, development environment with one of the older Python versions. All `nox` commands will still function the same way. This can help you run the failing tests locally instead of continuously pushing to GitHub. After failed tests are resolved, make sure you move back to using your primary development environment for future work.
diff --git a/docs/source/development/version_control.rst b/docs/source/development/version_control.rst
index 3cea593..ee669f6 100644
--- a/docs/source/development/version_control.rst
+++ b/docs/source/development/version_control.rst
@@ -60,7 +60,7 @@ The main repository only hosts the main and release branches. Users should fork
You will likely also want to setup a remote to the upstream repository for dealing with merge conflicts and version patches, as discussed below. To set up an `upstream` remote use::
- git remote add upstream https://github.com/NREL/thevenin.git
+ git remote add upstream https://github.com/NatLabRockies/thevenin.git
Bug Fixes
^^^^^^^^^
diff --git a/pyproject.toml b/pyproject.toml
index 9d1d9c7..a50fd0a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -13,11 +13,11 @@ license = "BSD-3-Clause"
license-files = ["LICENSE"]
authors = [
{ name = "Corey R. Randall" },
- { email = "corey.randall@nrel.gov" },
+ { email = "corey.r.randall@gmail.com" },
]
maintainers = [
{ name = "Corey R. Randall" },
- { email = "corey.randall@nrel.gov" },
+ { email = "corey.r.randall@gmail.com" },
]
classifiers = [
"Development Status :: 5 - Production/Stable",
@@ -71,7 +71,7 @@ dev = [
]
[project.urls]
-Homepage = "https://github.com/NREL/thevenin"
+Homepage = "https://github.com/NatLabRockies/thevenin"
Documentation = "https://thevenin.readthedocs.io"
-Repository = "https://github.com/NREL/thevenin"
-Issues = "https://github.com/NREL/thevenin/issues"
+Repository = "https://github.com/NatLabRockies/thevenin"
+Issues = "https://github.com/NatLabRockies/thevenin/issues"