diff --git a/CHANGELOG.md b/CHANGELOG.md index e3ef484..7b6cafe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \ No newline at end of file + ++ Add - Version ++ Add - Containerization for pytests diff --git a/README.md b/README.md index caf09c0..497210c 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/requirements.txt b/requirements.txt index dd5a884..412b8f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 \ No newline at end of file +ipykernel>=6.0.1 +jupytext>=1.13.7 \ No newline at end of file diff --git a/workflow_calcium_imaging/version.py b/workflow_calcium_imaging/version.py index 4fcd849..a81f30a 100644 --- a/workflow_calcium_imaging/version.py +++ b/workflow_calcium_imaging/version.py @@ -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"