Skip to content

Commit 5e600a1

Browse files
committed
Updated release notes.
1 parent 8c3245e commit 5e600a1

File tree

1 file changed

+21
-14
lines changed

1 file changed

+21
-14
lines changed

docs/source/release-notes.rst

+21-14
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ Release Notes
66

77
The APIs before v3.0.0 are in beta and may change without prior notice.
88

9-
Since v1.0.0
10-
------------
11-
v1.0.9
9+
v1.1 Notes
10+
----------
11+
12+
v1.1.0
1213
```````````````````
1314
- Defaulted `BaseVar.diag_eps` to `System.Config.diag_eps`.
1415
- Added option `TDS.config.g_scale` to allow for scaling the
@@ -29,6 +30,9 @@ Added Generic Type 3 wind turbine component models:
2930
- Torque (a.k.a. Pref) model `WTTQA1`.
3031

3132

33+
v1.0 Notes
34+
----------
35+
3236
v1.0.8 (2020-07-29)
3337
```````````````````
3438
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.
122126
- Documentation improvements.
123127
- Various tweaks.
124128

129+
Pre-v1.0.0
130+
----------
131+
125132
v0.9.4 (2020-05-20)
126-
-------------------
133+
```````````````````
127134

128135
- Added exciter models EXST1, ESST3A, ESDC2A, SEXS, and IEEEX1,
129136
turbine governor model IEEEG1 (dual-machine support), and stabilizer
@@ -146,7 +153,7 @@ v0.9.4 (2020-05-20)
146153
- Various patches to allow zeroing out time constants in transfer functions.
147154

148155
v0.9.3 (2020-05-05)
149-
-------------------
156+
```````````````````
150157
This version contains bug fixes and performance tweaks.
151158

152159
- Fixed an `AntiWindup` issue that causes variables to stuck at limits.
@@ -158,7 +165,7 @@ This version contains bug fixes and performance tweaks.
158165
- Other bug fixes.
159166

160167
v0.9.1 (2020-05-02)
161-
-------------------
168+
```````````````````
162169
This version accelerates computations by about 35%.
163170

164171
- Models with flag ``collate=False``, which is the new default,
@@ -179,7 +186,7 @@ This version accelerates computations by about 35%.
179186
- Patched a bug in v0.9.0 related to `dae.Tf`.
180187

181188
v0.8.8 (2020-04-28)
182-
-------------------
189+
```````````````````
183190
This update contains a quick but significant fix to boost the simulation speed by avoiding
184191
calls to empty user-defined numerical calls.
185192

@@ -190,7 +197,7 @@ calls to empty user-defined numerical calls.
190197
- For the `kundur_ieeest.xlsx` case, simulation time was reduced from 3.5s to 2.7s.
191198

192199
v0.8.7 (2020-04-28)
193-
-------------------
200+
```````````````````
194201
- Changed `RefParam` to a service type called `BackRef`.
195202
- Added `DeviceFinder`, a service type to find device idx when not provided.
196203
`DeviceFinder` will also automatically add devices if not found.
@@ -201,7 +208,7 @@ v0.8.7 (2020-04-28)
201208
- Implemented COI for generator speed and angle measurement.
202209

203210
v0.8.6 (2020-04-21)
204-
-------------------
211+
```````````````````
205212
This release contains important documentation fixes and two new blocks.
206213

207214
- 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.
211218
- Added a prototype for IEEEST stabilizer with some fixes needed.
212219

213220
v0.8.5 (2020-04-17)
214-
-------------------
221+
```````````````````
215222
- Converted the differential equations to the form of ``T \dot{x} = f(x, y)``, where T is supplied to
216223
``t_const`` of ``State/ExtState``.
217224
- Added the support for Config fields in documentation (in ``andes doc`` and on readthedocs).
@@ -223,14 +230,14 @@ v0.8.5 (2020-04-17)
223230
- Minor features: `andes -v 1` for debug output with levels and line numbers.
224231

225232
v0.8.4 (2020-04-07)
226-
-------------------
233+
```````````````````
227234
- Added support for JSON case files. Convert existing case file to JSON with ``--convert json``.
228235
- Added support for PSS/E dyr files, loadable with ``-addfile ADDFILE``.
229236
- Added ``andes plot --xargs`` for searching variable name and plotting. See example 6.
230237
- Various bug fixes: Fault power injection fix;
231238

232239
v0.8.3 (2020-03-25)
233-
-------------------
240+
```````````````````
234241
- Improved storage for Jacobian triplets (see ``andes.core.triplet.JacTriplet``).
235242
- On-the-fly parameter alteration for power flow calculations (``Model.alter`` method).
236243
- Exported frequently used functions to the root package
@@ -240,7 +247,7 @@ v0.8.3 (2020-03-25)
240247
- Various bug fixes and documentation improvements.
241248

242249
v0.8.0 (2020-02-12)
243-
-------------------
250+
```````````````````
244251
- First release of the hybrid symbolic-numeric framework in ANDES.
245252
- A new framework is used to describe DAE models, generate equation documentation, and generate code for
246253
numerical simulation.
@@ -249,7 +256,7 @@ v0.8.0 (2020-02-12)
249256
- Newton-Raphson power flow, trapezoidal rule for numerical integration, and full eigenvalue analysis.
250257

251258
v0.6.9 (2020-02-12)
252-
-------------------
259+
```````````````````
253260
- Version 0.6.9 is the last version for the numeric-only modeling framework.
254261
- This version will not be updated any more.
255262
But, models, routines and functions will be ported to the new version.

0 commit comments

Comments
 (0)