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

Commit

Permalink
Merge pull request #69 from kabilar/main
Browse files Browse the repository at this point in the history
Update changelog and version for release
  • Loading branch information
tdincer committed Jun 29, 2022
2 parents 5c75919 + 56e1d7d commit 6600942
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 12 deletions.
22 changes: 17 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,23 @@
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.

## 0.1.0 - 2022-06-29

+ Add - Suite2p triggering pytest
+ Update - Docker and Compose files
+ Add - GitHub issue templates
+ Add - Paired jupytext python scripts
+ Add - Analysis schema for event-aligned calcium activity
+ Add - Citation section to README
+ Add - YouTube tutorial link to README
+ Update - Requirements
+ Add - Adopt black formatting into code base

## 0.1.0a2 - 2022-01-24
### Updated
+ Changed version to reflect release phase

+ Update - Change version to reflect release phase

## 0.1.1 - 2021-03-26
### Added
+ Added version
+ Added containerization for pytests

+ Add - Version
+ Add - Containerization for pytests
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ assembled together to form a fully functional workflow.
workflow ([03-process.ipynb](notebooks/03-process.ipynb)) and explore the data
([05-explore.ipynb](notebooks/05-explore.ipynb)).

+ See our YouTube tutorial for a walkthrough of the schemas and functions:

[![YouTube tutorial](https://img.youtube.com/vi/gFLn0GB1L30/0.jpg)](https://www.youtube.com/watch?v=gFLn0GB1L30)

## Citation

+ If your work uses DataJoint and DataJoint Elements, please cite the respective Research Resource Identifiers (RRIDs) and manuscripts.
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
datajoint>=0.13.0
element-calcium-imaging==0.1.0b0
element-lab==0.1.0b0
element-animal==0.1.0b0
element-session==0.1.0b0
element-calcium-imaging>=0.1.0
element-lab>=0.1.1
element-animal>=0.1.2
element-session>=0.1.2
element-event @ git+https://github.com/datajoint/element-event.git
element-interface @ git+https://github.com/datajoint/element-interface.git
ipykernel==6.0.1
jupytext==1.13.7
ipykernel>=6.0.1
jupytext>=1.13.7
2 changes: 1 addition & 1 deletion workflow_calcium_imaging/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
Update the Docker image tag in `docker-compose-test.yaml` and
`docker-compose-dev.yaml` to match
"""
__version__ = "0.1.0a2"
__version__ = "0.1.0"

0 comments on commit 6600942

Please sign in to comment.