The zip crate dropped old 1.x versions on crate.io, we have to update it. Also update to latest api of nalgebra.
Also, the pandapower json support is added by @mancioshell, many thanks.
I have rewrote git history, and condense it in 3 commits.
First commit is to handle the zip dependency upgrade
Second commit is to handle the migration from ClosedAdd to ClosedAddAssign
In the third commit i develop a new function to load Panda Network from a json file. I have also added a sample network generated with panda power and added a rust test to load it.
The
zip
crate dropped old 1.x versions on crate.io, we have to update it. Also update to latest api of nalgebra. Also, the pandapower json support is added by @mancioshell, many thanks.