Skip to content

Commit

Permalink
Merge pull request #1521 from biolink/4.2.2_release
Browse files Browse the repository at this point in the history
4.2.2 release
  • Loading branch information
sierra-moxon authored Jul 26, 2024
2 parents 1a5e4af + 0415dff commit 6a6adc3
Show file tree
Hide file tree
Showing 13 changed files with 21,545 additions and 21,532 deletions.
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
CHANGES
=======
4.2.2
-----
* Bump requests from 2.31.0 to 2.32.0 by @dependabot in https://github.com/biolink/biolink-model/pull/1508
* fix: flip domain/range for top-level "treats" predicates by @colleenXu in https://github.com/biolink/biolink-model/pull/1512
* Add a description to AgentTypeEnum by @nicholsn in https://github.com/biolink/biolink-model/pull/1510
* Bump urllib3 from 2.1.0 to 2.2.2 by @dependabot in https://github.com/biolink/biolink-model/pull/1513
* Bump certifi from 2023.11.17 to 2024.7.4 by @dependabot in https://github.com/biolink/biolink-model/pull/1518
* Bump zipp from 3.17.0 to 3.19.1 by @dependabot in https://github.com/biolink/biolink-model/pull/1519
* Bump setuptools from 69.0.2 to 70.0.0 by @dependabot in https://github.com/biolink/biolink-model/pull/1520
* restore enumeration to use just for denormalized node properties for … by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1506
* make necessary changes to id_prefixes for chemical entity hierarchy by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1500
* TRAPI multi-CURIE query use cases semantics by @RichardBruskiewich in https://github.com/biolink/biolink-model/pull/150

4.2.1
-----
* administered_to, associated_with moved back to related_to in top level yaml
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.1
version: 4.2.2

## ------------
##
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.1
version: 4.2.2

default_prefix: biolink
default_range: 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-07-26T21:38:59",
"generation_date": "2024-07-26T14:52:24",
"source": "biolink_model.yaml"
},
"@context": {
Expand Down
6 changes: 3 additions & 3 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.1",
"version": "4.2.2",
"imports": [
"linkml:types"
],
Expand Down Expand Up @@ -35166,9 +35166,9 @@
],
"metamodel_version": "1.7.0",
"source_file": "biolink_model.yaml",
"source_file_date": "2024-07-26T21:38:56",
"source_file_date": "2024-07-26T14:52:20",
"source_file_size": 398264,
"generation_date": "2024-07-26T21:39:01",
"generation_date": "2024-07-26T14:52:26",
"@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 @@ -34182,5 +34182,5 @@
"metamodel_version": "1.7.0",
"title": "Biolink-Model",
"type": "object",
"version": "4.2.1"
"version": "4.2.2"
}
Loading

0 comments on commit 6a6adc3

Please sign in to comment.