@@ -6,9 +6,10 @@ Release Notes
6
6
7
7
The APIs before v3.0.0 are in beta and may change without prior notice.
8
8
9
- Since v1.0.0
10
- ------------
11
- v1.0.9
9
+ v1.1 Notes
10
+ ----------
11
+
12
+ v1.1.0
12
13
```````````````````
13
14
- Defaulted `BaseVar.diag_eps ` to `System.Config.diag_eps `.
14
15
- Added option `TDS.config.g_scale ` to allow for scaling the
@@ -29,6 +30,9 @@ Added Generic Type 3 wind turbine component models:
29
30
- Torque (a.k.a. Pref) model `WTTQA1 `.
30
31
31
32
33
+ v1.0 Notes
34
+ ----------
35
+
32
36
v1.0.8 (2020-07-29)
33
37
```````````````````
34
38
New features and models:
@@ -122,8 +126,11 @@ This release is going to be tagged as v0.9.5 and later tagged as v1.0.0.
122
126
- Documentation improvements.
123
127
- Various tweaks.
124
128
129
+ Pre-v1.0.0
130
+ ----------
131
+
125
132
v0.9.4 (2020-05-20)
126
- -------------------
133
+ ```````````````````
127
134
128
135
- Added exciter models EXST1, ESST3A, ESDC2A, SEXS, and IEEEX1,
129
136
turbine governor model IEEEG1 (dual-machine support), and stabilizer
@@ -146,7 +153,7 @@ v0.9.4 (2020-05-20)
146
153
- Various patches to allow zeroing out time constants in transfer functions.
147
154
148
155
v0.9.3 (2020-05-05)
149
- -------------------
156
+ ```````````````````
150
157
This version contains bug fixes and performance tweaks.
151
158
152
159
- Fixed an `AntiWindup ` issue that causes variables to stuck at limits.
@@ -158,7 +165,7 @@ This version contains bug fixes and performance tweaks.
158
165
- Other bug fixes.
159
166
160
167
v0.9.1 (2020-05-02)
161
- -------------------
168
+ ```````````````````
162
169
This version accelerates computations by about 35%.
163
170
164
171
- Models with flag ``collate=False ``, which is the new default,
@@ -179,7 +186,7 @@ This version accelerates computations by about 35%.
179
186
- Patched a bug in v0.9.0 related to `dae.Tf `.
180
187
181
188
v0.8.8 (2020-04-28)
182
- -------------------
189
+ ```````````````````
183
190
This update contains a quick but significant fix to boost the simulation speed by avoiding
184
191
calls to empty user-defined numerical calls.
185
192
@@ -190,7 +197,7 @@ calls to empty user-defined numerical calls.
190
197
- For the `kundur_ieeest.xlsx ` case, simulation time was reduced from 3.5s to 2.7s.
191
198
192
199
v0.8.7 (2020-04-28)
193
- -------------------
200
+ ```````````````````
194
201
- Changed `RefParam ` to a service type called `BackRef `.
195
202
- Added `DeviceFinder `, a service type to find device idx when not provided.
196
203
`DeviceFinder ` will also automatically add devices if not found.
@@ -201,7 +208,7 @@ v0.8.7 (2020-04-28)
201
208
- Implemented COI for generator speed and angle measurement.
202
209
203
210
v0.8.6 (2020-04-21)
204
- -------------------
211
+ ```````````````````
205
212
This release contains important documentation fixes and two new blocks.
206
213
207
214
- Fixed documentations in `andes doc ` to address a misplacement of symbols and equations.
@@ -211,7 +218,7 @@ This release contains important documentation fixes and two new blocks.
211
218
- Added a prototype for IEEEST stabilizer with some fixes needed.
212
219
213
220
v0.8.5 (2020-04-17)
214
- -------------------
221
+ ```````````````````
215
222
- Converted the differential equations to the form of ``T \dot{x} = f(x, y) ``, where T is supplied to
216
223
``t_const `` of ``State/ExtState ``.
217
224
- Added the support for Config fields in documentation (in ``andes doc `` and on readthedocs).
@@ -223,14 +230,14 @@ v0.8.5 (2020-04-17)
223
230
- Minor features: `andes -v 1 ` for debug output with levels and line numbers.
224
231
225
232
v0.8.4 (2020-04-07)
226
- -------------------
233
+ ```````````````````
227
234
- Added support for JSON case files. Convert existing case file to JSON with ``--convert json ``.
228
235
- Added support for PSS/E dyr files, loadable with ``-addfile ADDFILE ``.
229
236
- Added ``andes plot --xargs `` for searching variable name and plotting. See example 6.
230
237
- Various bug fixes: Fault power injection fix;
231
238
232
239
v0.8.3 (2020-03-25)
233
- -------------------
240
+ ```````````````````
234
241
- Improved storage for Jacobian triplets (see ``andes.core.triplet.JacTriplet ``).
235
242
- On-the-fly parameter alteration for power flow calculations (``Model.alter `` method).
236
243
- Exported frequently used functions to the root package
@@ -240,7 +247,7 @@ v0.8.3 (2020-03-25)
240
247
- Various bug fixes and documentation improvements.
241
248
242
249
v0.8.0 (2020-02-12)
243
- -------------------
250
+ ```````````````````
244
251
- First release of the hybrid symbolic-numeric framework in ANDES.
245
252
- A new framework is used to describe DAE models, generate equation documentation, and generate code for
246
253
numerical simulation.
@@ -249,7 +256,7 @@ v0.8.0 (2020-02-12)
249
256
- Newton-Raphson power flow, trapezoidal rule for numerical integration, and full eigenvalue analysis.
250
257
251
258
v0.6.9 (2020-02-12)
252
- -------------------
259
+ ```````````````````
253
260
- Version 0.6.9 is the last version for the numeric-only modeling framework.
254
261
- This version will not be updated any more.
255
262
But, models, routines and functions will be ported to the new version.
0 commit comments