Changelog¶
v0.3¶
xreftags are now parsed and their content is available inTerm. Added appropriate classes for representation.- Added
Ontology.getParent(). - Removed
JaccardIcWeightedSimilarity,JiangSimilarity,LinSimilarity, supporting code and tests. - Refactoring the code for object score I/O into
ontolib-iopackage. - Adding support for score distribution reading and writing to H2 database files.
Ontology.getAncestorTermIds()now also resolves alternative term IDs.- Fixing dependency on slf4j components in
ontolib-coreandontolib-io. - Adding
getPrimaryTermId()inOntology.
v0.2¶
- Making date parser for HPO annotation files more robust. It works now for positive and negative associations.
- Small bug fix in HPO OBO parser.
- Adding
ontolib-clipackage that allows score distribution precomputation from the command line. - Removed some dead code.
- Added various tests, minor internal refactoring.
- Moved
OntologyTermsintoontology.algopackage.
v0.1¶
- Everything is new.