Releases: powsybl/powsybl.jl
Releases · powsybl/powsybl.jl
v0.2.0
Powsybl.jl v0.2.0 release notes
New Features
- Export network using the "save" function
- Provide parameters to the exporters
- Provide parameters and post processors to the import "load" function
- Support aarch64 macos architecture
Quality
- Import was sometimes crashing unexpectedly because of duplicated call to the load function
- Dataframes for network equipment were missing boolean attributes
- Per unit and nominal apparent power parameters are no longer const
Breaking changes
- As Powsybl.jl is still early in its development, compatibility with previous versions is not guaranteed
v0.1.0
Powsybl.jl v0.1.0 release notes
This is the first version of Powsybl.jl, the julia bindings for the PowSyBl framework.
⭐ New Features
- Create an empty network
- Create a set of tutorial example networks such as IEEE, Eurostag and more
- Load a network from a file, supporting CGMES, UCTE, XIIDM, BIIDM, JIIDM, Matpower, IEEE CDF, PSS/E and PowerFactory data format
- List network elements and explore their attributes through julia DataFrames