* Compatibility with SQLAlchemy 2. SQLAlchemy 1.4 remains supported.
10.2.0
-------------------
* Update SQLAlchemy ORM models for ispyb-database v4.2.0. * Azure pipelines CI: Use ispyb-database schema v4.2.0
10.1.0
-------------------
* Use context manager interface to open ispyb connection (`210 <https://github.com/DiamondLightSource/ispyb-api/pull/210>`) * Update SQLAlchemy ORM models for ispyb-database v4.1.0. * Azure pipelines CI: Use ubuntu-22.04 and install mariadb-client package
10.0.0
------------------- * Update SQLAlchemy ORM models for ispyb-database v4.0.1. This drops some previously mapped tables and columns, so is a breaking change. * Update ``MXAcquisition`` class to use the stored procedure ``retrieve_grid_info_for_dc_v2``.
9.0.0
------------------- * Replace use of ``procrunner`` with ``subprocess`` * Remove method ``insert_motion_correction_drift`` and related dictionary in the ``EMAcquisition`` class * Update SQLAlchemy ORM models for ``ispyb-database`` v3.0.0 * Rename ``pixelsPerMicron`` to ``micronsPerPixel`` in dicts and ``retrieve_dc_grid`` result-set