Skip to content

Release 1.7.2

Compare
Choose a tag to compare
@BDonnot BDonnot released this 05 Jul 13:48
· 1019 commits to master since this release
7bf2774

[1.7.2] - 2022-07-05

  • [FIXED] seeding issue #331
  • [FIXED] clarify doc about fixed size matrices / graphs #330
  • [FIXED] improved the behaviour of obs._get_bus_id and obs._aux_fun_get_bus : when some objects were on busbar 2
    they had a "wrong" bus id (it was lagged by 1) meaning an empty "bus" was introduced.
  • [FIXED] an issue with obs.state_of(...) when inspecting storage units
    (see #340)
  • [FIXED] an issue with act0 + act1 when curtailment was applied
    (see #340)
  • [FIXED] a slight "bug" in the formula to compute the redispatching cost for L2RPN 2022 competition.
  • [IMPROVED] possibility to pass the env variable _GRID2OP_FORCE_TEST to force the flag
    of "test=True" when creating an environment. This is especially useful when testing to prevent
    downloading of data.
  • [IMPROVED] support of "kwargs" backend arguments in MultiMixEnv see first
    item of version 1.7.1 below