Skip to content

Commit 3678efb

Browse files
authored
Merge pull request #150 from kabilar/main
Update requirements
2 parents 4567707 + cd24b74 commit 3678efb

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
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.7.5] - 2023-06-20
7+
8+
+ Update - Requirements
9+
610
## [0.7.4] - 2023-06-19
711

812
+ Add - Dev Container Docker image ID
@@ -142,6 +146,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
142146
+ Add - `scan` and `imaging` modules
143147
+ Add - Readers for `ScanImage`, `ScanBox`, `Suite2p`, `CaImAn`
144148

149+
[0.7.5]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.7.5
145150
[0.7.4]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.7.4
146151
[0.7.3]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.7.3
147152
[0.7.2]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.7.2

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![PyPI version](https://badge.fury.io/py/element-calcium-imaging.svg)](http://badge.fury.io/py/element-calcium-imaging)
2+
13
# DataJoint Element - Functional Calcium Imaging
24

35
DataJoint Element for functional calcium imaging with

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.7.4"
2+
__version__ = "0.7.5"

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333
],
3434
extras_require={
3535
"elements": [
36-
"element-animal>=0.1.5",
37-
"element-event>=0.2.0",
36+
"element-animal>=0.1.8",
37+
"element-event>=0.2.3",
3838
"element-interface>=0.5.4",
3939
"element-lab>=0.3.0",
40-
"element-session>=0.1.2",
40+
"element-session>=0.1.5",
4141
],
4242
"extract": ["matlabengine", "scipy"],
4343
"nd2": ["nd2"],

0 commit comments

Comments
 (0)