~~~~~~~~~~~~~~~~~~ * Introduce ``configure`` method in ``Module``, so you no longer need to override ``__init__`` and call ``super``. You can, though ;)
~~~~~~~~~~~~~~~~~~ * Major dataclass refactor: * hits now always have pos_x, .., dir_y, .., t0 * completely flat hit datastructure
Version 4 ---------
4.9.0
~~~~~~~~~~~~~~~~~~ * New plot style handling and new styles: talk, poster, notebook (load them using `km3pipe.style.use(...)`) Just like in previous versions: `import km3pipe.style` will load the default style.