Skip to content

Commit 845b6f3

Browse files
committed
Merge branch 'develop'
2 parents 6e23c31 + c0bb9ea commit 845b6f3

25 files changed

+214
-49
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The ESA team works hard to ensure ESA is well tested, and we strive for
8080
testing coverage data for ESA, using `coverage
8181
<https://pypi.org/project/coverage/>`__.
8282

83-
.. table:: ESA's testing coverage as of 2022-09-15 (Git commit: 09a0fb7)
83+
.. table:: ESA's testing coverage as of 2022-09-26 (Git commit: 9fe1d36)
8484
:widths: auto
8585
:align: left
8686

@@ -89,7 +89,7 @@ testing coverage data for ESA, using `coverage
8989
+=================+===================+=================+=================+====================+
9090
| esa/__init__.py | 2 | 0 | 2 | 100 |
9191
+-----------------+-------------------+-----------------+-----------------+--------------------+
92-
| esa/saw.py | 1124 | 0 | 1124 | 100 |
92+
| esa/saw.py | 1140 | 0 | 1140 | 100 |
9393
+-----------------+-------------------+-----------------+-----------------+--------------------+
9494

9595
License

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.9
1+
1.3.0

docs/doctrees/environment.pickle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:4e29ac7436c46c295f280ef7e85d84bddc94cc4441de249647e8cf5f8d4749a2
3-
size 76583
2+
oid sha256:6f26d65d8c814f35cca58a1ccef50e9a78c88eb6cd78e607b29c45250f12e3ca
3+
size 77505

docs/doctrees/esa.doctree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:5bb4928057a36445e0c3b517b5224764ac582d263eeb20a2d1b7d44c6f4e6f02
3-
size 422281
2+
oid sha256:6192770b6d60e67bfc33d0345587a708f32df512825d3c5139ad441b2a0c65de
3+
size 428140

docs/doctrees/overview.doctree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:8b60c51408adf626a0a2f7c50a57334ec166d7f99057fb7fa17fd8b578108af2
2+
oid sha256:8b886f319941a482f1d2bb78ce717dd8ef51654b501461a76ada5e4b263c03fd
33
size 30603

docs/doctrees/snippets.doctree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:be1c0878bd1b910949f20228f4f58fcab4081add4682b793e17a96aef596b61a
3-
size 93956
2+
oid sha256:c262b3b051efba0fa27af37c58c5dcef829f2219c0a44154b2339c52e6f046a2
3+
size 98508

docs/doctrees/welcome.doctree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:326f14e6606ad732909f25abcfd851cac003341a1f3ee7a792c39f12d1116707
3-
size 100937
2+
oid sha256:24dc206456b62c8eb57655dc3358d0afb912e7ceac1d6d512cdc00e9967bbbea
3+
size 102423

docs/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: e0464f6a5f354efa64833053541a243d
3+
config: b7c62c6de69d4bab05d2a187be4395f4
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/html/_sources/snippets.rst.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,15 @@ Transient Stability Analysis
3838

3939
.. include:: snippets/ts_mycontingency_200.rst
4040

41-
Contingency Analysis
42-
--------------------
41+
Fast Contingency Analysis
42+
-------------------------
43+
44+
.. include:: snippets/fast_contingency_analysis_2000.rst
4345

44-
.. include:: snippets/contingency_analysis_2000.rst
46+
Contingency Analysis using PW Built-in capability
47+
-------------------------------------------------
48+
49+
.. include:: snippets/pw_contingency_analysis_2000.rst
4550

4651
Create Simple Graph Model
4752
-------------------------
@@ -57,3 +62,4 @@ Plot Histogram of Line Flows with Matplotlib
5762
--------------------------------------------
5863

5964
.. include:: snippets/line_loading_matplotlib_2000.rst
65+

docs/html/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '1.2.9',
3+
VERSION: '1.3.0',
44
LANGUAGE: 'None',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

0 commit comments

Comments
 (0)