Skip to content

v1.11.2

Compare
Choose a tag to compare
@pgunn pgunn released this 25 Jul 16:20
· 91 commits to main since this release
c887cb9
  • Several fixes for 3d data handling (and ordering) from @ethanbb
  • Added bokeh implementation of view_quilt (by @salehtahini)
  • Logging refactoring - we now use a named logger so users can integrate caiman with their code but have seperate loglevels/configurations for their code and caiman’s. Also fixed incorrect docs on configuring logging while updating them with this change
  • Bugfix for custom CAIMAN_DATA paths
  • Fix incomplete earlier bugfix for #1326 (reported by @EmeEmu and @marberi)
  • Small improvement to error handling in the (included but dated) caiman_gui.py script
  • Adjust pins of peakutils to deal with upstream package coordination issues that broke caiman installs
  • Several small cleanups/fixes while adjusting the above