Skip to content

Commit 83f26ba

Browse files
authored
Merge pull request #1477 from biolink/4.2.0-rc.1
prep for 4.2.0-rc.1 release
2 parents f1e21a5 + 574a281 commit 83f26ba

15 files changed

+19838
-19823
lines changed

ChangeLog

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
CHANGES
22
=======
3+
4.2.0-rc.1
4+
----
5+
6+
## What's Changed
7+
* Knowledge level agent type new dir by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1470
8+
* check links in doc by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1465
9+
* Fix category type for pydantic generated models, remove pydantic 1 generation by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1468
10+
* Update links and autogenerated artifacts in README.md by @deepakunni3 in https://github.com/biolink/biolink-model/pull/1476
11+
* fix mislabeled ranges to domain by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1475
12+
* relaxed mappings for a couple of chemicals, made them mappings of Che… by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1474
13+
* remove skos:relatedMatch as an exact mapping to biolink relate… by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1473
14+
* move semmed administered_to and associated_with to their new respecti… by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1472
15+
* fix order of prefixes for small molecule and chemical entity by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1471
16+
17+
**Full Changelog**: https://github.com/biolink/biolink-model/compare/v4.1.6...v4.2.0-rc.1
18+
19+
320
4.1.6
421
-----
522
- remove commas from inverse mixin predicate

biolink-model.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ license: https://creativecommons.org/publicdomain/zero/1.0/
66

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

9-
version: 4.1.6
10-
9+
version: 4.2.0-rc.1
1110

1211
## ------------
1312
##

class_prefixes.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license: https://creativecommons.org/publicdomain/zero/1.0/
55

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

8-
version: 4.1.6
8+
version: 4.2.0-rc.1
99

1010
default_prefix: biolink
1111
default_range: string

information-resource.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license: https://creativecommons.org/publicdomain/zero/1.0/
55

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

8-
version: 4.1.6
8+
version: 4.2.0-rc.1
99

1010

1111
## ------------

information_resource.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Auto generated from information-resource.yaml by pythongen.py version: 0.0.1
2-
# Generation date: 2024-03-08T16:41:20
2+
# Generation date: 2024-03-12T16:56:36
33
# Schema: Biolink-Model-Information-Resource
44
#
55
# id: https://w3id.org/biolink/information-resource.yaml
@@ -24,7 +24,7 @@
2424
from linkml_runtime.linkml_model.types import String
2525

2626
metamodel_version = "1.7.0"
27-
version = "4.1.6"
27+
version = "4.2.0-rc.1"
2828

2929
# Overwrite dataclasses _init_fn to add **kwargs in __init__
3030
dataclasses._init_fn = dataclasses_init_fn_with_kwargs

project/jsonld/biolink_model.context.jsonld

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"comments": {
33
"description": "Auto generated by LinkML jsonld context generator",
4-
"generation_date": "2024-03-12T22:52:55",
4+
"generation_date": "2024-03-12T16:54:38",
55
"source": "biolink_model.yaml"
66
},
77
"@context": {

project/jsonld/biolink_model.jsonld

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Biolink-Model",
33
"description": "Entity and association taxonomy and datamodel for life-sciences data",
44
"id": "https://w3id.org/biolink/biolink-model",
5-
"version": "4.1.6",
5+
"version": "4.2.0-rc.1",
66
"imports": [
77
"linkml:types"
88
],
@@ -34636,9 +34636,9 @@
3463634636
],
3463734637
"metamodel_version": "1.7.0",
3463834638
"source_file": "biolink_model.yaml",
34639-
"source_file_date": "2024-03-12T22:52:50",
34640-
"source_file_size": 391243,
34641-
"generation_date": "2024-03-12T22:52:57",
34639+
"source_file_date": "2024-03-12T16:54:32",
34640+
"source_file_size": 391247,
34641+
"generation_date": "2024-03-12T16:54:40",
3464234642
"@type": "SchemaDefinition",
3464334643
"@context": [
3464434644
"project/jsonld/biolink_model.context.jsonld",

project/jsonschema/biolink_model.schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32419,5 +32419,5 @@
3241932419
"metamodel_version": "1.7.0",
3242032420
"title": "Biolink-Model",
3242132421
"type": "object",
32422-
"version": "4.1.6"
32422+
"version": "4.2.0-rc.1"
3242332423
}

0 commit comments

Comments
 (0)