Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
psimpy
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
mbd
psimpy
Commits
d49a253b
Commit
d49a253b
authored
1 year ago
by
Nicholas Book
Browse files
Options
Downloads
Patches
Plain Diff
updated changelog
parent
3b4b4757
Branches
ravaflow3g
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGELOG.md
+7
-0
7 additions, 0 deletions
CHANGELOG.md
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
src/psimpy/simulator/ravaflow24.py
+6
-6
6 additions, 6 deletions
src/psimpy/simulator/ravaflow24.py
with
14 additions
and
7 deletions
CHANGELOG.md
+
7
−
0
View file @
d49a253b
v0.1.3
------
*
Deprecated simulator/ravaflow24 module and introduced simulator/ravaflow3G.
*
Updated tests and docs accordingly.
*
Updated Poetry dependencies.
v0.1.2
v0.1.2
------
------
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
d49a253b
...
@@ -13,7 +13,7 @@ python = ">=3.9"
...
@@ -13,7 +13,7 @@ python = ">=3.9"
numpy
=
">1.22.3"
numpy
=
">1.22.3"
scipy
=
">1.8.0"
scipy
=
">1.8.0"
SALib
=
">1.4.5"
SALib
=
">1.4.5"
rpy2
=
"
=
3.5
.
12
" # 3.5.13 seems to be broken
rpy2
=
"
=
3.5
.
12
" # 3.5.13 seems to be broken
, see https://github.com/rpy2/rpy2/issues/1045
beartype
=
">0.11.0"
beartype
=
">0.11.0"
[tool.poetry.dev-dependencies]
[tool.poetry.dev-dependencies]
...
...
This diff is collapsed.
Click to expand it.
src/psimpy/simulator/ravaflow24.py
+
6
−
6
View file @
d49a253b
...
@@ -86,7 +86,7 @@ class Ravaflow24Mixture:
...
@@ -86,7 +86,7 @@ class Ravaflow24Mixture:
"""
"""
warnings
.
warn
(
warnings
.
warn
(
"
The ravaflow24 module will be deprecated on
19.01
.202
4
. Please use ravaflow3G module.
"
,
"
The ravaflow24 module will be deprecated on
31.12
.202
3
. Please use ravaflow3G module.
"
,
FutureWarning
,
FutureWarning
,
)
)
...
@@ -187,7 +187,7 @@ class Ravaflow24Mixture:
...
@@ -187,7 +187,7 @@ class Ravaflow24Mixture:
`GRASS <https://grass.osgeo.org/>`_ to run the simulation.
`GRASS <https://grass.osgeo.org/>`_ to run the simulation.
"""
"""
warnings
.
warn
(
warnings
.
warn
(
"
The ravaflow24 module will be deprecated on
19.01
.202
4
. Please use ravaflow3G module.
"
,
"
The ravaflow24 module will be deprecated on
31.12
.202
3
. Please use ravaflow3G module.
"
,
FutureWarning
,
FutureWarning
,
)
)
...
@@ -262,7 +262,7 @@ class Ravaflow24Mixture:
...
@@ -262,7 +262,7 @@ class Ravaflow24Mixture:
Name of the shell file (including path).
Name of the shell file (including path).
"""
"""
warnings
.
warn
(
warnings
.
warn
(
"
The ravaflow24 module will be deprecated on
19.01
.202
4
. Please use ravaflow3G module.
"
,
"
The ravaflow24 module will be deprecated on
31.12
.202
3
. Please use ravaflow3G module.
"
,
FutureWarning
,
FutureWarning
,
)
)
if
not
os
.
path
.
exists
(
grass_location
):
if
not
os
.
path
.
exists
(
grass_location
):
...
@@ -305,7 +305,7 @@ class Ravaflow24Mixture:
...
@@ -305,7 +305,7 @@ class Ravaflow24Mixture:
A scalar value representing the overall impact area.
A scalar value representing the overall impact area.
"""
"""
warnings
.
warn
(
warnings
.
warn
(
"
The ravaflow24 module will be deprecated on
19.01
.202
4
. Please use ravaflow3G module.
"
,
"
The ravaflow24 module will be deprecated on
31.12
.202
3
. Please use ravaflow3G module.
"
,
FutureWarning
,
FutureWarning
,
)
)
...
@@ -356,7 +356,7 @@ class Ravaflow24Mixture:
...
@@ -356,7 +356,7 @@ class Ravaflow24Mixture:
Maximum value(s) of ``qoi`` in one simulation.
Maximum value(s) of ``qoi`` in one simulation.
"""
"""
warnings
.
warn
(
warnings
.
warn
(
"
The ravaflow24 module will be deprecated on
19.01
.202
4
. Please use ravaflow3G module.
"
,
"
The ravaflow24 module will be deprecated on
31.12
.202
3
. Please use ravaflow3G module.
"
,
FutureWarning
,
FutureWarning
,
)
)
...
@@ -404,7 +404,7 @@ class Ravaflow24Mixture:
...
@@ -404,7 +404,7 @@ class Ravaflow24Mixture:
Shape of :code:`(nloc,)`.
Shape of :code:`(nloc,)`.
"""
"""
warnings
.
warn
(
warnings
.
warn
(
"
The ravaflow24 module will be deprecated on
19.01
.202
4
. Please use ravaflow3G module.
"
,
"
The ravaflow24 module will be deprecated on
31.12
.202
3
. Please use ravaflow3G module.
"
,
FutureWarning
,
FutureWarning
,
)
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment