Skip to content

v1.5.0

Compare
Choose a tag to compare
@JoepVanlier JoepVanlier released this 28 May 17:50
· 15 commits to release/1.5 since this release

New features

Improvements

  • Added error message when parameters are passed to lk.parameter_trace() that do not have the required attributes.
  • Warn when parameter estimates are hitting the fitting bounds when using lk.parameter_trace().

Other changes

  • Switch to notebook v7 with ipympl. Note that this means that you have to have to invoke %matplotlib widget in notebooks where you previously used %matplotlib notebook. See the jupyter notebook 7 announcement for more information.

Bug fixes

  • Fixed statistical backing returning an incorrect value.
  • Fixed bug where the start_frame parameter was being ignored when exporting a movie with ImageStack.export_video() and Scan.export_video(). This bug was introduced in Pylake v1.3.0.