* Old report readers have been adapted to be static plugins using
lunchbox::IOPluginFactory.
* New spike report reader plugin for NEST spike reports. The plugin can
parse multiple report file using shell wildcards (*, ?) in the
filepath provided.
* New constructor for brion::CompartmentReport accepting an URI and the desired
access mode deprecates the old read and write constructors.
* New compartment report based on key-value stores supported by
Lunchbox::PersistentMap.
* Spike loading has been optimized (in a 12-core GPU the expected
speed-up is above 4x for large files).