---------------------
- [FIXED] `Issue 69 <https://github.com/Grid2Op/grid2op/issues/69>`_ MultEnvironment is now working with windows
based OS.
- [ADDED] `Issue 108 <https://github.com/Grid2Op/grid2op/issues/108>`_ Seed is now part of the public agent API.
The notebook has been updated accordingly.
- [ADDED] Some function to disable the `obs.simulate` if wanted. This can lead to around 10~15% performance speed up
in case `obs.simulate` is not used. See `env.deactivate_forecast` and `env.reactivate_forecast`
(related to `Issued 98 <https://github.com/Grid2Op/grid2op/issues/98>`_)
- [UPDATED] the first introductory notebook.
- [UPDATED] possibility to reconnect / disconnect powerline giving its name when using `reconnect_powerline` and
`disconnect_powerline` methods of the action space.
- [UPDATED] `Issue 105 <https://github.com/Grid2Op/grid2op/issues/105>`_ problem solved for notebook 4.
based OS.
- [UPDATED] overall speed enhancement mostly in the `VoltageControler`, with the adding of the previous capability,
some updates in the `BackendAction`
`Issued 98 <https://github.com/Grid2Op/grid2op/issues/98>`_
- [UPDATED] Added `PlotMatplot` constructor arguments to control display of names and IDs of the grid elements
(gen, load, lines). As suggested in `Issue 106 <https://github.com/Grid2Op/grid2op/issues/106>`_