DPsim v1.3.0 #685
leonardocarreras
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What's Changed since v1.2.1
Highlights
.pyistubs for the whole binding surface.Special thanks
Huge thanks to everyone who contributed to this release!
In particular:
SystemTopologyconsistent, derivingmComponentsAtNodeinstead of hand-maintaining it, and fixing node and component removal.And a warm welcome to the new contributors in this cycle:
@matthiasmees, @barismuutlu, @SystemsPurge, thanks for jumping in!
Many of these contributions were done in personal free time, we deeply appreciate that commitment to DPsim.
State-Space Nodal in every domain
(PRs: #406, #472, #489, #500)
(PRs: #474, #576)
(PR: #587)
(PRs: #515, #516, #517)
(PRs: #541, #542, #544, #578)
State-space extraction & modal analysis
(PRs: #478, #488, #497)
(PR: #537)
(PRs: #564, #571, #573, #574)
Grid-forming & grid-following inverters
(PRs: #560, #570, #577)
(PR: #683)
(PRs: #545, #546, #547, #579, #586, #592)
(PR: #642)
Synchronous generator models & controls
(PRs: #402, #486, #491, #492)
(PRs: #490, #494, #493)
(PRs: #535, #575)
Power flow, matpower & CGMES
(PRs: #514, #536, #552)
(PRs: #543, #512, #519, #520, #521, #525, #532, #551, #555)
(PRs: #553, #601)
(PRs: #554, #558, #562, #556)
Components, topology & decoupling
(PRs: #513, #436, #507, #523)
(PRs: #423, #550, #538, #583, #630)
SystemTopologyconsistency: node and component removal now maintainmComponentsAtNode, which is derived rather than hand-maintained, and the deprecatedaddalias is back.(PRs: #621, #622, #634, #638)
Packaging & platforms
(PRs: #633, #681)
.pyistubs fordpsimpyvia pybind11-stubgen, and Python project config migrated topyproject.toml.(PRs: #495, #485)
std::filesystemand MSVC optimization flags.(PRs: #610, #649, #470, #480, #641)
CI/CD, code quality & docs
(PRs: #661, #674, #672)
(PRs: #607, #594, #595)
(PRs: #650, #651, #670, #648)
(PRs: #593, #598)
(PRs: #619, #505, #503, #506, #509)
Known issues
SystemTopology.render_to_file()and_repr_svg_()crash in the published Linux wheel: Graphviz layout plugins are not bundled, so the call writes an empty file and terminates the process. This is unchanged from v1.2.1 and a fix is planned for a follow-up release.New Contributors
Full Changelog: v1.2.1...v1.3.0
This discussion was created from the release DPsim v1.3.0.
All reactions