|
| 1 | +--- |
| 2 | +myst: |
| 3 | + html_meta: |
| 4 | + "description lang=en": | |
| 5 | + Release History of Roseau Load Flow - Three-phase unbalanced load flow solver in a Python API by Roseau |
| 6 | + Technologies. |
| 7 | + "description lang=fr": | |
| 8 | + Historique des versions de Roseau Load Flow - Solveur d'écoulement de charge triphasé et déséquilibré dans une |
| 9 | + API Python par Roseau Technologies. |
| 10 | + "keywords lang=fr": version, solveur, simulation, réseau, électrique, bus |
| 11 | + "keywords lang=en": changelog, solver, simulation, distribution grid, bus, model |
| 12 | +--- |
| 13 | + |
1 | 14 | # Changelog |
2 | 15 |
|
| 16 | +## Version 0.8.0 |
| 17 | + |
| 18 | +- {gh-pr}`207` Fix a bug in the zig-zag three-phase transformer model that led to incorrect active power flow in the |
| 19 | + transformer. The bug affected the 50 kVA transformers that have the type `Yzn11` in the catalogue. |
| 20 | +- {gh-pr}`206` {gh-issue}`187` Un-deprecate `results_to_dict/json` methods and remove deprecated |
| 21 | + `results_from_dict/json` methods. |
| 22 | +- {gh-pr}`205` {gh-issue}`200` Fix error when propagating the potentials from a voltage source with fewer phases |
| 23 | + than the bus. |
| 24 | +- {gh-pr}`204` {gh-issue}`193` Remove restrictions on geometry types. Allow specifying the CRS of the geometries. |
| 25 | +- {gh-pr}`203` {gh-issue}`186` Detect invalid element overrides when connecting a new element with the |
| 26 | + same ID and type of an existing element. |
| 27 | +- {gh-pr}`202` {gh-issue}`188` Explicitly prevent instantiation of abstract classes. |
| 28 | +- {gh-pr}`201` {gh-issue}`185` Add `type` attribute to the load classes and rename branches `branch_type` |
| 29 | + attribute to `type` for consistency. Please replace `branch.branch_type` by `branch.type` in your code. |
| 30 | + In addition, loads data frames gained two new columns: |
| 31 | + 1. `type` indicating the load type: constant-(`power`, `current`, `impedance`); |
| 32 | + 2. and `flexible` indicating if the load is flexible. |
| 33 | +- {gh-pr}`197` Fix a bug in three-phase transformer models that led to excessive reactive power flow in the transformer. |
| 34 | +- {gh-pr}`199` Add Schneider Electric EcoDesign transformers to the catalogue. These are tagged with the _AA0Ak_ |
| 35 | + efficiency class. Other internal data have been added to the catalogue for testing purposes. |
| 36 | +- {gh-pr}`198` Simplify the storage of the transformer catalogues. This is an internal change that should not have |
| 37 | + effects on user code. |
| 38 | +- {gh-pr}`196` {gh-issue}`194` Improve the error message when accessing `res_flexible_powers` on a non-flexible load |
| 39 | + and relax the flexible parameters plotting methods to accept an array-like of voltages. |
| 40 | +- {gh-pr}`195` Use `latexindent.pl` to automatically indent LaTeX files in the documentation. |
| 41 | +- {gh-pr}`192` Speed up results access by up to 3x using several optimization techniques. This is especially |
| 42 | + noticeable in timeseries simulations and when accessing results of large networks. |
| 43 | +- {gh-pr}`184` Improve the documentation to have a better SEO (sitemap, metadata and canonical URLs). The navigation |
| 44 | + menu has also been improved. |
| 45 | +- {gh-pr}`183` {gh-issue}`181` Update the networks catalogue to better represent the real networks. |
| 46 | + LV loads are made single-phase, MV sources are connected in delta, and MV buses lost their neutral. |
| 47 | + Voltage, current, and power limits are added to the buses, lines, and transformers. |
| 48 | + The line parameters IDs are also updated to match the new line parameters catalogue. |
| 49 | +- {gh-pr}`182` Improve the error message when trying to access results on the network before running the load flow. |
| 50 | +- {gh-pr}`189` Allow flexible loads to have a null active theoretical power. |
| 51 | + |
3 | 52 | ## Version 0.7.0 |
4 | 53 |
|
5 | 54 | ```{important} |
6 | | -Starting with version 0.7.0, Roseau Load Flow will no longer be supplied as a SaaS. The software will be available as |
| 55 | +Starting with version 0.7.0, Roseau Load Flow is no longer supplied as a SaaS. The software is now available as |
7 | 56 | a standalone Python library. |
8 | 57 | ``` |
9 | 58 |
|
10 | | -- The documentation is moved from GitHub Pages to https://www.roseau-load-flow.roseautechnologies.com/. |
| 59 | +- The documentation is moved from GitHub Pages to <https://www.roseau-load-flow.roseautechnologies.com/>. |
11 | 60 | - Fix a bug in the engine: it was impossible to change the parameters of center-tapped and single phase transformers. |
12 | 61 | - {gh-pr}`179` Fix a bug in the propagation of potentials when a center-tapped transformer is used without neutral at |
13 | 62 | the primary side. |
@@ -137,7 +186,7 @@ a standalone Python library. |
137 | 186 | - {gh-pr}`93` Add short-circuit computation. |
138 | 187 | - {gh-pr}`92` |
139 | 188 | - Add the changelog in the documentation. |
140 | | - - Use NodeJs 20 in the Dockerfile. |
| 189 | + - Use Node.js 20 in the Dockerfile. |
141 | 190 | - Correction of a dead link in the README. |
142 | 191 |
|
143 | 192 | ## Version 0.4.0 |
@@ -183,7 +232,7 @@ a standalone Python library. |
183 | 232 |
|
184 | 233 | <!-- Local Variables: --> |
185 | 234 | <!-- mode: gfm --> |
186 | | -<!-- fill-column: 100 --> |
| 235 | +<!-- fill-column: 120 --> |
187 | 236 | <!-- coding: utf-8 --> |
188 | 237 | <!-- ispell-local-dictionary: "british" --> |
189 | 238 | <!-- End: --> |
0 commit comments