Skip to content

Releases: althonos/pronto

v0.10.0

15 Nov 11:17
Compare
Choose a tag to compare
  • Add support for descriptions with xrefs given by Axioms in OwlXML ontologies
  • Drop support of OwlXMLTargetParser
  • Remove debug code
  • Improve docstrins and documentation

v0.9.0

27 Oct 09:32
Compare
Choose a tag to compare
  • Relicense to MIT
  • Add Description class inheriting from string to hold xrefs
  • Use pkg_resources to get the version of the module
  • Remove import safeguards in __init__.py : import pronto will fail
    if some of the dependencies are missing
  • Add repr method to Ontology
  • Add test and dev extras
  • Improve docstrings

v0.8.0

27 Oct 09:32
Compare
Choose a tag to compare
  • Allow creating an Ontology directly from a stream
  • Allow data-based parser discovery using a 1KiB data block
  • Improve README
  • Drop CI support for Python 2.6

v0.7.4

09 Jun 09:32
Compare
Choose a tag to compare
  • Make setup.py Python2.6 compatible
  • Fix obo export to display synonyms in lexicographic order
  • Fix terms not being exported in obo correctly
  • Fix error occuring when calling Synonym.obo
  • Fix bug causing synonyms not being imported from obo files

v0.7.3

02 May 22:33
Compare
Choose a tag to compare
  • Fix tests being added to source distribution

v0.7.2

02 May 22:32
Compare
Choose a tag to compare
  • Fix owl parser crashing on inline comments in some specific files
  • Add decorator to silence warnings in xml target parser code

v0.7.1

28 Apr 21:55
Compare
Choose a tag to compare
  • Switch to coroutines for Obo parsing
  • Add support for Python 3.6
  • Fix several bugs
  • Embed custom materials in tests

v0.7.0

15 Mar 19:24
Compare
Choose a tag to compare
Release v0.7.0

v0.6.2

23 Nov 17:56
Compare
Choose a tag to compare
  • Fix unpickling of Term not adding back attributes

v0.6.1

10 Nov 17:41
Compare
Choose a tag to compare
  • Fix requirements-test.txt not being embedded in the wheelfile