Skip to content

Releases: neurolib-dev/neurolib

v0.2.1 / fix

04 Feb 08:12
e3e88b0
Compare
Choose a tag to compare
  • 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

03 Feb 03:08
Compare
Choose a tag to compare

Changelog

  • New dataset hcp added.
  • Parameter exploration class BoxSearch added, powered by pypet.
  • Evolutionary algorithm class Evolution added, powered by deap.
  • Model outputs can be added with Model.setOutput(self, "x", x) methods of Model superclass.
  • Outputs can be read with dot.separated keys a la model.x or as xarray DataArrays a la model.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

26 Jan 11:48
Compare
Choose a tag to compare

First release. Corresponds to pypi package release version 0.1.