Skip to content

Commit e548d80

Browse files
committed
ENH: Use the last version of the engine
1 parent d3205ff commit e548d80

File tree

3 files changed

+21
-15
lines changed

3 files changed

+21
-15
lines changed

doc/Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ og:description: See what's new in the latest release of Roseau Load Flow !
1919

2020
## Version 0.12.0-alpha
2121

22+
- Some improvements of the underlying engine:
23+
- Simplify the center-tapped transformer model in order to improve the convergence speed (especially in case of a
24+
short-circuit).
25+
- Add the backward-forward algorithm for the single-phase transformers.
26+
- Improve the error message if a singular matrix is detected.
27+
- Build the engine using the `manylinux_2_34` image for Linux distributions (previously it was `manylinux_2_28`).
2228
- {gh-pr}`311` Add French aliases to line enumeration types.
2329
- {gh-pr}`311` Fix `TypeError`s in the `LineParameters.from_coiffier_model`. The error message of
2430
invalid models now indicates whether the line type or the conductor material is invalid.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies = [
3838
"pyproj>=3.3.0",
3939
"certifi>=2023.5.7",
4040
"platformdirs>=4.0.0",
41-
"roseau-load-flow-engine>=0.16.0",
41+
"roseau-load-flow-engine==0.17.0-alpha",
4242
]
4343

4444
[project.urls]

uv.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)