~~~~~~~~~~~~~~~~~~ * Detector.dom_positions now returns an OrderedDict instead of a list * Cache DOM positions in Detector * pld3 function in tools, to calculate point-line-distance in 3d
5.2.2
~~~~~~~~~~~~~~~~~~ * Fixes Cython dependency * ``kp.io.pandas.H5Chain`` now returns N _events_, not _rows_
5.2.0
~~~~~~~~~~~~~~~~~~ * Introduce ``configure`` method in ``Module``, so you no longer need to override ``__init__`` and call ``super``. You can, though ;)