Skip to content

v0.2.0

Compare
Choose a tag to compare
@nesnoj nesnoj released this 28 May 19:29
· 5 commits to master since this release
4454425

This release adds Python 3.8 support, fixes several issues and extends tests.

  • Added Python 3.8 support #325

  • Fix installation with Conda #339

  • CSV export in PyPSA format #307 this required further changes and fixing of tests, cf. #312

  • Switched from pyproj1 to pyproj2 for CRS transformations #343

  • Reproducible stats by fixing #315, for details see #324

  • In the CSV export, (in-building) household loads and generators are no more contained as extra nodes but directly connected to the house's grid connection point to reduce the number of nodes #322

  • Fix sum capacity of grid generators #326

  • Fix PyPI description #311