Skip to content

Commit b1c37f6

Browse files
authored
Merge pull request #215 from RoseauTechnologies/develop
Version 0.8.1
2 parents b3073d2 + a2a65d8 commit b1c37f6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+15937
-11635
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: ^.idea/|.vscode/
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v4.5.0
4+
rev: v4.6.0
55
hooks:
66
- id: check-json
77
- id: check-merge-conflict
@@ -15,7 +15,7 @@ repos:
1515
hooks:
1616
- id: poetry-check
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.3.3
18+
rev: v0.3.5
1919
hooks:
2020
- id: ruff
2121
types_or: [python, pyi, jupyter]
@@ -35,7 +35,7 @@ repos:
3535
args: ["--print-width", "120"]
3636
require_serial: true
3737
- repo: https://github.com/cmhughes/latexindent.pl
38-
rev: V3.23.7
38+
rev: V3.23.9
3939
hooks:
4040
- id: latexindent
4141
args: [-l, -m, -s, -wd]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Roseau Load Flow
22

33
![CI](https://github.com/RoseauTechnologies/Roseau_Load_Flow/workflows/CI/badge.svg)
4-
[![pre-commit](https://github.com/RoseauTechnologies/Roseau_Load_Flow/actions/workflows/pre-commit.yml/badge.svg)](https://github.com/RoseauTechnologies/Roseau_Load_Flow/actions/workflows/pre-commit.yml)
4+
![pre-commit](https://github.com/RoseauTechnologies/Roseau_Load_Flow/actions/workflows/pre-commit.yml/badge.svg)
55

66
_Roseau Load Flow_ is a highly capable three-phase load flow solver with an ergonomic Python API
77
for unbalanced power flow analysis.

doc/Changelog.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,32 @@
22
myst:
33
html_meta:
44
"description lang=en": |
5-
Release History of Roseau Load Flow - Three-phase unbalanced load flow solver in a Python API by Roseau
5+
Release history of Roseau Load Flow - Three-phase unbalanced load flow solver in a Python API by Roseau
66
Technologies.
77
"description lang=fr": |
88
Historique des versions de Roseau Load Flow - Solveur d'écoulement de charge triphasé et déséquilibré dans une
99
API Python par Roseau Technologies.
1010
"keywords lang=fr": version, solveur, simulation, réseau, électrique, bus
1111
"keywords lang=en": changelog, solver, simulation, distribution grid, bus, model
12+
og:image: https://www.roseautechnologies.com/wp-content/uploads/2024/04/DSCF0091-scaled.webp
13+
og:image:alt: An engineer uses Roseau Load Flow to perform unbalanced electric calculation
14+
og:title: Roseau Load Flow - Unbalanced and multiphase load flow solver
15+
og:description: See what's new in the latest release of Roseau Load Flow !
1216
---
1317

1418
# Changelog
1519

20+
## Version 0.8.1
21+
22+
- {gh-issue}`214` Solve a bug in the engine when using delta connected flexible loads.
23+
- {gh-pr}`213` Better detection of poorly connected elements as described in {gh-issue}`209`. It raises a proper error
24+
message.
25+
- {gh-pr}`211` Several improvements of the documentation:
26+
- Add Open Graph metadata to the documentation page.
27+
- Error on the susceptance unit in the tables of the `LineParameters`' catalogue.
28+
- Replot the networks of the catalogue (add a `H1` title, use the Raleway font, only plot the lines to add their
29+
parameters id in the tooltip)
30+
1631
## Version 0.8.0
1732

1833
- {gh-pr}`207` Fix a bug in the zig-zag three-phase transformer model that led to incorrect active power flow in the

doc/License.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ myst:
99
payantes. Une clef d'essai est également disponible.
1010
"keywords lang=fr": solveur, simulation, réseau, électrique, licence, open-source, gratuit, essai
1111
"keywords lang=en": simulation, distribution grid, solver, open-source, free, test
12+
og:image: https://www.roseautechnologies.com/wp-content/uploads/2024/04/DSCF0265-scaled.webp
13+
og:image:alt: An engineer uses Roseau Load Flow to perform compute the electric state of a MV/LV transformer
14+
og:title: Free public licence key
15+
og:description: |
16+
You can try out RLF without registration on a distribution network of up to ten nodes by using the public licence
17+
key provided below.
1218
---
1319

1420
(license-page)=

0 commit comments

Comments
 (0)