Skip to content
Snippets Groups Projects
Commit d49a253b authored by Nicholas Book's avatar Nicholas Book
Browse files

updated changelog

parent 3b4b4757
Branches ravaflow3g
No related tags found
No related merge requests found
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
------ ------
......
...@@ -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]
......
...@@ -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.2024. Please use ravaflow3G module.", "The ravaflow24 module will be deprecated on 31.12.2023. 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.2024. Please use ravaflow3G module.", "The ravaflow24 module will be deprecated on 31.12.2023. 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.2024. Please use ravaflow3G module.", "The ravaflow24 module will be deprecated on 31.12.2023. 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.2024. Please use ravaflow3G module.", "The ravaflow24 module will be deprecated on 31.12.2023. 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.2024. Please use ravaflow3G module.", "The ravaflow24 module will be deprecated on 31.12.2023. 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.2024. Please use ravaflow3G module.", "The ravaflow24 module will be deprecated on 31.12.2023. Please use ravaflow3G module.",
FutureWarning, FutureWarning,
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment