Skip to content

Commit

Permalink
prep release of version 0.9.0, minor fixes mainly included files and …
Browse files Browse the repository at this point in the history
…gitignore [skip ci]
  • Loading branch information
BDonnot committed Jul 29, 2024
1 parent eceb1ce commit 9dd4a20
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2,399 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -287,3 +287,4 @@ lightsim2grid/tests/venv_test_pp/
*_quantique.py
venv_legacy_311/
venv_test
lightsim2grid/gridmodel/from_pypowsybl/pypowsybl.ipynb
5 changes: 4 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ Change Log

TODO: https://github.com/haranjackson/NewtonKrylov for another type of algorithm ?
TODO HVDC in Jacobian (see pandapower)

TODO: in ContingencyAnalysisCpp: add back the `if(!ac_solver_used)` inside the `remove_from_Ybus`
in order to perform the "invertibility" check
TODO: in `main.cpp` check the returned policy of pybind11 and also the `py::call_guard<py::gil_scoped_release>()` stuff

[0.9.0] 2024-07-29
--------------------------
Expand Down Expand Up @@ -81,6 +83,7 @@ gridmodel.get_Bf() gridmodel.get_Bf_solver()
(ie 1.1 or 1.2 but not 1.2.1, 1.2.2, 1.2.3 etc.) and only for python 3.11
- [FIXED] a bug when using `LightSimBackend` with some old (but not too old) grid2op
versions.
- [FIXED] various compatibility bugs when using old grid2op versions.
- [ADDED] it is now possible to deactivate the support for shunts by
subclassing the LightSimBackend class and setting the `shunts_data_available`
to `False`
Expand Down
Loading

0 comments on commit 9dd4a20

Please sign in to comment.