* Do not read timestamp of `History*`, in `__init__`. These objects do no longer have
a timestamp member, but their `parse` methods return a tuple of `timestamp, content`.
* Refactor `iact.ArrayOffsets` to use the version header field instead of guessing the number of columns.
* Improve printing of objects (`__repr__` shows Low-Level eventio info, `__str__` shows higher level object info, improved printing utils)