]> SALOME platform Git repositories - modules/adao.git/commitdiff
Salome HOME
Minor corrections and date update
authorJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Wed, 6 May 2020 16:45:12 +0000 (18:45 +0200)
committerJean-Philippe ARGAUD <jean-philippe.argaud@edf.fr>
Wed, 6 May 2020 16:45:12 +0000 (18:45 +0200)
bin/module_version.py
doc/en/snippets/Header2Algo00.rst
examples/daSkeletons/External_data_definition_by_scripts/Physical_simulation_functions.py
src/daComposant/daCore/version.py

index 1fd46fa750a1929897fe7f0a76d64af443252864..36cbd21d8b8ed142551b527457f7cb42f958f0dd 100644 (file)
@@ -31,7 +31,7 @@ __all__ = []
 name     = "ADAO"
 version  = "9.5.0"
 year     = "2020"
-date     = "vendredi 27 mars 2020, 12:12:12 (UTC+0100)"
+date     = "lundi 01 juin 2020, 12:12:12 (UTC+0100)"
 
 longname = name + ", a module for Data Assimilation and Optimization"
 cata     = "V" + version.replace(".","_")
index 95d35208b7e578225fff4d3160eaaf3d13851d5b..7f769cb87c5e6809798d9112cae7c2c0c4132221 100644 (file)
@@ -1,4 +1,4 @@
 .. warning::
 
-  in its present version, this algorithm is experimental, and so changes can be
-  required in forthcoming versions.
+  in its present version, this algorithm is experimental, and therefore remains
+  subject to changes in future versions.
index 238716943a3a44852df946d43a1558c18459b469..a4b95160928073a71db78762d1f1325e47650848 100644 (file)
@@ -49,7 +49,7 @@ def DirectOperator( XX ):
     return numpy.array( HX )
 
 # ==============================================================================
-from adao.daNumerics.ApproximatedDerivatives import FDApproximation
+from adao.daCore.NumericObjects import FDApproximation
 FDA = FDApproximation( DirectOperator )
 TangentOperator = FDA.TangentOperator
 AdjointOperator = FDA.AdjointOperator
index 7f065aaf2fcfdc0e32cb57f14d40a301f8a7c5bc..34ff9ed27d397e6cd3a0d23f0c028feb227677d6 100644 (file)
@@ -27,9 +27,9 @@ __author__ = "Jean-Philippe ARGAUD"
 __all__ = []
 
 name     = "ADAO"
-version  = "9.4.0"
-year     = "2019"
-date     = "vendredi 29 novembre 2019, 12:12:12 (UTC+0100)"
+version  = "9.5.0"
+year     = "2020"
+date     = "lundi 01 juin 2020, 12:12:12 (UTC+0100)"
 
 longname = name + ", a module for Data Assimilation and Optimization"
 cata     = "V" + version.replace(".","_")