DSS Python 0.12.1-2
This is an incremental release to fix an issue with Fuses.Reset
. We took the opportunity to also expose the following in Python:
- GICSources: new class
- Bus: ZSC012Matrix
- Circuit: ElementLosses
- DSS: AllowDOScmd, COMErrorResults,
__call__
- Fuses: State, NormalState
- LineGeometries: Nconds
- Loads: Sensor
- LoadShapes: UseFloat32, UseFloat64
- PVSystems: Sensor
- Reclosers: State, NormalState
- Relays: State, NormalState
- Sensors: AllocationFactor
- Text: Commands
- WireData: CapRadius
- YMatrix: SetGeneratordQdV, Iteration
All the methods above were already implemented in the low-level API via CFFI (dss.lib).
See the release notes for the main v0.12.1 at https://github.com/dss-extensions/dss_python/releases/tag/0.12.1
As usual, available on PyPI.