Changed
- Bumped `fastobo` to `v0.8.4`.
- Bumped `pyo3` to `v0.10.1`.
- Removed occurences of unsafe code for Python type management.
- Reduced number of GIL acquisition where possible.
- Changed implementation of file wrappers to use `PyAny` where applicable.
Added
- Configuratble support for multithreading in `fastobo.iter`, `fastobo.load`
and `fastobo.loads` using the `threads` keyword argument.