Skip to content

Commit 3e23381

Browse files
committed
slightly change the CONTRIBUTING.md and the changelog, for the new release
1 parent b77f318 commit 3e23381

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Next release
6666
- TODO work on the reward class (see https://github.com/rte-france/Grid2Op/issues/584)
6767

6868

69-
[1.10.4] - 2024-xx-yy
69+
[1.10.4] - 2024-10-14
7070
-------------------------
7171
- [FIXED] an issue in the backend: if the backend failed to be
7272
created the `_grid` attribute was set to `None` and not set back to
@@ -84,6 +84,7 @@ Next release
8484
- [ADDED] numpy 2 support (now that pandapower allows it)
8585
- [IMPROVED] error message when forecasts are not correctly set-up
8686

87+
8788
[1.10.3] - 2024-07-12
8889
-------------------------
8990
- [BREAKING] `env.chronics_hander.set_max_iter(xxx)` is now a private function. Use

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,7 @@ get in touch with the team)
4949
Code in the contribution should pass all the current tests, have some dedicated tests for the new feature (if applicable)
5050
and documentation (if applicable).
5151

52+
If you contribute to some grid2op notebooks, please make sure to "clear all outputs"
53+
before making the pull request.
54+
5255
New contributions should respect the "**Code of Conduct**" of grid2op.

0 commit comments

Comments
 (0)