Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 0.12.0-alpha #314

Merged
merged 21 commits into from
Jan 9, 2025
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
3e44152
Minor tweaks to the README
alihamdan Dec 9, 2024
1e991e1
Improve singular matrix error (#301)
Saelyos Dec 27, 2024
951853f
De-duplicate the documentation welcome section and fix ipython code-b…
alihamdan Dec 27, 2024
f9d78f1
Fix voltage_level network result when missing limits (#303)
alihamdan Dec 31, 2024
6e3fd78
Fix broken links in the README
alihamdan Dec 31, 2024
f187513
Move important modules to top-level (#304)
alihamdan Dec 31, 2024
52d1615
Run pytest with cov in CI
alihamdan Dec 31, 2024
83c3937
Bump astral-sh/setup-uv from 4 to 5
dependabot[bot] Jan 1, 2025
2c01df3
Merge pull request #305 from RoseauTechnologies/dependabot/github_act…
benoit9126 Jan 1, 2025
9118949
Add missing information and improve performance (#306)
alihamdan Jan 2, 2025
6e558f6
Make violations of lines and buses per-phase (#307)
alihamdan Jan 3, 2025
71daae0
Remove the tutorials (#309)
alihamdan Jan 6, 2025
a7e8a61
Support star and zigzag transformers with non brought out neutrals (#…
alihamdan Jan 6, 2025
613c085
Improve line enumeration types and fix errors in Coiffier's model (#311)
alihamdan Jan 7, 2025
472511a
Fix comment
alihamdan Jan 8, 2025
44bd45c
DOC: RTD generates sitemap
benoit9126 Jan 9, 2025
b00071a
Merge pull request #312 from RoseauTechnologies/doc
benoit9126 Jan 9, 2025
9acfa74
Update network files
alihamdan Jan 9, 2025
b1f629a
Merge pull request #313 from RoseauTechnologies/update-networks
benoit9126 Jan 9, 2025
d3205ff
ENH: Bump version
benoit9126 Jan 9, 2025
e548d80
ENH: Use the last version of the engine
benoit9126 Jan 9, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Run pytest with cov in CI
alihamdan committed Dec 31, 2024
commit 52d161576b80cab24907ebbf29e900b6414bfe72
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -67,7 +67,7 @@ jobs:

- name: Test with pytest
run: |
uv run pytest -vv -n=auto --durations=25 --cov-report html --cov-config pyproject.toml roseau
uv run pytest -vv -n=auto --durations=25 --cov --cov-report=html roseau
env:
ROSEAU_LOAD_FLOW_LICENSE_KEY: ${{ secrets.ROSEAU_LOAD_FLOW_LICENSE_KEY }}

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -113,6 +113,7 @@ docstring-code-format = true
branch = false
omit = ["roseau/load_flow/__about__.py"]
plugins = ["coverage_conditional_plugin"]
source = ["roseau"]

[tool.coverage.coverage_conditional_plugin.rules]
no-cover-if-py-gte-311 = "sys_version_info >= (3, 11)"