Skip to content

Releases: TranslatorSRI/bmt-lite

v2.3.0

14 Dec 01:08
1751423
Compare
Choose a tag to compare

bumped versions of dependencies and biolink model (v3.6.0),
only pushing a version made with the latest biolink model version to pypi now,
small fix for change in bmt - annotations come in as boolean instead of string now

Release v2.2.2

10 Nov 13:40
5ef36fb
Compare
Choose a tag to compare
  • Adds new Biolink releases upto version 3.1.0
  • Adds enum hierarchy

Release v2.2.1

11 May 16:18
3299a3d
Compare
Choose a tag to compare
  • Updates BMT version to 0.8.2
  • Uses biolink model version 2.3.0

Version 2.2.0

23 Sep 15:33
Compare
Choose a tag to compare

New features:

  • support for optional mixins and aliases

Version 2.1.1

06 Aug 17:54
Compare
Choose a tag to compare

Bug fixes:

  • Try to infer output case when formatting output for unrecognized element name

Version 2.1.0

06 Aug 15:57
Compare
Choose a tag to compare

Changes:

  • Add dict-like behavior to Elements by subclassing AttrDict
  • Add annotations, slot_uri, and range to SlotDefinitions

Version 2.0.0

05 Aug 16:53
Compare
Choose a tag to compare

Breaking changes:

  • Return unknown input element in reflexive get_descendants() and get_ancestors()

Version 1.1.0

22 Jul 14:50
Compare
Choose a tag to compare
  • adds slot annotations - The format is simpler than that of bmt. Instead of the values being Annotation objects, they are just the internal values. As of biolink model 2.2.0, the only possible annotation is "biolink:canonical_predicate": true.

Version 1.0.2

21 Jul 01:50
Compare
Choose a tag to compare

First release!