Closed bgunnar5 closed 1 year ago
This branch also resolves issue #318
@koning and @ryannova this has the python version changes too
Does this allow tasks to be json serializable?
@koning No we still use only pickle serialization. The only place json is used is for schema validation when we're creating the MerlinSpec object. I'll be playing around with json serialization in the future but most likely not on this branch
Nice improvement Brian.
In this branch I got the latest version of Maestro (v 1.1.9dev1) working with Merlin. To do this I had to:
Other modifications in this branch include:
Note: The only docs files that were changed modified were merlin_variables.rst, merlin_specification.rst, and merlin_developer.rst (just the end). For some reason, the commits I made to the last branch I worked on (the documentation edits) showed up as changes here as well.