Skip to content

Commit

Permalink
add v0.4 changes to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ojdo committed Jul 29, 2015
1 parent f8d23f2 commit b2992bc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

project = u'urbs'
copyright = u'2014, tum-ens'
version = '0.3'
release = '0.3'
version = '0.4'
release = '0.4'

exclude_patterns = ['_build']
#pygments_style = 'sphinx'
Expand Down
14 changes: 12 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,18 @@ Features
Changes
-------

Changes from version 0.2 to 0.3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2015-07-29 Version 0.4
^^^^^^^^^^^^^^^^^^^^^^

* Additional commodity types `Buy` and `Sell`, which support time-dependent
prices.
* Persistence functions `load` and `save`, based on pickle, allow saving
and retrieving input data and problem instances including results, for later
re-plotting or re-analysis without having to solve them again.
* Documenation: `workflow`_ tutorial added with example "Newsealand"

2014-12-05 Version 0.3
^^^^^^^^^^^^^^^^^^^^^^

* Processes now support multiple inputs and multiple output commodities.
* As a consequence :func:`plot` now plots commodity balance by processes, not
Expand Down
1 change: 1 addition & 0 deletions urbs.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
from datetime import datetime
from operator import itemgetter
from random import random
from xlrd import XLRDError

COLORS = {
'Biomass plant': (0, 122, 55),
Expand Down

0 comments on commit b2992bc

Please sign in to comment.