Releases: dss-extensions/OpenDSSDirect.py
Releases · dss-extensions/OpenDSSDirect.py
v0.4.0
This release upgrades to DSS Python 0.10.5, finally supporting Python 3.8 on the PyPI package. The version was bumped to v0.4.0 to reflect several changes.
This release introduces a more complete coverage of the DSS C-API extensions, mirroring most of DSS Python's modules in OpenDSSDirect.py's style. That includes both new functions on existing modules and new modules (CNData
, LineGeometries
, LineSpacings
, Reactors
, ReduceCkt
, TSData
, WireData
).
More rigorous error checking was also implemented, with most errors now mapped to exceptions. This should be the only change that could actually break compatibility with the v0.3.x series.
v0.3.7
v0.3.6
v0.3.5
v0.3.4
v0.3.3
v0.3.2
v0.3.1
v0.3.0
- Full package rewrite (thanks to @PMeira) using
dss_python
- Fix memory leaks
- Add Y Matrix functions
- Fix issues with ControlQueues
- Support .sng and .dbl file formats
- Remove 'Empty var_arr found' warning
- Change interface behaviour to more explicit read only or read write functions