- read multiple runs in one file. 132 - Objects of type CameraOrganization version 2 are now supported. 135 - read files with a "strange" structure, since it makes less assumptions about the order of the objects within a file. 137
0.14.0
pyeventio now uses pycorsikaio to parse corsika data structures. This removes redundant code and fixes the reading of `n_showers` from run headers.
0.12.0
Exclude tests and resources from pypi release
0.11.0
Perfomance improvements
* Reduced python overhead in `read`, `tell` and `seek` methods of `EventIOObject`. * Use cython to read `MCEvent` data returning a dict instead of a structured array now.
0.10.0
Fixes, improvements and updated examples
* Fix broken repr of `PixelSet` * Fix some lying docs * Update examples to use `SimTelFile` * Show class name in `eventio_print_object_information * Aggregate `TelescopeEvent`s and `TrackingInformation`
0.9.3
Add missing c file in `eventio.simtel` to package_data so it gets into the PyPI tar ball