forked from tum-ens/urbs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare v0.7 release in documentation
- Loading branch information
1 parent
aec3631
commit 66d2201
Showing
2 changed files
with
12 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,8 @@ urbs: A linear optimisation model for distributed energy systems | |
================================================================ | ||
|
||
:Maintainer: Johannes Dorfner, <[email protected]> | ||
:Organization: `Institute for Renewable and Sustainable Energy Systems`_, | ||
Technische Universität München | ||
:Organization: `Chair of Renewable and Sustainable Energy Systems`_, | ||
Technical University of Munich | ||
:Version: |version| | ||
:Date: |today| | ||
:Copyright: | ||
|
@@ -69,11 +69,13 @@ Features | |
Changes | ||
------- | ||
|
||
(Upcoming) Version 0.7 | ||
2017-01-13 Version 0.7 | ||
^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
* Plot function (and ``get_timeseries``) now support grouping of multiple sites | ||
* Environmental commodity costs (e.g. emission taxes or other pollution externalities) | ||
* Maintenance: Model file ``urbs.py`` split into subfiles in folder ``urbs`` | ||
* Feature: Usable area in site implemented as possible constraint | ||
* Feature: Plot function (and ``get_timeseries``) now support grouping of multiple sites | ||
* Feature: Environmental commodity costs (e.g. emission taxes or other pollution externalities) | ||
* Bugfix: column *Overproduction* in report sheet did not respect DSM | ||
|
||
|
||
|
@@ -159,7 +161,7 @@ Dependencies | |
* Any solver supported by pyomo; suggestion: `GLPK`_ | ||
|
||
.. _glpk: https://www.gnu.org/software/glpk/ | ||
.. _Institute for Renewable and Sustainable Energy Systems: http://www.ens.ei.tum.de/ | ||
.. _Chair of Renewable and Sustainable Energy Systems: http://www.ens.ei.tum.de/ | ||
.. _matplotlib: http://matplotlib.org | ||
.. _pandas: http://pandas.pydata.org | ||
.. _pyomo: http://www.pyomo.org | ||
|