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

Ready for version 0.10.0 #98

Merged
merged 6 commits into from
Dec 17, 2024
Merged

Ready for version 0.10.0 #98

merged 6 commits into from
Dec 17, 2024

Conversation

BDonnot
Copy link
Collaborator

@BDonnot BDonnot commented Dec 17, 2024

  • [BREAKING] disconnected storage now raises errors if some power is produced / absorbed, when using legacy grid2op version,
    you can retrieve the previous behaviour by initializing the LightSimBackend with
    backend = LightSimBackend(..., stop_if_storage_disco=False)
  • [BREAKING] with the new detachment_is_allowed feature in grid2op, the kwargs stop_if_load_disco,
    stop_if_gen_disco (and stop_if_storage_disco) are now optional. They are set up from the
    call to grid2op.make(...) and are erased by the allow_detachment kwargs. In other words,
    you don't need to set stop_if_load_disco, stop_if_gen_disco or stop_if_storage_disco. It is
    automatically set by grid2op.make(..., allow_detachment=XXX) to have the correct bahaviour.
  • [FIXED] an issue with the storage units (when asking it to produce / consume
    but deactivating them with the same action the grid did not diverge)
  • [IMPROVED] add the grid2op "detachement" support (loads and generators are allowed
    to be disconnected from the grid)
  • [ADDED] a kwargs stop_if_storage_disco to control (in legacy grid2op version) the behaviour
    of the backend when a storage unit is disconnected.

Copy link
Collaborator Author

@BDonnot BDonnot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

Signed-off-by: DONNOT Benjamin <[email protected]>
@BDonnot BDonnot merged commit 46e04b9 into master Dec 17, 2024
45 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant