Releases: datajoint/element-calcium-imaging
Releases · datajoint/element-calcium-imaging
0.10.1
What's Changed
- Updates to package requirements + formatting with
black
by @kushalbakshi in #177 - bugfix in
infer_output_dir
by @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-interface
required during package installation - Fix - apply formatting with
black
across 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.py
andREADME
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_files
toget_calcium_imaging_files
where missed
0.8.0
- Update - Rename
get_image_files
toget_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_require
to incrementelement-interface
version - Update -
extras_require
to includecaiman
,sbxreader
, andscanreader
0.7.8
- Update - import statement for
prairie_view_loader
inscan.py
0.7.7
- Add - Environment variables for the Python version in the Dev Container
- Add - Versions for the VS Code extensions in the Dev Container