You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+25-21Lines changed: 25 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,27 +10,31 @@ Targets
10
10
11
11
Unreleased
12
12
----------
13
-
* Load Q variables (done).
14
-
* Support for variable generator curtailments (done).
15
-
* User-friendly way to add batteries and variable generators (done).
16
-
* Improved naming consistency in Python network class (done).
17
-
* Support for all battery and load variables in ACPF and network properties (done).
18
-
* Battery dynamics and boundary conditions (done).
19
-
* Updated documentation and examples (done).
20
-
* Full support for constraint auxiliary variables (lin eq, nonlin eq, line ineq) (done).
21
-
* Elimination of obscure variables "voltage magnitude deviation" (done).
22
-
* Elimination of obscure variabes "voltage magnitude violation", "tap ratio deviation", "susceptance deviation" (done).
23
-
* Improved setup.py without argparse that relies on existing build_ext commands for custom builds (done).
24
-
* Upper and lower bounds for constraint extra variables (done).
25
-
* Three types of voltage magnitude limits (normal, regulation, emergency) (done).
26
-
* Load power factor, target power factor, and constraint for constant power factor (done).
27
-
* Removed Problem "set_network" method and required that Problem constructor takes network as argument for consistency with functions and constraints (done).
28
-
* Added default arguments to routines "add_batteries" and "add_var_generators" (done).
29
-
* Fixed indentation bug in problem.show() (done).
30
-
* (Conservative) linearized AC thermal limits via external and optional "line_flow" library (done).
31
-
* Changed key "raw parser" to "raw_parser" in "info" dictionary of pfnet python wrapper, and added "line_flow" (done).
32
-
* Added constraint/function/network error checks in problem analyze and eval routines (done).
33
-
* Added branch phase and ratio python setters (done).
13
+
14
+
Version 1.3.0
15
+
-------------
16
+
* Load Q variables.
17
+
* Support for variable generator curtailments.
18
+
* User-friendly way to add batteries and variable generators.
19
+
* Improved naming consistency in Python network class.
20
+
* Support for all battery and load variables in ACPF and network properties.
21
+
* Battery dynamics and boundary conditions.
22
+
* Updated documentation and examples.
23
+
* Full support for constraint auxiliary variables (lin eq, nonlin eq, line ineq).
24
+
* Elimination of obscure variables "voltage magnitude deviation".
25
+
* Elimination of obscure variables "voltage magnitude violation", "tap ratio deviation", "susceptance deviation".
26
+
* Improved setup.py without argparse that relies on existing build_ext commands for custom builds.
27
+
* Upper and lower bounds for constraint extra variables.
28
+
* Three types of voltage magnitude limits (normal, regulation, emergency).
29
+
* Load power factor, target power factor, and constraint for constant power factor.
30
+
* Removed Problem "set_network" method and required that Problem constructor takes network as argument for consistency with functions and constraints.
31
+
* Added default arguments to routines "add_batteries" and "add_var_generators".
32
+
* Fixed indentation bug in problem.show().
33
+
* (Conservative) linearized AC thermal limits via external and optional "line_flow" library.
34
+
* Changed key "raw parser" to "raw_parser" in "info" dictionary of pfnet python wrapper, and added "line_flow".
35
+
* Added constraint/function/network error checks in problem analyze and eval routines.
36
+
* Added branch phase and ratio python setters.
37
+
* Fixed sign error with second derivative of current mag with respect to phase shift in AC_FLOW_LIM constraints.
0 commit comments