Skip to content

2.0.1

Compare
Choose a tag to compare
@althonos althonos released this 19 Feb 16:00
· 236 commits to master since this release
v2.0.1

Fixed

  • Internal handling of ontology data forcing an Ontology to outlive all
    of the Terms created from it.
  • Term.id property missing a return type annotation.
  • Term.equivalent_to not returning a TermSet but a set of strings.

Changed

  • Refactored implementation of SubclassesIterator and
    SuperclassesIterator to make both use the interal subclassing cache.
  • Make Term.is_leaf use internal subclassing cache to make it run in
    constant time.