Skip to content

Releases: biolink/kgx

1.5.5

18 Jan 18:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.5.4...1.5.5

1.5.4

23 Sep 02:58
Compare
Choose a tag to compare

update to use new version of bmt, thus new version (2.2.5) of biolink-model.

1.5.3

14 Sep 16:36
Compare
Choose a tag to compare
  • remove pystache requirement

1.5.1

23 Aug 15:11
Compare
Choose a tag to compare
  • Keep track of edge properties in owl source

1.5.0

12 Aug 19:47
Compare
Choose a tag to compare
  • Support mixins in ancestors hierarchy
  • Invalidate mixins as categories
  • Maintenance and bug fixes

Biolink 2.* update

27 Jul 16:34
Compare
Choose a tag to compare
  • This version replaces the previously hard-coded config.yaml Biolink Model release number with use of the current Biolink Model Toolkit default model release value.
  • Users of the KGX 'validate' functionality can also reset the Biolink Model (SemVer) release number at the CLI, and programmatically, with the Validator.set_biolink_model() class method.
  • KGX made Biolink Model 2.0++ aware with respect to new provenance slots - knowledge_source and its descendant slot definitions. These slot properties need to be explicitly specified in the Transformer.transform input_args dictionary.
  • Some support for heuristic auto-generation of candidate format-compliant CURIES Biolink Model 2.0++ Information Resource ("InfoRes") CURIES. The new code also provides a regular expression and meta-data based rewrite of knowledge source names into such CURIES.
  • Some additional clarification in the 'readTheDocs' documentation including for 1.3.0 streaming release features.

1.3.0

21 Jun 15:32
Compare
Choose a tag to compare
  • Add streaming option to validation

1.2.0

17 Jun 21:25
Compare
Choose a tag to compare
  • Update BMT to 0.7.2
  • Update LinkML to 1.0.0
  • Pin some major release versions in requirements.txt

1.1.0

24 May 22:47
Compare
Choose a tag to compare
  • Migrate to LinkML from BiolinkML

1.0.0

16 Mar 17:51
Compare
Choose a tag to compare
  • Fix bug with caching records in RdfSource
  • Add shortcuts for arguments in all CLI operations
  • Fix usage in CLI