Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 6600942

Browse files
authored
Merge pull request #69 from kabilar/main
Update changelog and version for release
2 parents 5c75919 + 56e1d7d commit 6600942

File tree

4 files changed

+28
-12
lines changed

4 files changed

+28
-12
lines changed

CHANGELOG.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,23 @@
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.1.0 - 2022-06-29
7+
8+
+ Add - Suite2p triggering pytest
9+
+ Update - Docker and Compose files
10+
+ Add - GitHub issue templates
11+
+ Add - Paired jupytext python scripts
12+
+ Add - Analysis schema for event-aligned calcium activity
13+
+ Add - Citation section to README
14+
+ Add - YouTube tutorial link to README
15+
+ Update - Requirements
16+
+ Add - Adopt black formatting into code base
17+
618
## 0.1.0a2 - 2022-01-24
7-
### Updated
8-
+ Changed version to reflect release phase
19+
20+
+ Update - Change version to reflect release phase
921

1022
## 0.1.1 - 2021-03-26
11-
### Added
12-
+ Added version
13-
+ Added containerization for pytests
23+
24+
+ Add - Version
25+
+ Add - Containerization for pytests

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ assembled together to form a fully functional workflow.
4747
workflow ([03-process.ipynb](notebooks/03-process.ipynb)) and explore the data
4848
([05-explore.ipynb](notebooks/05-explore.ipynb)).
4949

50+
+ See our YouTube tutorial for a walkthrough of the schemas and functions:
51+
52+
[![YouTube tutorial](https://img.youtube.com/vi/gFLn0GB1L30/0.jpg)](https://www.youtube.com/watch?v=gFLn0GB1L30)
53+
5054
## Citation
5155

5256
+ If your work uses DataJoint and DataJoint Elements, please cite the respective Research Resource Identifiers (RRIDs) and manuscripts.

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
datajoint>=0.13.0
2-
element-calcium-imaging==0.1.0b0
3-
element-lab==0.1.0b0
4-
element-animal==0.1.0b0
5-
element-session==0.1.0b0
2+
element-calcium-imaging>=0.1.0
3+
element-lab>=0.1.1
4+
element-animal>=0.1.2
5+
element-session>=0.1.2
66
element-event @ git+https://github.com/datajoint/element-event.git
77
element-interface @ git+https://github.com/datajoint/element-interface.git
8-
ipykernel==6.0.1
9-
jupytext==1.13.7
8+
ipykernel>=6.0.1
9+
jupytext>=1.13.7

workflow_calcium_imaging/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
Update the Docker image tag in `docker-compose-test.yaml` and
44
`docker-compose-dev.yaml` to match
55
"""
6-
__version__ = "0.1.0a2"
6+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)