Skip to content

Commit

Permalink
Merge pull request #1477 from biolink/4.2.0-rc.1
Browse files Browse the repository at this point in the history
prep for 4.2.0-rc.1 release
  • Loading branch information
sierra-moxon authored Mar 13, 2024
2 parents f1e21a5 + 574a281 commit 83f26ba
Show file tree
Hide file tree
Showing 15 changed files with 19,838 additions and 19,823 deletions.
17 changes: 17 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
CHANGES
=======
4.2.0-rc.1
----

## What's Changed
* Knowledge level agent type new dir by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1470
* check links in doc by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1465
* Fix category type for pydantic generated models, remove pydantic 1 generation by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1468
* Update links and autogenerated artifacts in README.md by @deepakunni3 in https://github.com/biolink/biolink-model/pull/1476
* fix mislabeled ranges to domain by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1475
* relaxed mappings for a couple of chemicals, made them mappings of Che… by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1474
* remove skos:relatedMatch as an exact mapping to biolink relate… by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1473
* move semmed administered_to and associated_with to their new respecti… by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1472
* fix order of prefixes for small molecule and chemical entity by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1471

**Full Changelog**: https://github.com/biolink/biolink-model/compare/v4.1.6...v4.2.0-rc.1


4.1.6
-----
- remove commas from inverse mixin predicate
Expand Down
3 changes: 1 addition & 2 deletions biolink-model.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ license: https://creativecommons.org/publicdomain/zero/1.0/

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

version: 4.1.6

version: 4.2.0-rc.1

## ------------
##
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.1.6
version: 4.2.0-rc.1

default_prefix: biolink
default_range: string
Expand Down
2 changes: 1 addition & 1 deletion information-resource.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.1.6
version: 4.2.0-rc.1


## ------------
Expand Down
4 changes: 2 additions & 2 deletions information_resource.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Auto generated from information-resource.yaml by pythongen.py version: 0.0.1
# Generation date: 2024-03-08T16:41:20
# Generation date: 2024-03-12T16:56:36
# Schema: Biolink-Model-Information-Resource
#
# id: https://w3id.org/biolink/information-resource.yaml
Expand All @@ -24,7 +24,7 @@
from linkml_runtime.linkml_model.types import String

metamodel_version = "1.7.0"
version = "4.1.6"
version = "4.2.0-rc.1"

# Overwrite dataclasses _init_fn to add **kwargs in __init__
dataclasses._init_fn = dataclasses_init_fn_with_kwargs
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-03-12T22:52:55",
"generation_date": "2024-03-12T16:54:38",
"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.1.6",
"version": "4.2.0-rc.1",
"imports": [
"linkml:types"
],
Expand Down Expand Up @@ -34636,9 +34636,9 @@
],
"metamodel_version": "1.7.0",
"source_file": "biolink_model.yaml",
"source_file_date": "2024-03-12T22:52:50",
"source_file_size": 391243,
"generation_date": "2024-03-12T22:52:57",
"source_file_date": "2024-03-12T16:54:32",
"source_file_size": 391247,
"generation_date": "2024-03-12T16:54:40",
"@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 @@ -32419,5 +32419,5 @@
"metamodel_version": "1.7.0",
"title": "Biolink-Model",
"type": "object",
"version": "4.1.6"
"version": "4.2.0-rc.1"
}
Loading

0 comments on commit 83f26ba

Please sign in to comment.