~~~~~~~~~~~~~~~~~~~ * ``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``
8.23.4
~~~~~~~~~~~~~~~~~~~ * The header readout is now fixed for ROOT6+Py3+aanetv1
8.23.3
~~~~~~~~~~~~~~~~~~~ * ``kp.io.hdf5.HDF5Sink`` is changed to try to convert dtypes when the original table is defined and the data has the same names but slightly different field types. This only occured so far when using Python 3 with aanet, where aanet returns unicode strings in the raw_header instead of bytes.