You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Breaking changes
For current source density measures electrode coordinates can no longer be supplied via a RecordingChannelGroup object as it is no longer supported in Neo v0.10.0 (#447)
New functionality and features
Redesigned elephant.spike_train_generation module using classes (old API is retained for compatibility) (#416)
Added function to calculate the multitaper power spectral density estimate in elephant.spectral (#417)
Added a boundary correction for the firing rate estimator elephant.statistics.instantaneous_rate with Gaussian kernels (#414)
Function to discretise spiketimes for a given spiketrain in elephant.conversion (#454)
Support for the new SpikeTrainList object of Neo (#447)
Bug fixes
Issue with unit scaling in BinnedSpikeTrain (#425)
Changed BinnedSpikeTrain to support quantities<0.12.4 (#418)