.. toctree:: :maxdepth: 1 releases/0.14.4.rst releases/0.14.3.rst releases/0.14.2.rst releases/0.14.1.rst releases/0.14.0.rst releases/0.13.4.rst releases/0.13.3.rst releases/0.13.2.rst releases/0.13.1.rst releases/0.13.0.rst releases/0.12.0.rst releases/0.11.1.rst releases/0.11.0.rst releases/0.10.2.rst releases/0.10.1.rst releases/0.10.0.rst releases/0.9.0.rst releases/0.8.0.rst releases/0.7.2.rst releases/0.7.1.rst releases/0.7.0.rst releases/0.6.0.rst releases/0.5.2.rst releases/0.5.1.rst releases/0.5.0.rst
- added StimfitIO
- added KwikIO
- significant improvements to AxonIO, BlackrockIO, BrainwareSrcIO, NeuroshareIO, PlexonIO, Spike2IO, TdtIO,
- many test suite improvements
- Container base class
- fix a bug in PlexonIO where some EventArrays only load 1 element.
- fix a bug in BrainwareSrcIo for segments with no spikes.
- cleanup of io test code, with additional helper functions and methods
- added BrainwareDamIo
- added BrainwareF32Io
- added BrainwareSrcIo
- lazy/cascading improvement
- load_lazy_olbject() in neo.io added
- added NeuroscopeIO
- various bug fixes in neo.io
- added ElphyIO
- SpikeTrain performance improved
- An IO class now can return a list of Block (see read_all_blocks in IOs)
- python3 compatibility improved
- assorted bug fixes
- added :func:`time_slice()` method to the :class:`SpikeTrain` and :class:`AnalogSignalArray` classes.
- improvements to annotation data type handling
- added PickleIO, allowing saving Neo objects in the Python pickle format.
- added ElphyIO (see http://neuro-psi.cnrs.fr/spip.php?article943)
- added BrainVisionIO (see https://brainvision.com/)
- improvements to PlexonIO
- added :func:`merge()` method to the :class:`Block` and :class:`Segment` classes
- development was mostly moved to GitHub, although the issue tracker is still at neuralensemble.org/neo
New features compared to Neo 0.1:
- new schema more consistent.
- new objects: RecordingChannelGroup, EventArray, AnalogSignalArray, EpochArray
- Neuron is now Unit
- use the quantities module for everything that can have units.
- Some objects directly inherit from Quantity: SpikeTrain, AnalogSignal, AnalogSignalArray, instead of having an attribute for data.
- Attributes are classified in 3 categories: necessary, recommended, free.
- lazy and cascade keywords are added to all IOs
- Python 3 support
- better tests