-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #839 from simphony/dev
Merge release 3.9.0
- Loading branch information
Showing
11 changed files
with
216 additions
and
30 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
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
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,4 +1,4 @@ | ||
"""Information about the package.""" | ||
|
||
NAME = "osp-core" | ||
VERSION = "3.8.0" | ||
VERSION = "3.9.0" |
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
version: "1.0.0" | ||
|
||
oclass: city.City | ||
|
||
model: | ||
city.City: | ||
city.name: | ||
STRING: | ||
cardinality: 1 | ||
city.hasInhabitant: | ||
city.Citizen: | ||
cardinality: 1-2 | ||
city.hasPart: | ||
city.Neighborhood: | ||
cardinality: 1 | ||
|
||
city.Neighborhood: | ||
city.name: | ||
STRING: | ||
cardinality: 1 | ||
city.hasPart: | ||
city.Street: | ||
cardinality: 1+ | ||
|
||
city.Street: | ||
city.name: | ||
STRING: | ||
cardinality: 1 | ||
|
||
city.Citizen: | ||
city.name: | ||
STRING: | ||
cardinality: 1 |
Oops, something went wrong.
8178abf
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold
1.50
.benchmark_cuds_api.py::benchmark_cuds_iri
10805.660073939775
iter/sec (stddev: 0.00003966274956800325
)16640.87829757273
iter/sec (stddev: 0.000016085231398632056
)1.54
This comment was automatically generated by workflow using github-action-benchmark.
CC: @yoavnash @pablo-de-andres @kysrpex