From e35ebf96933da8389f12c21f515b6f78d356567b Mon Sep 17 00:00:00 2001 From: jinningwang Date: Fri, 23 Feb 2024 23:26:35 -0500 Subject: [PATCH 1/5] Typo in release-notes --- docs/source/release-notes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/release-notes.rst b/docs/source/release-notes.rst index 92a524c54..4aa228f9c 100644 --- a/docs/source/release-notes.rst +++ b/docs/source/release-notes.rst @@ -9,7 +9,7 @@ The APIs before v3.0.0 are in beta and may change without prior notice. v1.9 Notes ========== -v1.3.1 (2024-02-04) +v1.9.1 (2024-02-04) ------------------- This is a hotfix to pass ``pip check`` for KVXOPT version. From 94873c89bb3308670c6a9c33b2f0da6e869e1958 Mon Sep 17 00:00:00 2001 From: jinningwang Date: Fri, 23 Feb 2024 23:26:43 -0500 Subject: [PATCH 2/5] Typo in LTB link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43fd4d219..08a063280 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ CURENT ERC Logo -Python software for symbolic power system modeling and numerical analysis, serving as the core simulation engine for the [CURENT Largescale Testbed][LTB Repository]. +Python software for symbolic power system modeling and numerical analysis, serving as the core simulation engine for the [CURENT Largescale Testbed][LTB Repositories]. | | Latest | Stable | |---------------|-----------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------| From f955c3e46ab92d33a4373b0ed989e67059bb090c Mon Sep 17 00:00:00 2001 From: Wei <58371015+weigao-123@users.noreply.github.com> Date: Thu, 7 Mar 2024 14:57:59 -0700 Subject: [PATCH 3/5] Typo in DAE Scalar Descriptions --- andes/variables/dae.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/andes/variables/dae.py b/andes/variables/dae.py index 87e842cc0..51b8ca8f9 100644 --- a/andes/variables/dae.py +++ b/andes/variables/dae.py @@ -280,7 +280,7 @@ class DAE: +-----------+---------------------------------------------+ | Scalar | Description | +===========+=============================================+ - | m | The number of algebraic variables/equations | + | m | The number of state variables/equations | +-----------+---------------------------------------------+ | n | The number of algebraic variables/equations | +-----------+---------------------------------------------+ From f73b12465d36c7f0bff4072ef0709bde37f7e710 Mon Sep 17 00:00:00 2001 From: Wei <58371015+weigao-123@users.noreply.github.com> Date: Thu, 7 Mar 2024 15:36:13 -0700 Subject: [PATCH 4/5] Typo in DAE Scalar Descriptions --- andes/variables/dae.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/andes/variables/dae.py b/andes/variables/dae.py index 51b8ca8f9..845121d60 100644 --- a/andes/variables/dae.py +++ b/andes/variables/dae.py @@ -280,9 +280,9 @@ class DAE: +-----------+---------------------------------------------+ | Scalar | Description | +===========+=============================================+ - | m | The number of state variables/equations | + | m | The number of algebraic variables/equations | +-----------+---------------------------------------------+ - | n | The number of algebraic variables/equations | + | n | The number of state variables/equations | +-----------+---------------------------------------------+ | o | The number of limiter state flags | +-----------+---------------------------------------------+ From 732e8b7b6b3657779ebb7a353190d91701d6ba27 Mon Sep 17 00:00:00 2001 From: Wei <58371015+weigao-123@users.noreply.github.com> Date: Thu, 7 Mar 2024 17:22:41 -0700 Subject: [PATCH 5/5] Typo in DAE Scalar Descriptions --- andes/variables/dae.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/andes/variables/dae.py b/andes/variables/dae.py index 845121d60..6d02ece62 100644 --- a/andes/variables/dae.py +++ b/andes/variables/dae.py @@ -282,7 +282,7 @@ class DAE: +===========+=============================================+ | m | The number of algebraic variables/equations | +-----------+---------------------------------------------+ - | n | The number of state variables/equations | + | n | The number of state variables/equations | +-----------+---------------------------------------------+ | o | The number of limiter state flags | +-----------+---------------------------------------------+