There is a newer version of the record available.

Published March 3, 2020 | Version v0.7.0

NeuralEnsemble/elephant: Release 0.7.0

  • 1. Research Center Juelich
  • 2. Institute of Neuroscience and Medicine (INM-6), Forschungszentrum Jülich
  • 3. KyivAIGroup
  • 4. INM6, Forschungzentrum Juelich
  • 5. INM-6 and IAS-6, Jülich Research Centre and JARA
  • 6. Ozymandian Industries
  • 7. University of Cologne
  • 8. Institute of Neuroscience and Medicine 6 & 10, Research Centre Jülich

Description

Breaking changes
  • GPFA dimensionality reduction method is rewritten in easy-to-use scikit-learn class style format (https://github.com/NeuralEnsemble/elephant/pull/287):
      gpfa = GPFA(bin_size=20*pq.ms, x_dim=8)
      results = gpfa.fit_transform(spiketrains, returned_data=['xorth', 'xsm'])
    
New tutorials Deprecations
  • Python 2.7 support will be dropped on Dec 31, 2020. Please switch to Python 3.6, 3.7, or 3.8.
  • [spike train generation] homogeneous_poisson_process_with_refr_period(), introduced in v0.6.4, is deprecated and will be deleted in v0.8.0. Use homogeneous_poisson_process(refractory_period=...) instead.
  • [pandas bridge] pandas_bridge module is deprecated and will be deleted in v0.8.0.
New features Bug fixes Performance

Files

NeuralEnsemble/elephant-v0.7.0.zip

Files (1.8 MB)

Name Size Download all
md5:4fa36b418704154d321fc4e54ee1c315
1.8 MB Preview Download

Additional details