Skip to content

Commit

Permalink
Merge pull request #1489 from biolink/4.2.0
Browse files Browse the repository at this point in the history
4.2.0
  • Loading branch information
sierra-moxon authored Apr 12, 2024
2 parents 6f70752 + c77a85f commit d58961d
Show file tree
Hide file tree
Showing 13 changed files with 23,911 additions and 21,810 deletions.
356 changes: 177 additions & 179 deletions poetry.lock

Large diffs are not rendered by default.

2,282 changes: 1,919 additions & 363 deletions project/jsonld/biolink_model.context.jsonld

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions project/jsonld/biolink_model.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -34828,9 +34828,9 @@
],
"metamodel_version": "1.7.0",
"source_file": "biolink_model.yaml",
"source_file_date": "2024-04-12T22:15:18",
"source_file_date": "2024-04-12T15:17:51",
"source_file_size": 392125,
"generation_date": "2024-04-12T22:15:25",
"generation_date": "2024-04-12T15:17:57",
"@type": "SchemaDefinition",
"@context": [
"project/jsonld/biolink_model.context.jsonld",
Expand Down
2 changes: 1 addition & 1 deletion project/jsonschema/biolink_model.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -33238,7 +33238,7 @@
}
},
"$id": "https://w3id.org/biolink/biolink-model",
"$schema": "http://json-schema.org/draft-07/schema#",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"additionalProperties": true,
"metamodel_version": "1.7.0",
"title": "Biolink-Model",
Expand Down
5,490 changes: 2,745 additions & 2,745 deletions project/owl/biolink_model.owl.ttl

Large diffs are not rendered by default.

35,928 changes: 18,051 additions & 17,877 deletions project/shacl/biolink_model.shacl.ttl

Large diffs are not rendered by default.

685 changes: 611 additions & 74 deletions project/shex/biolink_model.shex

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ generate_viz_json = "src.biolink_model.scripts.generate_json:generate_viz_json"
[tool.poetry.dependencies]
python = "^3.9"
curies = "^0.7.4"
prefixmaps = "^0.2.0"
prefixmaps = "^0.2.3"
pyyaml = "^6.0.1"
stringcase = "^1.2.0"
pytest = "^7.3.1"
pytest = "^8.1.1"
beautifulsoup4 = ">=4.0.0"
yamllint = "^1.35.1"

Expand All @@ -29,9 +29,9 @@ style = "pep440"
[tool.poetry.dev-dependencies]
linkml = ">=1.6.3"
mkdocs = "^1.4.2"
mkdocs-material = "^9.4.8"
mkdocs-material = "^9.5.17"
mkdocs-mermaid2-plugin = "^1.1.1"
schemasheets = "^0.1.14"
schemasheets = "^0.2.1"
codespell = "^2.2.6"

[build-system]
Expand Down
3 changes: 2 additions & 1 deletion src/biolink_model/datamodel/model.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Auto generated from biolink_model.yaml by pythongen.py version: 0.0.1
# Generation date: 2024-04-12T22:15:48
# Generation date: 2024-04-12T15:18:12
# Schema: Biolink-Model
#
# id: https://w3id.org/biolink/biolink-model
Expand All @@ -11,6 +11,7 @@
from jsonasobj2 import JsonObj, as_dict
from typing import Optional, List, Union, Dict, ClassVar, Any
from dataclasses import dataclass
from datetime import date, datetime
from linkml_runtime.linkml_model.meta import EnumDefinition, PermissibleValue, PvFormulaOptions

from linkml_runtime.utils.slot import Slot
Expand Down
Loading

0 comments on commit d58961d

Please sign in to comment.