This repository was archived by the owner on Jun 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 6
6
apt update && \
7
7
apt-get install bash-completion graphviz default-mysql-client s3fs procps -y && \
8
8
pip install --no-cache-dir --upgrade pip && \
9
- pip install --no-cache-dir flake8 black pre-commit && \
10
9
# workflow dependencies
11
10
apt-get install gcc ffmpeg libsm6 libxext6 -y && \
12
11
# Commented out CaImAn installation due to Docker image size limits on Codespace
Original file line number Diff line number Diff line change 3
3
Observes [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) standard and
4
4
[ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) convention.
5
5
6
- ## [ 0.3.0 ] - 2023-08-03
6
+ ## [ 0.3.1 ] - 2023-03-09
7
7
8
- + Add - Demo capabilities using GitHub CodeSpaces
8
+ + Update - Simplify dependencies to reduce Docker image size for GitHub Codespaces
9
+
10
+ ## [ 0.3.0] - 2023-03-08
11
+
12
+ + Add - Demo capabilities using GitHub Codespaces
9
13
10
14
## [ 0.2.0] - 2022-10-14
11
15
@@ -50,6 +54,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
50
54
+ Add - Containerization for pytests
51
55
+ Comment - Phase previously designated 0.1.0 -> 0.0.0
52
56
57
+ [ 0.3.1 ] : https://github.com/datajoint/workflow-calcium-imaging/releases/tag/0.3.1
53
58
[ 0.3.0 ] : https://github.com/datajoint/workflow-calcium-imaging/releases/tag/0.3.0
54
59
[ 0.2.0 ] : https://github.com/datajoint/workflow-calcium-imaging/releases/tag/0.2.0
55
60
[ 0.1.4 ] : https://github.com/datajoint/workflow-calcium-imaging/releases/tag/0.1.4
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ element-interface>=0.5.0
6
6
element-lab >= 0.1.1
7
7
element-session >= 0.1.2
8
8
ipykernel >= 6.0.1
9
- jupytext >= 1.13.7
10
9
nd2
11
10
sbxreader @ git+https://github.com/datajoint/sbxreader
12
11
scanreader @ git+https://github.com/atlab/scanreader.git
Original file line number Diff line number Diff line change 1
- djarchive-client @ git+https://github.com/datajoint/djarchive-client.git
2
1
pytest
3
2
pytest-cov
4
- shutils
3
+ shutils
Original file line number Diff line number Diff line change 3
3
Update the Docker image tag in `docker-compose-test.yaml` and
4
4
`docker-compose-dev.yaml` to match
5
5
"""
6
- __version__ = "0.3.0 "
6
+ __version__ = "0.3.1 "
You can’t perform that action at this time.
0 commit comments