Skip to content

Commit

Permalink
Merge branch 'dev' into fix/#266-provide_powerfactor_mode
Browse files Browse the repository at this point in the history
  • Loading branch information
boltbeard committed Jul 19, 2018
2 parents 6c86c02 + 2643d12 commit 88ba30a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 2 additions & 0 deletions doc/whatsnew.rst
Expand Up @@ -8,6 +8,8 @@ See what's new as per release!
:local:
:backlinks: top

.. include:: whatsnew/v0-1-8.rst
.. include:: whatsnew/v0-1-7.rst
.. include:: whatsnew/v0-1-6.rst
.. include:: whatsnew/v0-1-5.rst
.. include:: whatsnew/v0-1-4.rst
Expand Down
6 changes: 6 additions & 0 deletions doc/whatsnew/v0-1-7.rst
@@ -0,0 +1,6 @@
Release v0.1.7 July 19, 2018
++++++++++++++++++++++++++++

A release to update software dependencies.

* Explicit dependencies of Pyomo and Scipy are removed
8 changes: 8 additions & 0 deletions doc/whatsnew/v0-1-8.rst
@@ -0,0 +1,8 @@
Release v0.1.8 ??? ??, 2018
++++++++++++++++++++++++++++

<summary>

Changes
-------

4 changes: 1 addition & 3 deletions setup.py
Expand Up @@ -18,7 +18,7 @@


setup(name='ding0',
version='v0.1.7dev',
version='v0.1.8dev',
author='Reiner Lemoine Institut, openego development group',
author_email='jonathan.amme@rl-institut.de',
description='DIstribution Network GeneratOr',
Expand All @@ -28,7 +28,6 @@
install_requires=['networkx >= 1.11, <= 1.11',
'geopy >= 1.11.0, <= 1.11.0',
'pandas >= 0.20.3, <= 0.20.3',
'pyomo >= 5.0.1, <= 5.1.1',
'pyproj >= 1.9.5.1, <= 1.9.5.1',
'sqlalchemy >= 1.0.11, <= 1.2.0',
'geoalchemy2 >= 0.2.6, <= 0.4.1',
Expand All @@ -38,7 +37,6 @@
'pypsa >= 0.11.0, <= 0.11.0',
'seaborn',
'unittest2',
'scipy < 1.0',
'oedialect'
],
package_data={
Expand Down

0 comments on commit 88ba30a

Please sign in to comment.