Skip to content

Commit 0a0f166

Browse files
Merge pull request #175 from kushalbakshi/tutorial
Update tutorial notebook and minor fixes
2 parents 3b0e03e + 1e64cb9 commit 0a0f166

File tree

6 files changed

+462
-13960
lines changed

6 files changed

+462
-13960
lines changed

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"editor.rulers": [
55
88
66
],
7-
"python.formatting.provider": "black",
7+
"python.formatting.provider": "none",
88
"[python]": {
9-
"editor.defaultFormatter": null
9+
"editor.defaultFormatter": "ms-python.black-formatter"
1010
},
1111
"[markdown]": {
1212
"editor.defaultFormatter": "disable"

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
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.1] - 2023-12-19
7+
8+
+ Update - Tutorial notebook
9+
+ Fix - minor fixes in `setup.py` and `README`
10+
611
## [0.9.0] - 2023-10-13
712

813
+ Add - Export to NWB and upload to DANDI
@@ -181,6 +186,8 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
181186
+ Add - `scan` and `imaging` modules
182187
+ Add - Readers for `ScanImage`, `ScanBox`, `Suite2p`, `CaImAn`
183188

189+
[0.9.1]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.9.1
190+
[0.9.0]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.9.0
184191
[0.8.1]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.8.1
185192
[0.8.0]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.8.0
186193
[0.7.9]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.7.9

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ documentation page.
3535
+ Clone the repository to your computer
3636

3737
```bash
38-
git clone https://github.com/<enter_github_username>/element-calcium-imaging
38+
git clone https://github.com/<enter_github_username>/element-calcium-imaging.git
3939
```
4040

4141
+ Install with `pip`

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.0"
2+
__version__ = "0.9.1"

0 commit comments

Comments
 (0)