------------------------- - [ADDED] Support for pickle for the lightsim Backend. - [ADDED] LightSim should now be compatible with windows (implementation of a powerflow mode without using the SuiteSparse KLU linear solver but rather the Eigen SparseLU one) - [ADDED] start of the documentation.
0.2.4
-------------------- - [FIXED] issue for copying environment
0.2.3
-------------------- - [UPDATED] consistent behaviour between grid2op.PandaPowerBackend and LightSimBackend for action that set the bus of only one extremity of a powerline. - [ADDED] compatibility with grid2op 1.2.0
0.2.2
--------------------- - [UPDATED] removing the `-march=native` that causes some difficulty for some compilers - [ADDED] compatibility with grid2op 1.0.0
0.2.1
-------------------- - [FIXED] update of the `topo_vect` attribute in class `LightSimBackend` when reset. - [ADDED] a github issue template
0.2.0
-------------------- - [ADDED] the changelog - [FIXED] the import of files when elements where not in service - [FIXED] a bad catch of a divergence in the solver - [IMPROVED] the speed to apply the actions - [FIXED] tests for the backend in grid2op and here are not identical without (too much) duplicates