* Export the low level wrapper as used in some examples.
0.7.0
------------------------------------
**Dependencies**
* Requires ``scikit-build-core`` for the build-system.
**Features**
* Use the ``src`` layout for the code. * Use ``ruff format`` for all our formatting needs. * Switch to ``scikit-build-core`` for the build-system. This effectively leaves ``setup.py`` as an empty shim now.
0.6.0
-----------------------------------
**Dependencies**
* Support Python 3.12.
**Fixes**
* Update README with more links. * Update `.readthedocs.yml` config: remove deprecated ``system_packages``. * Fix latest linting and typing errors.
0.5.0
---------------------------------
**Dependencies**
* Bump minimum version to Python 3.9.
**Features**
* Switch to ``ruff`` for all static linting (``flake8`` and ``isort``). * Switch to ``pyproject.toml`` for all configuration. * Use ``from __future__ import annotations`` and newer annotation formats, e.g. ``X | Y``. * Switched Sphinx theme to ``sphinx-book-theme``.
0.4.1
-------------------------------------
**Fixes**
* Update CI dependencies and linting.
0.4.0
------------------------------------
**Dependencies**
* Support Python 3.11.
**Fixes**
* Maintenance work: update CI, use REUSE license, dependabot, etc.