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
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,30 @@
2
2
History
3
3
=======
4
4
5
+
1.8.0 (2021-09-15) Support for REST API based communicators, running integrations as services, and connecting to remote integration services
6
+
------------------
7
+
8
+
* Added option to return printStatus string for YggClass subclasses via return_str keyword
9
+
* Added classes for managing models as services via Flask or RabbitMQ
10
+
* Transitioned from as_function to complete_partial keyword in parse_yaml that can be used for services as well as functions
11
+
* Added client side instrumentation for connecting to remote model services and tests
12
+
* Added support for registering integrations that can be called locally as services
13
+
* Added 'integration-service-manager' CLI for managing service managers
14
+
* Added configuration options for services
15
+
* Added communicator for use with REST API
16
+
* Added ValueEvent class for returning a value with the event
17
+
* Added methods for waiting on a function to return True
18
+
* Refactored multitasking classes to use __slots__ for improved memory performance
19
+
* Added tools for building yggdrasil docker containers and documentation on those tools
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
+
* Added model_only and model_submission options to yggdrasil.yamfile.parse_yaml method and YAML validation CLI
22
+
* Added generated documentation on command line utilities
23
+
* Added a glossary of terms
24
+
* Included downloadable versions of the schemas in the documentation
25
+
* Moved console_scripts list into a text file
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
28
+
5
29
1.7.0 (2021-08-26) Support for MPI communicators, MPI execution, and pika >= 1.0.0
0 commit comments