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
Copy file name to clipboardExpand all lines: doc/authors.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ contribution, and may not be the current affiliation of a contributor.
31
31
* Michał Czerwiński [9]
32
32
* Michael von Papen [1]
33
33
* Robin Gutzen [1]
34
+
* Felipe Méndez [10]
34
35
35
36
1. Institute of Neuroscience and Medicine (INM-6), Computational and Systems Neuroscience & Institute for Advanced Simulation (IAS-6), Theoretical Neuroscience, Jülich Research Centre and JARA, Jülich, Germany
36
37
2. Unité de Neurosciences, Information et Complexité, CNRS UPR 3293, Gif-sur-Yvette, France
@@ -41,5 +42,6 @@ contribution, and may not be the current affiliation of a contributor.
41
42
7. Arizona State University School of Life Sciences, USA
42
43
8. Computational Neuroscience Research Group (CNRG), Waterloo Centre for Theoretical Neuroscience, Waterloo, Canada
43
44
9. Nencki Institute of Experimental Biology, Warsaw, Poland
45
+
10. Instituto de Neurobiología, Universidad Nacional Autónoma de México, Mexico City, Mexico
44
46
45
47
If we've somehow missed you off the list we're very sorry - please let us know.
* Analysis of Sequences of Synchronous EvenTs (ASSET): `asset` module
92
115
93
116
API changes
94
-
===========
117
+
-----------
95
118
* Function **instantaneous_rate()** now uses kernels as objects defined in the `kernels` module. The previous implementation of the function using the `make_kernel()` function is deprecated, but still temporarily available as `oldfct_instantaneous_rate()`.
96
119
97
120
Other changes
98
-
=============
121
+
-------------
99
122
* Fixes to travis and readthedocs configuration files.
* Added covariance function **covariance()** in the `spike_train_correlation` module
117
141
* Added complexity pdf **complexity_pdf()** in the `statistics` module
118
142
* Added spike train extraction from analog signals via threshold detection the in `spike_train_generation` module
119
143
* Added **coherence()** function for analog signals in the `spectral` module
120
144
* Added **Cumulant Based Inference for higher-order of Correlation (CuBIC)** in the `cubic` module for correlation analysis of parallel recorded spike trains
121
145
122
146
API changes
123
-
===========
147
+
-----------
124
148
* **Optimized kernel bandwidth** in `rate_estimation` function: Calculates the optimized kernel width when the paramter kernel width is specified as `auto`
125
149
126
150
Other changes
127
-
=============
151
+
-------------
128
152
* **Optimized creation of sparse matrices**: The creation speed of the sparse matrix inside the `BinnedSpikeTrain` class is optimized
129
153
* Added **Izhikevich neuron simulator** in the `make_spike_extraction_test_data` module
130
154
* Minor improvements to the test and continous integration infrastructure
0 commit comments