Skip to content

Commit

Permalink
Merge pull request #1440 from biolink/4.1.0
Browse files Browse the repository at this point in the history
ready for release 4.1.0
  • Loading branch information
sierra-moxon authored Dec 15, 2023
2 parents 3a4533a + 46535c3 commit f56b9ef
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release-deploy-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ name: Auto-deployment of biolink_model Documentation
on:
release:
types: [created]
push:
branches:
- treats_viz
workflow_dispatch:
types: trigger-deploy-docs

Expand Down
19 changes: 19 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
CHANGES
=======
4.1.0
-----
Summary: 4.1.0 implements the "treats" refactoring work, making "treats" a mixin. To view the new predicate
hierarchy around this "treats" refactoring, please see https://biolink.github.io/biolink-model/treats_dag.html.
This release also includes a number of bug fixes and documentation updates.

## What's Changed
* ubergraph and sri-reference-kg/monarchinitiative infores updates by @EvanDietzMorris in https://github.com/biolink/biolink-model/pull/1428
* Add infores validation checks to PRs and makefile target by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1434
* add canonical flag to superclass of by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1433
* make subclass of an inverse of superclass of by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1435
* make changes according to https://docs.google.com/spreadsheets/d/12SP… by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1436
* Adds infores:aop-cam (Adverse Outcome Pathways Casual Activity Models) by @gaurav in https://github.com/biolink/biolink-model/pull/1437
* Treats visualization graph including mixins by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1439
* "max predicate approach" for refactoring "treats" by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1328
* Dec 2023 infores updates for Service Provider/BTE by @colleenXu in https://github.com/biolink/biolink-model/pull/1429
* add context at beginning, fix some awkward wording of "using the modeling language documentation" by @nlharris in https://github.com/biolink/biolink-model/pull/1438
**Full Changelog**: https://github.com/biolink/biolink-model/compare/v4.0.0...v4.1.0

4.0.0
-----
Summary: 4.0.0 is a major release that includes many changes to the documentation for Biolink Model as well
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.0.0
version: 4.1.0


## ------------
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.0.0
version: 4.1.0

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.0.0
version: 4.1.0


## ------------
Expand Down
2 changes: 1 addition & 1 deletion semmed-exclude-list-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.0.0
version: 4.1.0


## ------------
Expand Down

0 comments on commit f56b9ef

Please sign in to comment.