From e39b5cb993bfaed7c27719a7e20a040829920053 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 20 Apr 2026 21:04:25 +0000 Subject: [PATCH 1/3] Initial plan From 8a91dde40bd9caf77889479f439e398d69688af9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 21 Apr 2026 01:10:28 +0000 Subject: [PATCH 2/3] chore: update Sienna organization, docs URLs, and Slack workspace links Agent-Logs-Url: https://github.com/Sienna-Platform/StorageSystemsSimulations.jl/sessions/898f0898-f645-40a4-bc83-92e4ed419d2f Co-authored-by: jd-lara <16385323+jd-lara@users.noreply.github.com> --- .github/pull_request_template.md | 2 +- CONTRIBUTING.md | 2 +- README.md | 14 +++++++------- docs/make.jl | 6 +++--- docs/src/index.md | 16 ++++++++-------- docs/src/reference/developer_guidelines.md | 6 +++--- docs/src/tutorials/single_stage_model.jl | 2 +- 7 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 259148b..73c1061 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,3 @@ Thanks for opening a PR to StorageSystemsSimulations.jl, please take note of the following when making a PR: -Check the [contributor guidelines](https://nrel-sienna.github.io/StorageSystemsSimulations.jl/stable/code_base_developer_guide/developer/) +Check the [contributor guidelines](https://sienna-platform.github.io/StorageSystemsSimulations.jl/stable/code_base_developer_guide/developer/) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ecbc94d..7dee8a3 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing Community driven development of this package is encouraged. To maintain code quality standards, please adhere to the following guidlines when contributing: - - To get started, sign the Contributor License Agreement. + - To get started, sign the Contributor License Agreement. - Please do your best to adhere to our [coding style guide](docs/src/developer/style.md). - To submit code contributions, [fork](https://help.github.com/articles/fork-a-repo/) the repository, commit your changes, and [submit a pull request](https://help.github.com/articles/creating-a-pull-request-from-a-fork/). diff --git a/README.md b/README.md index 6a1e580..4567fd2 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ # StorageSystemsSimulations.jl -[![Main - CI](https://github.com/NREL-Sienna/StorageSystemsSimulations.jl/actions/workflows/main-tests.yml/badge.svg)](https://github.com/NREL-Sienna/StorageSystemsSimulations.jl/actions/workflows/main-tests.yml) -[![codecov](https://codecov.io/gh/NREL-Sienna/StorageSystemsSimulations.jl/branch/main/graph/badge.svg?token=sML4kPw4Z9)](https://codecov.io/gh/NREL-Sienna/StorageSystemsSimulations.jl) -[![Documentation](https://github.com/NREL-Sienna/StorageSystemsSimulations.jl/workflows/Documentation/badge.svg)](https://nrel-sienna.github.io/StorageSystemsSimulations.jl/stable/) -[](https://join.slack.com/t/nrel-sienna/shared_invite/zt-glam9vdu-o8A9TwZTZqqNTKHa7q3BpQ) +[![Main - CI](https://github.com/Sienna-Platform/StorageSystemsSimulations.jl/actions/workflows/main-tests.yml/badge.svg)](https://github.com/Sienna-Platform/StorageSystemsSimulations.jl/actions/workflows/main-tests.yml) +[![codecov](https://codecov.io/gh/Sienna-Platform/StorageSystemsSimulations.jl/branch/main/graph/badge.svg?token=sML4kPw4Z9)](https://codecov.io/gh/Sienna-Platform/StorageSystemsSimulations.jl) +[![Documentation](https://github.com/Sienna-Platform/StorageSystemsSimulations.jl/workflows/Documentation/badge.svg)](https://sienna-platform.github.io/StorageSystemsSimulations.jl/stable/) +[](https://join.slack.com/t/core-sienna/shared_invite/zt-glam9vdu-o8A9TwZTZqqNTKHa7q3BpQ) -For information on using the package, see the [stable documentation](https://nrel-sienna.github.io/StorageSystemsSimulations.jl/stable/). Use the [in-development documentation](https://nrel-sienna.github.io/StorageSystemsSimulations.jl/dev/) for the version of the documentation which contains the unreleased features. +For information on using the package, see the [stable documentation](https://sienna-platform.github.io/StorageSystemsSimulations.jl/stable/). Use the [in-development documentation](https://sienna-platform.github.io/StorageSystemsSimulations.jl/dev/) for the version of the documentation which contains the unreleased features. ## Development -Contributions to the development and enhancement of StorageSystemsSimulations is welcome. Please see [CONTRIBUTING.md](https://github.com/NREL-Sienna/StorageSystemsSimulations.jl/blob/master/CONTRIBUTING.md) for code contribution guidelines. +Contributions to the development and enhancement of StorageSystemsSimulations is welcome. Please see [CONTRIBUTING.md](https://github.com/Sienna-Platform/StorageSystemsSimulations.jl/blob/master/CONTRIBUTING.md) for code contribution guidelines. ## License -StorageSystemsSimulations is released under a BSD [license](https://github.com/NREL-Sienna/StorageSystemsSimulations/blob/master/LICENSE). StorageSystemsSimulations has been developed as part of ... at the U.S. Department of Energy's National Renewable Energy Laboratory ([NREL](https://www.nrel.gov/)) +StorageSystemsSimulations is released under a BSD [license](https://github.com/Sienna-Platform/StorageSystemsSimulations/blob/master/LICENSE). StorageSystemsSimulations has been developed as part of ... at the U.S. Department of Energy's National Renewable Energy Laboratory ([NREL](https://www.nrel.gov/)) diff --git a/docs/make.jl b/docs/make.jl index 629b3d5..8b52cd0 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -6,10 +6,10 @@ using DocumenterInterLinks using Literate # UPDATE FOR CURRENT MODULE NAME HERE -const _DOCS_BASE_URL = "https://nrel-sienna.github.io/StorageSystemsSimulations.jl/stable" +const _DOCS_BASE_URL = "https://sienna-platform.github.io/StorageSystemsSimulations.jl/stable" links = InterLinks( - "PowerSimulations" => "https://nrel-sienna.github.io/PowerSimulations.jl/stable/", + "PowerSimulations" => "https://sienna-platform.github.io/PowerSimulations.jl/stable/", ) include(joinpath(@__DIR__, "make_tutorials.jl")) @@ -45,7 +45,7 @@ makedocs(; ) deploydocs(; - repo="github.com/NREL-Sienna/StorageSystemsSimulations.jl.git", + repo="github.com/Sienna-Platform/StorageSystemsSimulations.jl.git", target="build", branch="gh-pages", devbranch="main", diff --git a/docs/src/index.md b/docs/src/index.md index 3ed2638..e7e8e7f 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -7,7 +7,7 @@ CurrentModule = StorageSystemsSimulations ## Overview `StorageSystemsSimulations.jl` is a -[`PowerSimulations.jl`](https://nrel-sienna.github.io/PowerSimulations.jl/stable/) +[`PowerSimulations.jl`](https://sienna-platform.github.io/PowerSimulations.jl/stable/) extension to support formulations and models related to energy storage. Operational Storage Models can have multiple combinations of different restrictions. @@ -18,15 +18,15 @@ implementations for different attributes defined in [`PowerSimulations.DeviceMod ## About Sienna `StorageSystemsSimulations.jl` is part of the National Renewable Energy Laboratory's -[Sienna ecosystem](https://nrel-sienna.github.io/Sienna/), an open source framework for +[Sienna ecosystem](https://sienna-platform.github.io/Sienna/), an open source framework for power system modeling, simulation, and optimization. The Sienna ecosystem can be -[found on Github](https://github.com/NREL-Sienna/Sienna). It contains three applications: +[found on Github](https://github.com/Sienna-Platform/Sienna). It contains three applications: - - [Sienna\Data](https://nrel-sienna.github.io/Sienna/pages/applications/sienna_data.html) enables + - [Sienna\Data](https://sienna-platform.github.io/Sienna/pages/applications/sienna_data.html) enables efficient data input, analysis, and transformation - - [Sienna\Ops](https://nrel-sienna.github.io/Sienna/pages/applications/sienna_ops.html) enables + - [Sienna\Ops](https://sienna-platform.github.io/Sienna/pages/applications/sienna_ops.html) enables enables system scheduling simulations by formulating and solving optimization problems - - [Sienna\Dyn](https://nrel-sienna.github.io/Sienna/pages/applications/sienna_dyn.html) enables + - [Sienna\Dyn](https://sienna-platform.github.io/Sienna/pages/applications/sienna_dyn.html) enables system transient analysis including small signal stability and full system dynamic simulations @@ -35,7 +35,7 @@ programming language. `StorageSystemsSimulations.jl` is part of Sienna\Ops. ## Installation and Quick Links - - [Sienna installation page](https://nrel-sienna.github.io/Sienna/SiennaDocs/docs/build/how-to/install/): + - [Sienna installation page](https://sienna-platform.github.io/Sienna/SiennaDocs/docs/build/how-to/install/): Instructions to install `StorageSystemsSimulations.jl` and other Sienna\Ops packages - - [Sienna Documentation Hub](https://nrel-sienna.github.io/Sienna/SiennaDocs/docs/build/index.html): + - [Sienna Documentation Hub](https://sienna-platform.github.io/Sienna/SiennaDocs/docs/build/index.html): Links to other Sienna packages' documentation diff --git a/docs/src/reference/developer_guidelines.md b/docs/src/reference/developer_guidelines.md index e98d878..2b08943 100644 --- a/docs/src/reference/developer_guidelines.md +++ b/docs/src/reference/developer_guidelines.md @@ -1,11 +1,11 @@ # Guidelines for Developers In order to contribute to `StorageSystemsSimulations.jl` repository please read the following sections of -[`InfrastructureSystems.jl`](https://github.com/NREL-Sienna/InfrastructureSystems.jl) +[`InfrastructureSystems.jl`](https://github.com/Sienna-Platform/InfrastructureSystems.jl) documentation in detail: - 1. [Style Guide](https://nrel-sienna.github.io/InfrastructureSystems.jl/stable/style/) - 2. [Contributing Guidelines](https://github.com/NREL-Sienna/StorageSystemsSimulations.jl/blob/master/CONTRIBUTING.md) + 1. [Style Guide](https://sienna-platform.github.io/InfrastructureSystems.jl/stable/style/) + 2. [Contributing Guidelines](https://github.com/Sienna-Platform/StorageSystemsSimulations.jl/blob/master/CONTRIBUTING.md) Pull requests are always welcome to fix bugs or add additional modeling capabilities. diff --git a/docs/src/tutorials/single_stage_model.jl b/docs/src/tutorials/single_stage_model.jl index 7348076..743ccd8 100644 --- a/docs/src/tutorials/single_stage_model.jl +++ b/docs/src/tutorials/single_stage_model.jl @@ -17,7 +17,7 @@ using HiGHS ## solver # !!! note # # `PowerSystemCaseBuilder.jl` is a helper library that makes it easier to reproduce examples in the documentation and tutorials. Normally you would pass your local files to create the system data instead of calling the function `build_system`. -# For more details visit [`PowerSystemCaseBuilder.jl`](https://nrel-sienna.github.io/PowerSystemCaseBuilder.jl/stable) +# For more details visit [`PowerSystemCaseBuilder.jl`](https://sienna-platform.github.io/PowerSystemCaseBuilder.jl/stable) c_sys5_bat = build_system( PSITestSystems, From ce427324469f17aa869160cd42298769d4f8dcf3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 21 Apr 2026 06:45:01 +0000 Subject: [PATCH 3/3] docs: update README lab naming per PR feedback Agent-Logs-Url: https://github.com/Sienna-Platform/StorageSystemsSimulations.jl/sessions/fc18fcbf-1ee4-4dc0-9438-46b5237d8899 Co-authored-by: jd-lara <16385323+jd-lara@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4567fd2..608465c 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,4 @@ Contributions to the development and enhancement of StorageSystemsSimulations is ## License -StorageSystemsSimulations is released under a BSD [license](https://github.com/Sienna-Platform/StorageSystemsSimulations/blob/master/LICENSE). StorageSystemsSimulations has been developed as part of ... at the U.S. Department of Energy's National Renewable Energy Laboratory ([NREL](https://www.nrel.gov/)) +StorageSystemsSimulations is released under a BSD [license](https://github.com/Sienna-Platform/StorageSystemsSimulations/blob/master/LICENSE). StorageSystemsSimulations has been developed as part of ... at the U.S. Department of Energy's [National Laboratory of the Rockies (NLR)](https://www.nlr.gov/), formerly known as NREL.