This repository was archived by the owner on Dec 8, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +791
-140
lines changed Expand file tree Collapse file tree 7 files changed +791
-140
lines changed Original file line number Diff line number Diff line change 1
- FROM python:3.9-slim
1
+ FROM python:3.9-slim@sha256:5f0192a4f58a6ce99f732fe05e3b3d00f12ae62e183886bca3ebe3d202686c7f
2
2
3
3
RUN \
4
4
adduser --system --disabled-password --shell /bin/bash vscode && \
Original file line number Diff line number Diff line change 22
22
"customizations" : {
23
23
"vscode" : {
24
24
"extensions" : [
25
- " ms-python.python"
25
+ " ms-python.python" ,
26
+ " ms-toolsai.jupyter"
26
27
]
27
28
}
28
29
}
Original file line number Diff line number Diff line change 22
22
"customizations" : {
23
23
"vscode" : {
24
24
"extensions" : [
25
- " ms-python.python"
25
+ " ms-python.python" ,
26
+ " ms-toolsai.jupyter"
26
27
]
27
28
}
28
29
}
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.3] - 2023-06-29
7
+
8
+ + Add - Docker image ID
9
+ + Add - VS Code extensions
10
+ + Update - ` element-array-ephys ` version
11
+ + Update - Tutorial notebook to work around bug
12
+
6
13
## [ 0.3.2] - 2023-04-14
7
14
8
15
+ Add - ` quality_metrics.ipynb ` for visualizing quality metrics.
@@ -93,6 +100,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
93
100
94
101
+ Add - Version
95
102
103
+ [ 0.3.3 ] : https://github.com/datajoint/workflow-array-ephys/releases/tag/0.3.3
96
104
[ 0.3.2 ] : https://github.com/datajoint/workflow-array-ephys/releases/tag/0.3.2
97
105
[ 0.3.1 ] : https://github.com/datajoint/workflow-array-ephys/releases/tag/0.3.1
98
106
[ 0.3.0 ] : https://github.com/datajoint/workflow-array-ephys/releases/tag/0.3.0
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
1
datajoint >= 0.13.0
2
2
element-animal >= 0.1.5
3
- element-array-ephys >= 0.2.7
3
+ element-array-ephys >= 0.2.11
4
4
element-electrode-localization >= 0.1.2
5
5
element-event >= 0.1.2
6
6
element-interface >= 0.5.0
Original file line number Diff line number Diff line change 2
2
Package metadata
3
3
Update the Docker image tag in `docker-compose.yaml` to match
4
4
"""
5
- __version__ = "0.3.2 "
5
+ __version__ = "0.3.3 "
You can’t perform that action at this time.
0 commit comments