Neo 0.5.1 release notes¶
4th May 2017
- Fixes to
AxonIO
(thanks to @erikli and @cjfraz) andNeuroExplorerIO
(thanks to Mark Hollenbeck) - Fixes to pickling of
Epoch
andEvent
objects (thanks to Hélissande Fragnaud) - Added methods
as_array()
andas_quantity()
to Neo data objects to simplify the common tasks of turning a Neo data object back into a plain Numpy array - Added
NeuralynxIO
, which reads standard Neuralynx output files in ncs, nev, nse and ntt format (thanks to Julia Sprenger and Carlos Canova). - Added the
extras_require
field to setup.py, to clearly document the requirements for different io modules. For example, this allows you to run pip install neo[neomatlabio] and have the extra dependency needed for theneomatlabio
module (scipy in this case) be automatically installed. - Fixed a bug where slicing an
AnalogSignal
did not modify the linkedChannelIndex
.
(Full list of closed issues)