Skip to content

2.2.3

Compare
Choose a tag to compare
@althonos althonos released this 31 Jul 15:55
· 160 commits to master since this release
v2.2.3

Changed

  • Replaced frozendict with immutabledict (#90).
  • Bumped fastobo dependency to v0.9.0 to support inline comments.
  • Parsers will now process their imports in parallel using a thread pool.

Fixed

  • Argument type checking in view layer is now disabled during the parsing
    phase to reduce overhead.