2.2.3
Changed
- Replaced
frozendict
withimmutabledict
(#90). - Bumped
fastobo
dependency tov0.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.