Releases: dss-extensions/DSS-Python
Version 0.9.6: Minor fix
This release adds working versions for ActiveCircuit.CktElements
and ActiveCircuit.Buses
.
If you are using Windows (64-bit only), you can install the wheels available on the official Python package index:
pip install dss_python
Version 0.9.4: Minor changes and fixes
Notable changes:
- Allows using
len
on several classes. - Fully expose
DSSProperty
. - Includes more COM helpstrings as Python docstrings, where available.
- Contains fixes and changes up to OpenDSS revision 2152, including fix for
batchedit
.
If you are using Windows (64-bit only), you can install the wheels available on the official Python package index:
pip install dss_python
SVN revision 2136 and docstrings
This release includes COM interface fixes (OpenDSS revision 2136) and includes some of the COM helpstrings as Python docstrings (not all of them are functional yet).
If you are using Windows (64-bit only), you can install the wheels available on the official Python package index:
pip install dss_python
Experimental support for OpenDSS-PM
This release adds experimental support for OpenDSS-PM (at the moment, a custom patch is provided for FreePascal support) and includes COM interface fixes (OpenDSS revision 2134) from dss_capi
.
If you are using Windows (64-bit only), you can install the wheels available on the official Python package index:
pip install dss_python
First public release
This is the first public version of this Python module, which provide bindings to OpenDSS using the dss_capi
subproject and CFFI.
If you are using Windows (64-bit only), you can install the wheels available on the official Python package index:
pip install dss_python