Skip to content

v1.10.5

Compare
Choose a tag to compare
@pgunn pgunn released this 02 Apr 19:05
· 168 commits to main since this release
6470495

For this release:

  • CNMFParams has undergone a moderate refactoring to accept json serialisation, better catch use of the API that won't do anything, and to prefer taking input in forms that match the categorisation of different fields (a deprecation warning is in place for old "flat" inputs, which will be in place for a fairly long time until everything has had time to migrate). This also sets the stage for a revamp of the CLI demos which did not make it into this release
  • Some documentation fixes on CNMFParams, some formerly-undocumented parameters have some docs
  • Scanbox file support has been updated to handle modern files (user contribution: Ethan Blackwood)
  • Documentation improvements (memory optimisations, contributors doc)
  • pylab imports removed
  • Recent changes to the scipy api handled
  • Numerous bugfixes (including one with hdf5 encoding of strings)