Skip to content

Commit

Permalink
Merge pull request e2nIEE#988 from dlohmeier/develop
Browse files Browse the repository at this point in the history
Rewrote the create module to outsource stuff that is repeated in every function
  • Loading branch information
dlohmeier authored Nov 19, 2020
2 parents 1bee4ba + ac42fc9 commit 87efd4f
Show file tree
Hide file tree
Showing 3 changed files with 998 additions and 1,578 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Change Log
- [ADDED] The voltage setpoint of external grids can now be optimized by the OPF by setting net.ext_grid.controllable to True.
- [ADDED] The Powermodels AC OPF can now be used with line loading constraints formulated with respect to the maximum current net.line.max_i_ka by using pp.runpm_ac_opf(net, opf_flow_lim="I")
- [ADDED] For easier debugging of the Powermodels interface, you can now save your .json file and specify the file name by using pp.runpm(net, delete_buffer_file=False, pm_file_path="filename.json")
- [CHANGED] The create-module now contains some functions for standardized checks and procedures in all create functions.

[2.4.0]- 2020-09-01
----------------------
Expand Down
Loading

0 comments on commit 87efd4f

Please sign in to comment.