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
- Add Model class to objects.py #42
- edit get_label method of Entity class so that it returns the label provided in the object class's mapspec rather than from the object class's name
- add test for get_label method to test_002objects.py
- bump package version to 0.2.2
- make_model_changelog bugfixes to prevent duplicate relationship creation if terms or value sets are shared by multiple models and to add nanoid to tags before generating cypher so that multiple relationships aren't created from taggable entities to each generated tag
- formatting
Add Model as a class in objects.py - enable loaders to create these automatically (as "orphan" nodes)
The text was updated successfully, but these errors were encountered: