Skip to content

Release 0.10.3

Choose a tag to compare

@BDonnot BDonnot released this 28 Apr 08:02
· 251 commits to master since this release
3ef8e56
  • [FIXED] remove deprecated use of numpy<2 function in LightSimBackend
  • [FIXED] the "copy.deepcopy" of a lightsim2grid backend does not crash anymore
    (see issues #36 and #97)
  • [FIXED] an issue that could lead to a "segfault" if the "runpf" method of
    LightSimBackend was called first with is_dc=True and then with is_dc=False
  • [IMPROVED] compat with grid2op 1.11.0
  • [IMPROVED] now test proper compilation on clang 20 (was limited to clang 18 before)