From 427346d8f6618ec67744f5a0e355b1706a50e0bb Mon Sep 17 00:00:00 2001 From: Sierra Taylor Moxon Date: Fri, 30 Jun 2023 16:30:40 -0700 Subject: [PATCH] updating for the next release --- ChangeLog | 24 ++++++++++++++++++++++++ biolink-model.yaml | 2 +- information-resource.yaml | 2 +- setup.cfg | 2 +- setup.py | 2 +- 5 files changed, 28 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 7c8d8a191f..d51f49b031 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,29 @@ CHANGES ======= +3.5.0 +---- +Summary: introduced many changes to infores_catalog.yaml to capture more information about each resource. + +From GitHub automated Changelog: +* Adding xref for Text Mining KP by @edgargaticaCU in https://github.com/biolink/biolink-model/pull/1332 +* Update MolePro xref in infores catalog by @vdancik in https://github.com/biolink/biolink-model/pull/1334 +* Fix broken link in guidelines/README.md by @Daniel-Mietchen in https://github.com/biolink/biolink-model/pull/1336 +* update BTE link in infores catalog by @andrewsu in https://github.com/biolink/biolink-model/pull/1337 +* Add "full name" slot to the "named thing" slot list by @kevinschaper in https://github.com/biolink/biolink-model/pull/1335 +* log odds ratio 95 ci by @CaseyTa in https://github.com/biolink/biolink-model/pull/1340 +* Update dataset iri mappings by @nicholsn in https://github.com/biolink/biolink-model/pull/1338 +* Stop gap changes to infores_catalog.yaml including knowledge_level and agent_type fields by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1331 +* Update BTE link to point to Translator wiki page by @andrewsu in https://github.com/biolink/biolink-model/pull/1342 +* add simple script to extract infores resources without URLs or with g… by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1343 +* Updated infores catalog according to spreadsheet curation by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1345 +* fix : in url by @sierra-moxon in https://github.com/biolink/biolink-model/pull/1346 + +## New Contributors +* @Daniel-Mietchen made their first contribution in https://github.com/biolink/biolink-model/pull/1336 +* @nicholsn made their first contribution in https://github.com/biolink/biolink-model/pull/1338 + +**Full Changelog**: https://github.com/biolink/biolink-model/compare/v3.4.3...v3.5.0 + 3.4.3 ---- in_taxon_label addition diff --git a/biolink-model.yaml b/biolink-model.yaml index 957d118834..249eef879f 100644 --- a/biolink-model.yaml +++ b/biolink-model.yaml @@ -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: 3.4.3 +version: 3.5.0 ## ------------ diff --git a/information-resource.yaml b/information-resource.yaml index 4ca276b36c..3d87a80774 100644 --- a/information-resource.yaml +++ b/information-resource.yaml @@ -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: 3.4.3 +version: 3.5.0 ## ------------ diff --git a/setup.cfg b/setup.cfg index a6505a1857..5df6788e65 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = biolink_model description = 'A high level datamodel of biological entities and associations' -version = 3.4.3 +version = 3.5.0 url = https://github.com/biolink/biolink-model author = Harold Solbrig diff --git a/setup.py b/setup.py index c711b266fe..1df2741496 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ REQUIREMENTS = FH.readlines() NAME = 'biolink-model' -VERSION = '3.4.3' +VERSION = '3.5.0' DESCRIPTION = 'Biolink Model: A high level datamodel of biological entities and associations' URL = 'https://github.com/biolink/biolink-model'