Releases: althonos/pronto
Releases · althonos/pronto
v0.10.0
- 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
- 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
- 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
- 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
- Fix tests being added to source distribution
v0.7.2
- Fix
owl
parser crashing on inline comments in some specific files
- Add decorator to silence warnings in xml target parser code
v0.7.1
- Switch to coroutines for Obo parsing
- Add support for Python 3.6
- Fix several bugs
- Embed custom materials in tests
v0.6.2
- Fix unpickling of Term not adding back attributes
v0.6.1
- Fix
requirements-test.txt
not being embedded in the wheelfile