-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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
- Loading branch information
1 parent
6fe7313
commit d995d9e
Showing
6 changed files
with
200 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "bento-meta" | ||
version = "0.2.1" | ||
version = "0.2.2" | ||
description = "Python drivers for Bento Metamodel Database" | ||
authors = [ | ||
{ name="Mark A. Jensen", email = "[email protected]"}, | ||
|
@@ -20,7 +20,7 @@ classifiers = [ | |
|
||
[tool.poetry] | ||
name = "bento-meta" | ||
version = "0.2.1" | ||
version = "0.2.2" | ||
description = "Python drivers for Bento Metamodel Database" | ||
authors = [ | ||
"Mark A. Jensen <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[changelog] | ||
changeset_id = 6593 | ||
changeset_id = 6855 | ||
|
Oops, something went wrong.