drop support for numpy version < 1.20 (to be consistent with grid2op). If you are using numpy < 1.20 you should really consider upgrading for most recent versions.
it does not appear to compile when using clang10 and python 3.7 on linux.
[FIXED] now an error if thrown if the bus indexes in the pandapower grid are not contiguous
or do not start at 0 (thanks @rbolgaryn for spotting this issue)
New features
[ADDED] automatic build for python 3.11
[ADDED] support for numpy >= 1.24 (some deprecation *eg** np.str and np.bool are removed)
Breaking changes
Bug fix
New features