Added
- Support for exporting to OWL/XML and RDF/XML syntaxes in `fastobo.dump_owl`.
- Support for `os.PathLike` arguments as files in all `fastobo` top-level functions.
Changed
- Bump `pyo3` to `v0.23.4`.
- Bump `fastobo` to `v0.15.4`.
- Bump `fastobo-owl` to `v0.3.2`.
- Bump `horned-owl` to `v1.0`.
- Bump `syn` derive dependency to `v2.0`.
- Use `maturin` instead of `setuptools-rust` to build the project with `pip`.
- Use PyData theme to render the Sphinx documentation.
Removed
- `fastobo.syn.SynonymScope` type (replaced by literal strings where applicable).