Skip to content

Releases: dss-extensions/DSS-Python

Version 0.9.6: Minor fix

05 Apr 20:23
Compare
Choose a tag to compare

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

07 Mar 05:36
Compare
Choose a tag to compare

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

16 Feb 20:15
Compare
Choose a tag to compare

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

12 Feb 17:45
Compare
Choose a tag to compare

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

08 Feb 21:07
Compare
Choose a tag to compare

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