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
Listed in decreasing order of my subjective assessment of importance
avoid need for obj_model.core.ModelMeta.CHECK_SAME_RELATED_ATTRIBUTE_NAME by comparing related models by value, not name
use Model.revision to label git commit of wc_lang and automatically migrate models to current schema and report inconsistency between a schema and model file
move generate_wc_lang_migrator() to wc_lang
provide a well-documented example
YAML config examples with multiple existing_files and multiple migrated_files
use deepcopy on obj_model.ontology.OntologyAttribute attributes when deepcopy of pronto terms works
associate schema pairs with renaming maps
separately specified default value for attribute
improve performance of test_migration
obtain sort order of sheets in existing model file and replicate in migrated model file
confirm migration works for json, etc.
test sym links in Migrator.parse_module_path
use PARSED_EXPR everywhere applicable
The text was updated successfully, but these errors were encountered:
Listed in decreasing order of my subjective assessment of importance
The text was updated successfully, but these errors were encountered: