You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Python bindings and misc tools for using OpenDSS (EPRI Distribution System Simul
6
6
7
7
If you are looking for the C API library, see [`dss_capi`](http://github.com/PMeira/dss_capi/).
8
8
9
-
Version 0.9.4, based on [OpenDSS revision 2152](https://sourceforge.net/p/electricdss/code/2152/tree/).
9
+
Version 0.9.5, based on [OpenDSS revision 2152](https://sourceforge.net/p/electricdss/code/2152/tree/).
10
10
This is a work-in-progress but it's deemed stable enough to be made public.
11
11
*Note that, while the interface with OpenDSS is stable (classic version), the OpenDSS-PM (actor-based parallel machine version) interface was integrated recently and is experimental.*
12
12
@@ -17,8 +17,9 @@ This module depends on CFFI, NumPy and, optionally, SciPy.Sparse for reading the
17
17
18
18
Recent changes
19
19
==============
20
+
- 2018-04-05 / version 0.9.5: Adds missing `ActiveCircuit.CktElements[index]` (or `...CktElements(index)`) and `ActiveCircuit.Buses[index]` (or `...Buses(index)`).
20
21
- 2018-03-07 / version 0.9.4: Allows using `len` on several classes, fixes DSSProperty, and includes COM helpstrings as docstrings. Contains changes up to OpenDSS revision 2152.
21
-
- 2018-02-16 / version 0.9.3: Integrate COM interface fixes from revision 2136 (`First``Next` iteration on some elements)
22
+
- 2018-02-16 / version 0.9.3: Integrates COM interface fixes from revision 2136 (`First``Next` iteration on some elements)
22
23
- 2018-02-12 / version 0.9.2: Experimental support for OpenDSS-PM (at the moment, a custom patch is provided for FreePascal support) and port COM interface fixes (OpenDSS revision 2134)
23
24
- 2018-02-08 / version 0.9.1: First public release (OpenDSS revision 2123)
0 commit comments