* Added Python 3.12 support `154 <https://github.com/iqm-finland/iqm-client/pull/154>`_ * Python 3.9 support is deprecated and will be removed in the future
20.8
============
* Add ``dd_mode`` and ``dd_strategy`` to ``CircuitCompilationOptions`` and ``RunRequest`` `152 <https://github.com/iqm-finland/iqm-client/pull/152>`_
20.7
============
* Fix typo of `QUALITY` in `src/iqm/iqm_client/api.py` `149 <https://github.com/iqm-finland/iqm-client/pull/149>`_
20.6
============
* Improve version compatibility check to avoid it preventing usage of the client in any situation. `150 <https://github.com/iqm-finland/iqm-client/pull/150>`_
20.5
============
* Fixed client version compatibility check. `148 <https://github.com/iqm-finland/iqm-client/pull/148>`_
20.4
============ * ``active_reset_cycles`` added to ``CircuitCompilationOptions`` (in 20.2 it was only added to ``RunRequest`` making it difficult to use).