Releases: althonos/pronto
Releases · althonos/pronto
v0.4.2
v0.4.1
v0.4.0
- Changed Term obo export to be more compliant with the Obo File Format
- Added metadata extraction of Owl files (for now, only oboInOwl tags are supported, but more xml namespaces will be added
- Added obo export of metadata (Obo headers)
- Switched imports to absolute imports
- Reversed to the stdlib multiprocessing.queues.Queue implementation. This should fix both deadlocks and #4, but sometimes produces a BrokenPipeError in background processes after the end of the parsing...
- Enhanced API documentation
- Fixed occasional duplication of Terms in TermList
v0.3.3
v0.3.2
v0.3.1
v0.3.0
v0.2.1
v0.2.0
- Relationship are now extracted as objects
- Children, parents, rchildren and rparents properties and methods of each Term are now memoized
- Relationship classes have a Lock class property to avoid data races when Relationship objects may be created at the same time they are iterated over