diff --git a/doc/whatsnew.rst b/doc/whatsnew.rst index b3861fd0..ef3e28e1 100644 --- a/doc/whatsnew.rst +++ b/doc/whatsnew.rst @@ -8,7 +8,7 @@ These are new features and improvements of note in each release. :local: :backlinks: top - +.. include:: whatsnew/v0_5_1.rst .. include:: whatsnew/v0_5.rst .. include:: whatsnew/v0_4.rst .. include:: whatsnew/v0_3.rst diff --git a/doc/whatsnew/v0_5_1.rst b/doc/whatsnew/v0_5_1.rst new file mode 100644 index 00000000..ac1f83a9 --- /dev/null +++ b/doc/whatsnew/v0_5_1.rst @@ -0,0 +1,18 @@ +Release 0.5.1 (February 01, 2018) +++++++++++++++++++++++++++++++++ +eTraGo works with ego.io 0.3.0 + + +Added features +-------------- +* Result export to oedb functionality was improved. Now, a safe tag can be set in order to state that the result set shall be versioned and moved to the schema 'grid'. +* the new database sessionmaker of ego.io 0.3.0 is enabled which gets rid of dependency to oemof.db. +* it is possible to skip snapshots in order to ingenuously simplify the problem. + + +Other news +------------- +* eTraGo will be available on PyPI +* eTraGo 0.5.1 will be used for eGo 0.0.1 + +