This repository was archived by the owner on Jun 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +28
-12
lines changed Expand file tree Collapse file tree 4 files changed +28
-12
lines changed Original file line number Diff line number Diff line change 33Observes [ 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
Original file line number Diff line number Diff line change @@ -47,6 +47,10 @@ assembled together to form a fully functional workflow.
4747workflow ([ 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.
Original file line number Diff line number Diff line change 11datajoint >= 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
66element-event @ git+https://github.com/datajoint/element-event.git
77element-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
Original file line number Diff line number Diff line change 33Update 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 "
You can’t perform that action at this time.
0 commit comments