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.
parameter handling
generate_prediction() and other custom class function no longer take optional extra parameter as arguments, but only use self.params
no class function should accept arguments that override class parameters
default_params test class attribute are inherited by using default_params = {**parent.default_params, 'new_param':0}
caching
improved caching of intermediate test- and simulation results, e.g. for the correlation matrix
improving backend definitions
parallelization
automatic parallelization for loops over spiketrains or lists of spiketrains. To use set params['parallel executor'] to ProcessPoolExecutor(), MPIPoolExecutor(), or MPICommExecutor() (see documentation in Elephant package)
various bug fixes
new features
adding the joint_test class that enables the combination of multiple neuron-wise tests for multidimensional testing with the Wasserstein score