You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.rst
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,14 @@ History
17
17
* Added methods for waiting on a function to return True
18
18
* Refactored multitasking classes to use __slots__ for improved memory performance
19
19
* Added tools for building yggdrasil docker containers and documentation on those tools
20
-
* Added repository_url parameter to model YAML schema that allows for a repository to be specified in the YAML (in addition to via the command line as before)
20
+
* Added repository_url, description, and contact_email parameters to model YAML schema that allows for a repository to be specified in the YAML (in addition to via the command line as before)
21
21
* Added model_only and model_submission options to yggdrasil.yamfile.parse_yaml method and YAML validation CLI
22
22
* Added generated documentation on command line utilities
23
23
* Added a glossary of terms
24
24
* Included downloadable versions of the schemas in the documentation
25
25
* Moved console_scripts list into a text file
26
26
* Note deprecation of the old GUI in the docs for the 2018 & 2019 hackathons
27
+
* Added validate_model_submission method for validating model repository submissions
27
28
28
29
1.7.0 (2021-08-26) Support for MPI communicators, MPI execution, and pika >= 1.0.0
0 commit comments