Skip to content

Commit 5cff834

Browse files
authored
Merge branch 'develop' into develop
2 parents fb81100 + 1fdd6b6 commit 5cff834

File tree

15 files changed

+70152
-231
lines changed

15 files changed

+70152
-231
lines changed

.gitignore

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1+
# Editors & IDEs
2+
.vscode/
3+
4+
# Jupyter Notebook
15
.ipynb_checkpoints
6+
7+
# Distribution / packaging
28
build
39
build/*
410
_build
511
_build/*
612
.bzr
7-
.coverage
8-
.coverage/*
913
develop-eggs
1014
dist
1115
dist/*
@@ -15,20 +19,22 @@ downloads
1519
*.egg-info
1620
eggs
1721
fake-eggs
18-
.hg
19-
htmlcov
2022
.installed.cfg
21-
*.mo
2223
.mr.developer.cfg
2324
parts
25+
26+
# Byte-compiled / optimized / DLL files
2427
*.pyc
2528
__pycache__
2629
__pycache__/*
2730
*.pyo
2831
.svn
29-
*.tmp*
32+
33+
# Unit test / coverage reports
34+
htmlcov
3035
.tox
3136
.tox/*
37+
3238
stats.dat
3339
.ropeproject
3440
.idea

HSP2/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
from HSP2.mainDoE import main as mainDoE
88
from HSP2.utilities import versions, flowtype
99

10-
__version__ = '0.9.0'
10+
__version__ = '0.9.1' # Water Quality modules (0.9.0) plus new readWDM by block/group

HSP2notebooks/Data/hsp2.h5

30 MB
Binary file not shown.

0 commit comments

Comments
 (0)