Skip to content

Latest commit

 

History

History
80 lines (41 loc) · 4.16 KB

CHANGELOG.md

File metadata and controls

80 lines (41 loc) · 4.16 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.4.0 (2021-08-16)

Bug Fixes

  • allow setting inverse (399f59d)
  • ChemicalSubstance -> SmallMolecule (42f0e4c)
  • infer missing inverses (ca2f9d0)
  • update biolink.yaml to 2.1.0 (89c3dd4)

0.3.1 (2021-04-27)

Bug Fixes

  • 🐛 change NCBIGENE to NCBIGene (ae5dc2e)

0.3.0 (2021-03-15)

Features

  • ✨ add semmetric property for all biolink slots (e4c548b)

0.2.1 (2021-03-04)

Update documentation

0.2.0 (2021-03-04)

Features

  • ✨ Add BioLink Slot tree for traversal (c78f170)

Bug Fixes

  • 🐛 fix issue when underscore function only replace the first occurrence of space (ef17e82)
  • 🐛 remove , in predicate when processing (9260f44)

0.1.2 (2021-03-01)

Features

  • ✨ add customized logics for handing id_prefixes (9fd2166)

0.1.1 (2021-02-28)

0.1.0 (2021-02-27)

Features

  • ✨ add getPath feature (f53156b)

0.0.3 (2021-02-25)

Features

  • ✨ Enable loading default BioLink model yaml in Sync mode (96a41c6)
  • ✨ Enable loading user provided biolink yaml file in Sync mode (a6c9e2e)

0.0.2 (2021-02-25)

Features

  • ✨ add base loader (5015e37)
  • ✨ add default loader from spec stored within package (9d11855)
  • ✨ add file loader to load from user provided spec (d243034)
  • ✨ add url loader to load from url (0c65014)
  • ✨ Allow access and traverse BioLink Class Tree Hierarchy (4801d67)
  • ✨ support Traversal of BioLink Model class hierarchy (7081448)