Skip to content

Commit

Permalink
ready for release 4.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Nov 11, 2024
1 parent 48bb5c7 commit 8224128
Show file tree
Hide file tree
Showing 16 changed files with 24,517 additions and 24,503 deletions.
14 changes: 14 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
CHANGES
=======
4.2.5
----
* Update biolink-model.yaml for CTKP requirements by @mbrush in https://github.com/biolink/biolink-model/pull/1526
* Remove if absent annotations causing downstream issues in python dataclasses by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1528
* Add disease context qualifier (to the right place this time) by @kevinschaper in https://github.com/biolink/biolink-model/pull/1529
* ready the repo for release by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1530
* Predicate inverses & tests by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1532
* Move disease_context_qualifier up to a higher level mixin by @kevinschaper in https://github.com/biolink/biolink-model/pull/1533
* add subject/object specialization qualifier to help represent extensions in MAXO and GO-CAM by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1534
* Add species context qualifier to macromolecular machine association mixin by @kevinschaper in https://github.com/biolink/biolink-model/pull/1535


**Full Changelog**: https://github.com/biolink/biolink-model/compare/v4.2.4...v4.2.5

4.2.5-rc2
----
* disease_context_qualifier additions [Kevin Schaper]
Expand Down
2 changes: 1 addition & 1 deletion biolink-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ license: https://creativecommons.org/publicdomain/zero/1.0/

# Version should be kept in sync with primary Git repository release tag

version: 4.2.5-rc2
version: 4.2.5

## ------------
##
Expand Down
2 changes: 1 addition & 1 deletion class_prefixes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ license: https://creativecommons.org/publicdomain/zero/1.0/

# Version should be kept in sync with primary Git repository release tag

version: 4.2.5-rc2
version: 4.2.5

default_prefix: biolink
default_range: string
Expand Down
2 changes: 1 addition & 1 deletion project/graphql/biolink_model.graphql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# metamodel_version: 1.7.0
# version: 4.2.5-rc2
# version: 4.2.5
type AccessibleDnaRegion implements GenomicEntity, ChemicalEntityOrGeneOrGeneProduct, PhysicalEssence, OntologyClass
{
id: String!
Expand Down
2 changes: 1 addition & 1 deletion project/jsonld/biolink_model.context.jsonld
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"comments": {
"description": "Auto generated by LinkML jsonld context generator",
"generation_date": "2024-11-11T20:23:35",
"generation_date": "2024-11-11T12:31:41",
"source": "biolink_model.yaml"
},
"@context": {
Expand Down
8 changes: 4 additions & 4 deletions project/jsonld/biolink_model.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Biolink-Model",
"description": "Entity and association taxonomy and datamodel for life-sciences data",
"id": "https://w3id.org/biolink/biolink-model",
"version": "4.2.5-rc2",
"version": "4.2.5",
"imports": [
"linkml:types"
],
Expand Down Expand Up @@ -35903,9 +35903,9 @@
],
"metamodel_version": "1.7.0",
"source_file": "biolink_model.yaml",
"source_file_date": "2024-11-11T20:23:31",
"source_file_size": 403808,
"generation_date": "2024-11-11T20:23:37",
"source_file_date": "2024-11-11T12:31:36",
"source_file_size": 403804,
"generation_date": "2024-11-11T12:31:43",
"@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 @@ -50842,5 +50842,5 @@
"metamodel_version": "1.7.0",
"title": "Biolink-Model",
"type": "object",
"version": "4.2.5-rc2"
"version": "4.2.5"
}
Loading

0 comments on commit 8224128

Please sign in to comment.