Skip to content

Release v0.5

Compare
Choose a tag to compare
@hlapp hlapp released this 14 Dec 23:29
· 799 commits to master since this release

Major changes include the following:

  • Application configuration
    • 7c103c2 Make hostname configurable.
  • Moved API description from Apiary.io to Swagger
  • Various improvements and additions to querying, in particular:
    • 0e83da9, 231ae05 option for including parts of entity in taxon phenotypic profiles
    • c0928dc Services for reasoner-computed existential relations.
    • aba3f1c Services for retrieving EQ terms for phenotypes, and retrieving taxon and gene annotations.
    • 19ebaef New services: count of annotated taxa within taxon; list taxa for a rank.
    • b3a40dd Added service to get EQ annotations for taxon phenotype.
    • 1f3f73f Taxa and phenotype services for a study.
    • 1282343 Service for citation for study IRI.
    • ac98f28 New service for taxa with phenotype, for entity page.
    • dbb2e2f Service for parsing label-based expressions.
    • d1606a9 Services for returning all ancestors or all descendants (via subClassOf) of a term.
    • 48579ef Added service to query for studies.
    • 759c4f7 New API for least common subsumers.
    • 9875a3a Added service for annotation report as TSV.
    • 492c14e Added include parts option for OntoTrace service.
  • Varios improvements to query answering performance:
  • Implement historical and serial homology axioms
  • Improved logging

Bug fixes include the following:

  • 4179747 Fixed bug in pattern connecting phenotypes via parts.
  • ae5d367 Fix OWL API class path problem.
  • e1d72b2 Fix part_of queries to handle non-reflexive part_of.
  • ffebb51 Fixed error in query for genes expressed in structure.
  • ae7af38 Fixed returning owl:Class for expression locations.
  • d24c903 Fixed character encoding problem.
  • 299ce0f Fix to gene for phenotype query.
  • 31e4e12 Fix for incorrect counts of phenotypic profile size.
  • 4e9be40 Fixed missing IDs for polymorphic states.
  • be43b3b Fix to annotation summary service.