Tags: ml4ai/automates
Tags
Milestone 5 Pull Request (#337) * In progress changes for bucky v2 handling * Updating Gromet primitive map with concatenate and other sequence related operators * Adding cast and slice primitives * Updating get/set primitive ops * Adding a giant set of changes to support Milestone 5 release. * Temporarily disabling cast_to_ann_cast_grfn_2_2 tests due to default_value addition to CAST/AnnCAST Co-authored-by: Vincent Raymond <vraymond6@arizona.edu>
Gromet Import PR (#324) * Starting import implementation * In progress changes for GroMEt Imports * More updates for importing * Fixed import * bug so now that it can properly read modules * Updated CAST nodes for model import * Pushing current additional changes for Vincent * Adding required modules list file for generating gromet. * Adding Gromet Import Reference to importer * updating files needed to generate GroMEt for Bucky simplified * Fixing issue with unescaped characters Co-authored-by: Vincent Raymond <vraymond6@arizona.edu>
GroMEt Dictionaries PR (#316) * Starting implementation of GroMEt dictionary. * Adds fundamental support for GroMEt dictionaries: - Creation of dictionary literals - _get and _set for dictionaries. Also includes a change to make _get and _set generic. * Removed prints