chengts95 / rustpower

An ECS-based power system steady-state power flow calculation software written in rust.
Mozilla Public License 2.0
22 stars 7 forks source link

Update to new zip and nalgebra crate, with real pandapower json support #2

Closed chengts95 closed 4 months ago

chengts95 commented 4 months ago

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.

mancioshell commented 4 months ago

I have rewrote git history, and condense it in 3 commits.