This release includes some corrections:
- #451 Plot switches that are represented as lines in the interactive map plots.
- #449 Fix wrong unit of no-load current of some transformers in the catalogue.
- #447 Fix serialization to JSON when the
Switchconstructor gets a numpy bool as theclosedargument. - #440 Add switch
closedstatus to the network's switches dataframe and graph representation. - #439 Fix repr string of
rlf.GroundConnection
What's Changed
- Fix repr of GroundConnection by @alihamdan in #439
- Add switches status to their dataframe and graph by @alihamdan in #440
- Fix several issues in the documentation by @alihamdan in #441
- Fix JSON serialization with numpy bool by @alihamdan in #447
- Fix equations in transformer docs by @alihamdan in #448
- Fix I0 of some transformers in the catalogue by @alihamdan in #449
- Bump actions/upload-artifact from 6 to 7 by @dependabot[bot] in #450
- Fix switches in plots, ty, and uv build warning by @alihamdan in #451
- Version 0.14.1 by @benoit9126 in #452
Full Changelog: v0.14.0...v0.14.1