From: Jean-Philippe ARGAUD Date: Wed, 6 May 2020 16:45:12 +0000 (+0200) Subject: Minor corrections and date update X-Git-Tag: V9_5_0b~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0c1487d247a883d670f9884778245749ecc5e5f5;p=modules%2Fadao.git Minor corrections and date update --- diff --git a/bin/module_version.py b/bin/module_version.py index 1fd46fa..36cbd21 100644 --- a/bin/module_version.py +++ b/bin/module_version.py @@ -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(".","_") diff --git a/doc/en/snippets/Header2Algo00.rst b/doc/en/snippets/Header2Algo00.rst index 95d3520..7f769cb 100644 --- a/doc/en/snippets/Header2Algo00.rst +++ b/doc/en/snippets/Header2Algo00.rst @@ -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. diff --git a/examples/daSkeletons/External_data_definition_by_scripts/Physical_simulation_functions.py b/examples/daSkeletons/External_data_definition_by_scripts/Physical_simulation_functions.py index 2387169..a4b9516 100644 --- a/examples/daSkeletons/External_data_definition_by_scripts/Physical_simulation_functions.py +++ b/examples/daSkeletons/External_data_definition_by_scripts/Physical_simulation_functions.py @@ -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 diff --git a/src/daComposant/daCore/version.py b/src/daComposant/daCore/version.py index 7f065aa..34ff9ed 100644 --- a/src/daComposant/daCore/version.py +++ b/src/daComposant/daCore/version.py @@ -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(".","_")