From 34c1b2a34003a4ab740cb30ba795ea0beb7b0a4f Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Mon, 20 Apr 2026 21:07:19 +0000
Subject: [PATCH 1/2] Initial plan
From dee3083f30f4b0d06b72e40433c5bd6259fa4bed Mon Sep 17 00:00:00 2001
From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com>
Date: Mon, 20 Apr 2026 21:32:42 +0000
Subject: [PATCH 2/2] chore: update org, docs domain, and Slack workspace
references
Agent-Logs-Url: https://github.com/Sienna-Platform/PowerNetworkMatrices.jl/sessions/9a02100d-6a01-4da5-a26e-bc8b194cacce
Co-authored-by: jd-lara <16385323+jd-lara@users.noreply.github.com>
---
.claude/Sienna.md | 4 ++--
.claude/claude.md | 6 +++---
.github/pull_request_template.md | 2 +-
.github/workflows/cross-package-test.yml | 2 +-
README.md | 8 ++++----
docs/make.jl | 2 +-
docs/src/tutorials/getting_started.md | 4 ++--
test/load_tests.jl | 2 +-
test/test_virtual_modf.jl | 2 +-
9 files changed, 16 insertions(+), 16 deletions(-)
diff --git a/.claude/Sienna.md b/.claude/Sienna.md
index 01d00665..b3a33b9d 100644
--- a/.claude/Sienna.md
+++ b/.claude/Sienna.md
@@ -61,7 +61,7 @@ Avoid returning `Union` types or abstract types.
## Code Conventions
-Style guide: [https://nrel-sienna.github.io/InfrastructureSystems.jl/stable/style/](https://nrel-sienna.github.io/InfrastructureSystems.jl/stable/style/)
+Style guide: [https://sienna-platform.github.io/InfrastructureSystems.jl/stable/style/](https://sienna-platform.github.io/InfrastructureSystems.jl/stable/style/)
Formatter (JuliaFormatter): Use the formatter script provided in each package.
@@ -77,7 +77,7 @@ Key rules:
Framework: [Diataxis](https://diataxis.fr/)
-Sienna guide: [https://nrel-sienna.github.io/InfrastructureSystems.jl/stable/docs_best_practices/explanation/](https://nrel-sienna.github.io/InfrastructureSystems.jl/stable/docs_best_practices/explanation/)
+Sienna guide: [https://sienna-platform.github.io/InfrastructureSystems.jl/stable/docs_best_practices/explanation/](https://sienna-platform.github.io/InfrastructureSystems.jl/stable/docs_best_practices/explanation/)
Docstring requirements:
diff --git a/.claude/claude.md b/.claude/claude.md
index 28ad1e32..0d49c0c6 100644
--- a/.claude/claude.md
+++ b/.claude/claude.md
@@ -4,7 +4,7 @@
## Package Role
-PowerNetworkMatrices.jl constructs classic power systems network matrices (Ybus, PTDF, LODF) for power flow analysis, sensitivity analysis, and contingency studies. Part of the NREL-Sienna ecosystem, it provides computational building blocks for optimization and analysis packages.
+PowerNetworkMatrices.jl constructs classic power systems network matrices (Ybus, PTDF, LODF) for power flow analysis, sensitivity analysis, and contingency studies. Part of the Sienna-Platform ecosystem, it provides computational building blocks for optimization and analysis packages.
## Design Objectives
@@ -172,7 +172,7 @@ Documentation source
## Code Conventions
-**Style Guide:** [NREL-Sienna Style Guide](https://nrel-sienna.github.io/InfrastructureSystems.jl/stable/style/)
+**Style Guide:** [Sienna-Platform Style Guide](https://sienna-platform.github.io/InfrastructureSystems.jl/stable/style/)
### Formatter
@@ -191,7 +191,7 @@ Documentation source
## Documentation Practices
**Framework:** [Diataxis](https://diataxis.fr/)
-**Sienna Guide:** [Documentation Best Practices](https://nrel-sienna.github.io/InfrastructureSystems.jl/stable/docs_best_practices/explanation/)
+**Sienna Guide:** [Documentation Best Practices](https://sienna-platform.github.io/InfrastructureSystems.jl/stable/docs_best_practices/explanation/)
### Docstring Requirements
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 08983354..44a5782a 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -1,3 +1,3 @@
Thanks for opening a PR to PowerNetworkMatrices.jl, please take note of the following when making a PR:
-Check the [contributor guidelines](https://nrel-sienna.github.io/PowerNetworkMatrices.jl/stable/code_base_developer_guide/developer/)
+Check the [contributor guidelines](https://sienna-platform.github.io/PowerNetworkMatrices.jl/stable/code_base_developer_guide/developer/)
diff --git a/.github/workflows/cross-package-test.yml b/.github/workflows/cross-package-test.yml
index 9ce303c2..0e82d0bf 100644
--- a/.github/workflows/cross-package-test.yml
+++ b/.github/workflows/cross-package-test.yml
@@ -26,7 +26,7 @@ jobs:
- name: Clone ${{matrix.package_name}}
uses: actions/checkout@v2
with:
- repository: NREL-Sienna/${{matrix.package_name}}.jl
+ repository: Sienna-Platform/${{matrix.package_name}}.jl
path: downstream
- name: Run the tests
shell: julia --project=downstream {0}
diff --git a/README.md b/README.md
index 2e3e3578..40e96714 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
# PowerNetworkMatrices.jl
-[](https://github.com/NREL-Sienna/PowerNetworkMatrices.jl/actions/workflows/main-tests.yml)
-[](https://codecov.io/gh/NREL-Sienna/PowerNetworkMatrices.jl)
-[](https://nrel-sienna.github.io/PowerNetworkMatrices.jl/stable)
-[
](https://join.slack.com/t/nrel-sienna/shared_invite/zt-glam9vdu-o8A9TwZTZqqNTKHa7q3BpQ)
+[](https://github.com/Sienna-Platform/PowerNetworkMatrices.jl/actions/workflows/main-tests.yml)
+[](https://codecov.io/gh/Sienna-Platform/PowerNetworkMatrices.jl)
+[](https://sienna-platform.github.io/PowerNetworkMatrices.jl/stable)
+[
](https://join.slack.com/t/core-sienna/shared_invite/zt-glam9vdu-o8A9TwZTZqqNTKHa7q3BpQ)
[](http://juliapkgstats.com/pkg/PowerNetworkMatrices)
`PowerNetworkMatrices.jl` is able to build classic power systems modeling network matrices such as
diff --git a/docs/make.jl b/docs/make.jl
index 1821458a..ffbd7cf6 100644
--- a/docs/make.jl
+++ b/docs/make.jl
@@ -44,7 +44,7 @@ makedocs(;
)
deploydocs(;
- repo = "github.com/NREL-Sienna/PowerNetworkMatrices.jl.git",
+ repo = "github.com/Sienna-Platform/PowerNetworkMatrices.jl.git",
target = "build",
branch = "gh-pages",
devurl = "dev",
diff --git a/docs/src/tutorials/getting_started.md b/docs/src/tutorials/getting_started.md
index b66b9ddc..78ff3342 100644
--- a/docs/src/tutorials/getting_started.md
+++ b/docs/src/tutorials/getting_started.md
@@ -3,10 +3,10 @@
!!! 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 Documentation](https://nrel-sienna.github.io/PowerSystemCaseBuilder.jl/stable)
+ For more details visit [PowerSystemCaseBuilder Documentation](https://sienna-platform.github.io/PowerSystemCaseBuilder.jl/stable)
For more details about loading data and adding more dynamic components check the
-[Creating a System with Dynamic devices](https://nrel-sienna.github.io/PowerSystems.jl/stable/tutorials/add_dynamic_data/)
+[Creating a System with Dynamic devices](https://sienna-platform.github.io/PowerSystems.jl/stable/tutorials/add_dynamic_data/)
section of the documentation in `PowerSystems.jl`.
## Loading data
diff --git a/test/load_tests.jl b/test/load_tests.jl
index 7591ddfc..e96c360b 100644
--- a/test/load_tests.jl
+++ b/test/load_tests.jl
@@ -15,7 +15,7 @@ run_tests()
```
See the InfrastructureSystems.jl documentation page
-["Running Tests"](https://nrel-sienna.github.io/InfrastructureSystems.jl/stable/dev_guide/tests/)
+["Running Tests"](https://sienna-platform.github.io/InfrastructureSystems.jl/stable/dev_guide/tests/)
for more details.
Copied from https://juliatesting.github.io/ReTest.jl/stable/#Working-with-Revise
diff --git a/test/test_virtual_modf.jl b/test/test_virtual_modf.jl
index c9e87fd1..21bb6e7e 100644
--- a/test/test_virtual_modf.jl
+++ b/test/test_virtual_modf.jl
@@ -286,7 +286,7 @@ end
end
@testset "VirtualMODF: BA/A sign convention consistency (issue #278)" begin
- # Regression test for NREL-Sienna/PowerNetworkMatrices.jl#278.
+ # Regression test for Sienna-Platform/PowerNetworkMatrices.jl#278.
#
# The issue is an inconsistent branch orientation between BA[:, m] and
# A[m, :]: BA[:, m] can correspond to -b_m * A[m, :] even when b_m itself