diff --git a/CHANGES.txt b/CHANGES.txt index 6c25f776fee3c72616c29d36c5fb5f4d14c9a8f3..beee428ec962a4e54187adb21876d29c80470867 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,13 +6,20 @@ Make Experiments! Release Changes --------------- -Milestone 1.1.0 +Milestone 1.1.1 =============== Global ------ * TODO: Porting to python3 + +Release 1.1.0 +============= + +Global +------ + * Added 'selconfig' tool to extract sections from config files * Added 'files2config' tool to extract input file info from logs and scripts * Added variable replacement beta options to the '...2config' tools diff --git a/doc/mkexp.fodt b/doc/mkexp.fodt index fecff99e8d1a4cd764aba77abd3d76583f4e323c..3f2d3b4e9a6e3144a4a0a37fbded1ba86b481015 100644 --- a/doc/mkexp.fodt +++ b/doc/mkexp.fodt @@ -2696,7 +2696,7 @@ </text:sequence-decls> <text:p text:style-name="P348">Make Experiments!</text:p> <text:p text:style-name="P337">Run-script generation for earth system models</text:p> - <text:p text:style-name="P338">Release 1.1.0dev</text:p> + <text:p text:style-name="P338">Release 1.1.0</text:p> <text:p text:style-name="P311">Karl-Hermann Wieners<text:line-break/><text:span text:style-name="T272">Max-Planck-Institut für Meteorologie<text:line-break/>Hamburg</text:span></text:p> <text:table-of-content text:style-name="Sect1" text:protected="true" text:name="Table of Contents1"> <text:table-of-content-source text:outline-level="10"> @@ -3448,4 +3448,4 @@ <text:p text:style-name="P47"><text:soft-page-break/><text:span text:style-name="T139">This</text:span><text:span text:style-name="T147"> will result in a '.run_first' </text:span><text:span text:style-name="T148">script</text:span><text:span text:style-name="T147"> tha</text:span><text:span text:style-name="T148">t gets the model state from 'anotherexp', while the '.run' script</text:span><text:span text:style-name="T147"> </text:span><text:span text:style-name="T148">uses 'myexp'.</text:span></text:p> </office:text> </office:body> -</office:document> \ No newline at end of file +</office:document> diff --git a/doc/mkexp.pdf b/doc/mkexp.pdf index 9c975268c0d406fae9abc44aa3f80e99c609d99f..79764ba4257fdf764ce1aa16a608698ee5ef7118 100644 Binary files a/doc/mkexp.pdf and b/doc/mkexp.pdf differ diff --git a/package_info.py b/package_info.py index 3026fc7addf621faa215a38917eba8211635dc40..e3ee4c5c99cec1a56bffa693cabf4179fda1adb5 100644 --- a/package_info.py +++ b/package_info.py @@ -4,4 +4,4 @@ Information on package name and version full_name = 'Make Experiments!' name = 'mkexp' -version = '1.1.0dev' +version = '1.1.0'