~~~~~~~~~~~~~~~~~~ * Massiv(!) speedup of the JPP timeslice pump (factor 3 to 4), now only about 8% slower compared to raw JPP readout. We are at the I/O limit of ROOT ;) * ``DTypeAttr`` now allows adding of additional fields to the numpy array using the ``.append_fields`` method. * merge ``kp.dev`` into ``kp.tools``
7.9.0
~~~~~~~~~~~~~~~~~~ * New command line utility to plot the trigger contributions: ``triggermap`` * fix wrong spaceangle computation (duh!) * KM3HDF5 Version 4.4 (minimum 4.1): RawHit time is now int32 = instead of float32 and CRawHit*.time/CMcHit*.time is float64 fixes bugs which occured due to precision loss for large hit times
7.8.1
~~~~~~~~~~~~~~~~~~ * Fixes the ``io.jpp.EventPump`` to use ``RawHitSeries``
7.8.0
~~~~~~~~~~~~~~~~~~ * A preliminary version of ``SummaryslicePump`` * A new pump for JPP events has been added: ``io.jpp.EventPump``. This will replace the ``JPPPump`` soon. * several changes to km3modules.k40 to improve the calibration procedure
7.7.1
~~~~~~~~~~~~~~~~~~ * (aanet/tohd5) run id is now read from header, per default; if that fails (or the flag ``--ignore-run-id-from-header`` is set, fall back to the ``event.run_id``
7.7.0
~~~~~~~~~~~~~~~~~~ * (aanet/tohd5) new option to read run ID from header, not event. in old versions of JTE, the event.run_id is overwritten with the default, 1. * there is now a new command line utility called ``streamds`` for non-pythonistas * The new ``km3pipe.ahrs`` now contains AHRS calibration routines