Skip to content

v0.5.0

Compare
Choose a tag to compare
@cedricleroy cedricleroy released this 03 Apr 13:27
· 60 commits to master since this release
17812be
  1. Nodes can be run in parallel using Python multiprocessing module:
graph = Graph(parallel=True, , pool_size=3)
  1. inputs and outputs parameters are mandatory and will raise an explicit error when missing.

  2. Add a longer test using pvlib