Interoperability:
- Added interoperability modules for MATPOWER (through Oct2Py), pandapower (@jinningwang ) and
pypowsybl. - Added Examples and API reference for the interoperability module.
- Improved the setup script to support extra dependencies. The following extras
groups are supported:dev
andinterop
. See :ref:Install_extras
for
more information. - Added tests for power flow calculation against MATPOWER.
Others:
- Added a shorthand command
andes.system.example()
to return a disposable
system. It can be useful for quick prototyping. - Improved the formatting and navigation of Model references.
- Models store the base values for per-unit conversion in
Model.bases
.