Releases: datajoint/element-calcium-imaging
Releases · datajoint/element-calcium-imaging
0.11.0
0.10.1
What's Changed
- Updates to package requirements + formatting with
blackby @kushalbakshi in #177 - bugfix in
infer_output_dirby @ttngu207 in #164 - make output_dir if not exist for task_mode="trigger" & update ScanInfo for mesocans by @ttngu207 in #185
- Add pytest by @ttngu207 in #188
- Add ROI drawing widget by @kushalbakshi in #192
- Improve plotting in tutorial and minor updates to standardize with other Elements by @MilagrosMarin in #196
New Contributors
- @MilagrosMarin made their first contribution in #196
Full Changelog: 0.9.3...0.10.1
0.9.3
- Update - DataJoint Elements to install from GitHub instead of PyPI
- Fix -
element-interfacerequired during package installation - Fix - apply formatting with
blackacross the repository
0.9.2
- Fix - Imports and attribute values in notebooks to resolve DataJoint errors
0.9.1: Merge pull request #175 from kushalbakshi/tutorial
- Update - Tutorial notebook
- Fix - minor fixes in
setup.pyandREADME
0.9.0: Merge pull request #156 from kushalbakshi/main
Add - Export to NWB and upload to DANDI
0.8.1
- Fix - Rename
get_image_filestoget_calcium_imaging_fileswhere missed
0.8.0
- Update - Rename
get_image_filestoget_calcium_imaging_files, and update arguments - Update - Remove CaImAn installation from the Dev Container due to memory limits of a free GitHub Codespace account
- Update - Installation instructions
0.7.9
- Update - GitHub Actions to run every Monday at 8am
- Update - Dev Container to install CaImAn and rename Docker image
- Update -
extras_requireto incrementelement-interfaceversion - Update -
extras_requireto includecaiman,sbxreader, andscanreader
0.7.8
- Update - import statement for
prairie_view_loaderinscan.py