~~~~~~~~~~~~~~~~~~~ * ``km3pipe retrieve DET_ID RUN`` will now use a local cache in Lyon and create symbolic links to save space.
8.26.0
~~~~~~~~~~~~~~~~~~~ * ``kp.io.HDF5Sink`` now offers ``write_table()`` as service, which takes a ``kp.Table`` and writes it to the HDF5 location defined by its ``h5loc`` attribute
8.25.0
~~~~~~~~~~~~~~~~~~~ * ``km3modules.communication.ELOGService`` has been added to talk to the ELOG server
8.24.3
~~~~~~~~~~~~~~~~~~~
* ``km3modules.hits.count_multiplicities`` now supports the latest numba version (and is fast again) * ``km3modules.plot.ztplot`` improved * ``km3modules.common.LocalDBService`` has now an option to disable thread safety * ``statsmodels`` version was fixed to 0.10.1 due to Python 2.7 compat, which will drop by the end of 2019
8.24.0
~~~~~~~~~~~~~~~~~~~ * Removed deprecated properties from ``CLBMap`` * Added ``km3modules.LocalDBService`` which provides an easy to use interface to local sqlite3 databases. * ``km3modules.plot.ztplot`` can now be used to recreate the zt-plots shown by the online monitoring
8.23.5
~~~~~~~~~~~~~~~~~~~ * ``Module.print`` and ``Pipeline.print`` have been deprecated, please use ``*.cprint`` from now on (the black formatter has issues with ``self.print``) * Fixes coloured output for e.g. ``streamds``