~~~~~~~~~~~~~~~~~~~ * A new class ``kp.io.daq.DMMonitor to able to communicate with the Detector Manager. It can be used to monitor e.g. CLB parameters in real time before they are put into the KM3NeT database * Performance improvement of the ``HDF5Pump`` when reading in lots of ``Table`` * Minor bug fixes
8.9.7
~~~~~~~~~~~~~~~~~~ * Bugfixes
8.9.6
~~~~~~~~~~~~~~~~~~ * Add verbosity argument to calibrate tool. * Massive improvement of ``HDF5Sink`` when writing ``NDArrays`` * Add ``flush_frequency=...`` option to ``HDF5Sink`` to set the number of iterations to wait before the internal cache is dumped to the disk * Fixes consistency when reusing the ``HDF5Pump`` with multiple files.
8.9.5
~~~~~~~~~~~~~~~~~~ * ``kp.hardware.Detector`` now provides a ``Table`` with DOM information via its ``.dom_table`` property. * ``kp.math.dist`` is fixed, it had no return statement.
8.9.4
~~~~~~~~~~~~~~~~~~ * ``TMCHRepump`` now accepts a ``version=...`` parameter to force a specific version just like for ``TMCHData``.
8.9.3
~~~~~~~~~~~~~~~~~~ * ``TMCHData`` now accepts a ``version=...`` parameter to force a specific version.