Neurosim-lab/netpyne: v1.0.0
Main Authors: | Salvador Dura-Bernal, Joe Graham, Padraig Gleeson, ericaygriffith, Adrian Quintana, jjcarre, Cliff Kerr, William Lytton, David Kedziora, barefoothiker, kelley92, Ariel Alejandro Brassesco, Matteo Cantarelli, jchen6727, Afonso Pinto, Sam Neymotin, campbell-mclauchlan, Daniel Hasegan, Facu, Gil Lee, adamjhn, Blake Caldwell, Eric Thomson, IPSIA, FernandoSBorges, Lucas, Tom Morse |
---|---|
Format: | info software Journal |
Terbitan: |
, 2021
|
Online Access: |
https://zenodo.org/record/4756938 |
Daftar Isi:
- Version 1.0.0 New features Added wrapper for distributed saving; can now simply replace 'sim.gatherData()' with 'sim.gatherDataFromNodes()' Added distributed saving/loading ability (save/load data by MPI node) Allowed to specify 'cellModel' and point neuron params in netParams.cellParams (not only in netParams.popParams) Added cellsVisualizationSpacingMultiplier property to netParams Improved Granger plot, renamed it plotGranger Added interactive Granger plot (iplotGranger) Implemented testing in GitHub Actions with pytest (thanks Daniel!) Improved sim.clearAll such that it works even before a sim is run Properly formatted all module docstrings Bug fixes Fixed bug in TupleToStr function Fixed broken links in tutorials Bokeh update required changing options from None to 'auto'