https://github.com/PyPSA/PyPSA
Revision 8d6bb33f12d2d2677fd4e6a6afdf3b3cfb270508 authored by Tom Brown on 21 October 2017, 18:11:49 UTC, committed by Tom Brown on 21 October 2017, 18:11:49 UTC
Hyperlinked release notes can be found here:

https://pypsa.org/doc/release_notes.html#pypsa-0-11-0-21st-october-2017

This release contains new features but no changes to existing APIs.

* There is a new function network.iplot() which creates an interactive
  plot in Jupyter notebooks using the plotly library. This reveals bus
  and branch properties when the mouse hovers over them and allows
  users to easily zoom in and out on the network. See the SciGRID
  example for a showcase of this feature and also the (sparse)
  documentation Plotting Networks.

* There is a new function network.madd() for adding multiple new
  components to the network. This is significantly faster than
  repeatedly calling network.add() and uses the functions
  network.import_components_from_dataframe() and
  network.import_series_from_dataframe() internally. Documentation and
  examples can be found at Adding multiple components.

* There are new functions network.export_to_hdf5() and
  network.import_from_hdf5() for exporting and importing networks as
  single files in the Hierarchical Data Format.

* In the network.lopf() function the KKT shadow prices of the branch
  limit constraints are now outputted as series called mu_lower and
  mu_upper.

We thank Bryn Pickering for introducing us to plotly and helping to
hack together the first working prototype using PyPSA.
1 parent c84194d
History
Tip revision: 8d6bb33f12d2d2677fd4e6a6afdf3b3cfb270508 authored by Tom Brown on 21 October 2017, 18:11:49 UTC
PyPSA Version 0.11.0
Tip revision: 8d6bb33
File Mode Size
doc
examples
pypsa
test
website
.gitignore -rw-r--r-- 237 bytes
LICENSE.txt -rw-r--r-- 34.3 KB
MANIFEST.in -rw-r--r-- 100 bytes
README.rst -rw-r--r-- 7.7 KB
setup.cfg -rw-r--r-- 28 bytes
setup.py -rw-r--r-- 1013 bytes

README.rst

back to top