dss-extensions / DSS-Python

Native, "direct" Python bindings (interface) and misc tools for a custom implementation of OpenDSS (EPRI Distribution System Simulator). Based on CFFI, DSS C-API, aiming for full COM API-level compatibility on Windows, Linux and MacOS, while providing various extensions.
https://dss-extensions.org/DSS-Python/
BSD 3-Clause "New" or "Revised" License
60 stars 4 forks source link

Use DSS C-API 0.12.x #43

Closed PMeira closed 2 years ago

PMeira commented 2 years ago

Major features currently added are:

To add/finish:

Depending on how things go, we can release in the current state and publish the rest in a later release.

PMeira commented 2 years ago

Beta versions are being uploaded to PyPI

pip install dss-python==0.12.0b6
PMeira commented 2 years ago

Plots will be done in 0.12.1. As soon as DSS C-API is ready/retested, we will update directly on the master branch here and cut a release. Either that or a smaller branch will be created.