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
+5-4Lines changed: 5 additions & 4 deletions
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.3, based on [OpenDSS revision 2136](https://sourceforge.net/p/electricdss/code/2136/tree/).
9
+
Version 0.9.4, 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,9 +17,10 @@ This module depends on CFFI, NumPy and, optionally, SciPy.Sparse for reading the
17
17
18
18
Recent changes
19
19
==============
20
-
- 2018-02-08 / version 0.9.1: First public release (OpenDSS revision 2123)
21
-
- 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)
20
+
- 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.
22
21
- 2018-02-16 / version 0.9.3: Integrate COM interface fixes from revision 2136 (`First``Next` iteration on some elements)
22
+
- 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
+
- 2018-02-08 / version 0.9.1: First public release (OpenDSS revision 2123)
23
24
24
25
25
26
Missing features and limitations
@@ -186,7 +187,7 @@ Roadmap
186
187
=======
187
188
Besides bug fixes, the main funcionality of this library is mostly done. Notable desirable features that may be implemented are:
188
189
189
-
- More and better documentation, including the integration of the help strings from the IDL/COM definition files.
190
+
- More and better documentation
190
191
- Create wheels for Linux distributions, maybe using the Anaconda stack.
191
192
- Create a more "Pythonic" API. This would break compatibility with COM, but may result in a more pleasant environment for using OpenDSS in Python.
0 commit comments