Skip to content

v0.4.0

Compare
Choose a tag to compare
@althonos althonos released this 19 Sep 12:17
· 723 commits to master since this release
  • 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