Releases: neurolib-dev/neurolib
Releases Β· neurolib-dev/neurolib
v0.2.1 / fix
- some bug fixes the evolutionary algorithm
- fixed
dot.separated
naming and indexing problems of outputs - fix
multiprocessing
issues due to un-pickleable data - fix
pypet
naturalnaming issues
Exploration and evolution
Changelog
- New dataset
hcp
added. - Parameter exploration class
BoxSearch
added, powered bypypet
. - Evolutionary algorithm class
Evolution
added, powered bydeap
. - Model outputs can be added with
Model.setOutput(self, "x", x)
methods ofModel
superclass. - Outputs can be read with
dot.separated
keys a lamodel.x
or asxarray
DataArrays a lamodel.xr("BOLD")
. - Outputs are unified in an
.outputs
object and output interfacing is a lot better. - New example notebooks with the new functionality.
- Travis-CI Jupyter Notebook testing.
First release
First release. Corresponds to pypi package release version 0.1.