forked from PyPSA/PyPSA
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
http://pypsa.org/doc/release_notes.html#pypsa-0-7-1-26th-november-2016 This release contains bug fixes, a minor new feature and more warnings. * The unix-only library ``resource`` is no longer imported by default, which was causing errors for Windows users. * Bugs in the setting and getting of time-varying attributes for the object interface have been fixed. * The ``Link`` attribute ``efficiency`` can now be make time-varying so that e.g. heat pump Coefficient of Performance (COP) can change over time due to ambient temperature variations (see the `heat pump example <http://www.pypsa.org/examples/power-to-heat-water-tank.html>`_). * ``network.snapshots`` is now cast to a ``pandas.Index``. * There are new warnings, including when you attach components to non-existent buses. Thanks to Marius Vespermann for promptly pointing out the ``resource`` bug.
- Loading branch information
Showing
4 changed files
with
10 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ | |
|
||
setup( | ||
name='pypsa', | ||
version='0.7.0', | ||
version='0.7.1', | ||
author='Tom Brown (FIAS), Jonas Hoersch (FIAS), David Schlachtberger (FIAS)', | ||
author_email='[email protected]', | ||
description='Python for Power Systems Analysis', | ||
|