Skip to content

Commit 143cd8e

Browse files
committed
Updater README for version 0.9.4
1 parent 2f37033 commit 143cd8e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Python bindings and misc tools for using OpenDSS (EPRI Distribution System Simul
66

77
If you are looking for the C API library, see [`dss_capi`](http://github.com/PMeira/dss_capi/).
88

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/).
1010
This is a work-in-progress but it's deemed stable enough to be made public.
1111
*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.*
1212

@@ -17,9 +17,10 @@ This module depends on CFFI, NumPy and, optionally, SciPy.Sparse for reading the
1717

1818
Recent changes
1919
==============
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.
2221
- 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)
2324

2425

2526
Missing features and limitations
@@ -186,7 +187,7 @@ Roadmap
186187
=======
187188
Besides bug fixes, the main funcionality of this library is mostly done. Notable desirable features that may be implemented are:
188189

189-
- More and better documentation, including the integration of the help strings from the IDL/COM definition files.
190+
- More and better documentation
190191
- Create wheels for Linux distributions, maybe using the Anaconda stack.
191192
- Create a more "Pythonic" API. This would break compatibility with COM, but may result in a more pleasant environment for using OpenDSS in Python.
192193

README.pdf

192 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)