Skip to content

python-api: v0.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Mar 23:30
0b37dc8

0.1.0 (2024-03-15)

Features

  • add data to the python package (#87) (0eb6831)
  • add is_valid_term_id method to OntologyParser (#115) (72c2073)
  • include license file with python package (#85) (2be3d81)
  • refactor ancestry mapping to include distance from descendant node + implement functions to support curated list term mapping (#96) (7fc3562)
  • refer to ontology source filenames in ontology_info and return that in get_ontology_download_url (#106) (ff9d826)
  • split all_ontology into individual files. (#93) (ead59e5)
  • Support getting download link for ontology from source repo (#86) (fd55b76)

Misc

  • automate testpypi releases (#118) (b5a1a66)
  • clean-up ontology_parser single fetch and bulk fetch methods + account for acceptable non-ontology terms (#112) (2ef7435)
  • deps-dev: bump semantic-version from 2.8.5 to 2.10.0 in /api/python (#98) (dfe0b39)

BugFixes