Skip to content

Commit 63ef0c9

Browse files
author
Thinh Nguyen
authored
Merge pull request #176 from datajoint/notebook-fix
Minor fixes to notebooks
2 parents 0a0f166 + 8df25af commit 63ef0c9

File tree

4 files changed

+837
-90
lines changed

4 files changed

+837
-90
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
44
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
55

6+
## [0.9.2] - 2024-01-10
7+
8+
+ Fix - Imports and attribute values in notebooks to resolve DataJoint errors
9+
610
## [0.9.1] - 2023-12-19
711

812
+ Update - Tutorial notebook
@@ -186,6 +190,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
186190
+ Add - `scan` and `imaging` modules
187191
+ Add - Readers for `ScanImage`, `ScanBox`, `Suite2p`, `CaImAn`
188192

193+
[0.9.2]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.9.2
189194
[0.9.1]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.9.1
190195
[0.9.0]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.9.0
191196
[0.8.1]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.8.1

element_calcium_imaging/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Package metadata."""
2-
__version__ = "0.9.1"
2+
__version__ = "0.9.2"

0 commit comments

Comments
 (0)