Skip to content

v0.5.0

Choose a tag to compare

@kushalkolar kushalkolar released this 31 May 01:44
· 15 commits to master since this release
15215fe

What's Changed

  • Do not export unnecessary conda env vars, use conda run by @rly in #232
  • Allow non-hashable types and nested params in get_params_diffs by @ethanbb in #297
  • Run items using SLURM; save batches with platform-independent paths by @ethanbb in #298
  • More changes for nested parameters by @ethanbb in #299
  • Change get_params_diffs to only use if param is actually missing by @ethanbb in #303
  • Fix motion correction and CNMF for 3D movies by @ethanbb in #300
  • Fix conda builds defaulting to python 3.12 by @ethanbb in #315
  • Fix z shift saving for piecewise mcorr by @ethanbb in #314
  • Make get_shifts return value more useful; add test for shifts by @ethanbb in #317
  • Use F order when reshaping masks by @ethanbb in #321
  • Fix Github actions build issues by @ethanbb in #324
  • Fix persistent test failures including: Update ground truths to have correctly reshaped masks by @ethanbb in #325
  • Don't filter out NaNs for contours by @ethanbb in #309
  • Use Path.resolve() consistently to prevent UNC/drive letter ambiguity by @ethanbb in #304
  • Allow spaces (and any other characters that work on the platform) in paths by @ethanbb in #327
  • Adjust towards upstream changes to CNMF.fit() which removed the return value by @pgunn in #329
  • Add mslex for pip installs by @ethanbb in #330

New Contributors

Full Changelog: v0.4.0...v0.5.0