Skip to content

Commit

Permalink
Merge pull request #38 from openearth/Development_DAMO22
Browse files Browse the repository at this point in the history
Development damo22
  • Loading branch information
RuudHurkmans authored Jun 21, 2022
2 parents 64630be + fda85ed commit e433197
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 104 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Python package ``delft3dfmpy``

``python -m pip install delft3dfmpy``

Note that in this way the most recent version that is available on PyPi (see releases) is installed. From June 2022, and version 2.0.0, delft3dfmpy expects DAMO2.2 GPKG files as input, instead of HyDAMO v13 GML-files.
Note that in this way the most recent version that is available on PyPi (see releases) is installed. From June 2022, and version 2.0.1, delft3dfmpy expects DAMO2.2 GPKG files as input, instead of HyDAMO v13 GML-files.

It is also possible to force installation of older versions and use the idential packages for GML input. The equivalent version of ``delft3dfmpy`` for HyDAMO v13 format is v1.2.3. This can be installed as follows:

Expand Down
2 changes: 1 addition & 1 deletion Release_notes.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Release notes delft3dfmpy
----------------------------------------------------------------------------------------------------------------------
v2.0.0: June 2022
v2.0.1: June 2022

This release of delft3dfmpy is known to be compatible with, and is tested with, D-Hydro Suite 2022.03.

Expand Down
Binary file modified data/gpkg/Example_model.gpkg
Binary file not shown.
2 changes: 1 addition & 1 deletion delft3dfmpy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """Guus Rongen"""
__email__ = '[email protected]'
__version__ = '2.0.0'
__version__ = '2.0.1'

from delft3dfmpy.core.dfm import DFlowFMModel
from delft3dfmpy.core.drr import DFlowRRModel
Expand Down
Loading

0 comments on commit e433197

Please sign in to comment.