Skip to content

Commit 54dab54

Browse files
Merge pull request #47 from kabilar/main
Add CaImAn citation
2 parents 321365b + 6da72de commit 54dab54

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
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.3.1] - 2023-05-22
7+
8+
+ Add - CaImAn citation
9+
610
## [0.3.0] - 2023-05-17
711

812
+ Add - Quality metrics
@@ -42,6 +46,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
4246
+ Add - Load data acquired with Miniscope-DAQ-V3
4347
+ Add - Load data analyzed with MiniscopeAnalysis
4448

49+
[0.3.1]: https://github.com/datajoint/element-miniscope/releases/tag/0.3.1
4550
[0.3.0]: https://github.com/datajoint/element-miniscope/releases/tag/0.3.0
4651
[0.2.1]: https://github.com/datajoint/element-miniscope/releases/tag/0.2.1
4752
[0.2.0]: https://github.com/datajoint/element-miniscope/releases/tag/0.2.0

docs/src/citation.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Citation
22

3-
If your work uses this Element, please cite the following manuscript and Research
4-
Resource Identifier (RRID).
3+
If your work uses the following resources, please cite the respective manuscript and/or Research Resource Identifier (RRID):
54

6-
+ Yatsenko D, Nguyen T, Shen S, Gunalan K, Turner CA, Guzman R, Sasaki M, Sitonic D,
7-
Reimer J, Walker EY, Tolias AS. DataJoint Elements: Data Workflows for
8-
Neurophysiology. bioRxiv. 2021 Jan 1. doi: https://doi.org/10.1101/2021.03.30.437358
5+
+ DataJoint Element Miniscope - Version {{ PATCH_VERSION }}
6+
+ Yatsenko D, Nguyen T, Shen S, Gunalan K, Turner CA, Guzman R, Sasaki M, Sitonic D,
7+
Reimer J, Walker EY, Tolias AS. DataJoint Elements: Data Workflows for
8+
Neurophysiology. bioRxiv. 2021 Jan 1. doi: https://doi.org/10.1101/2021.03.30.437358
99

10-
+ DataJoint Element Miniscope - [RRID:SCR_021894](https://scicrunch.org/resolver/SCR_021894) - Version {{ PATCH_VERSION }}
10+
+ [RRID:SCR_021894](https://scicrunch.org/resolver/SCR_021894)
11+
12+
+ CaImAn
13+
+ [Manuscripts](https://caiman.readthedocs.io/en/latest/CaImAn_features_and_references.html#references)

element_miniscope/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.3.0"
2+
__version__ = "0.3.1"

0 commit comments

Comments
 (0)