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
22
33RUN \
44 adduser --system --disabled-password --shell /bin/bash vscode && \
Original file line number Diff line number Diff line change 2222 "customizations" : {
2323 "vscode" : {
2424 "extensions" : [
25- " ms-python.python"
25+ " ms-python.python" ,
26+ " ms-toolsai.jupyter"
2627 ]
2728 }
2829 }
Original file line number Diff line number Diff line change 2222 "customizations" : {
2323 "vscode" : {
2424 "extensions" : [
25- " ms-python.python"
25+ " ms-python.python" ,
26+ " ms-toolsai.jupyter"
2627 ]
2728 }
2829 }
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.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+
613## [ 0.3.2] - 2023-04-14
714
815+ 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
93100
94101+ Add - Version
95102
103+ [ 0.3.3 ] : https://github.com/datajoint/workflow-array-ephys/releases/tag/0.3.3
96104[ 0.3.2 ] : https://github.com/datajoint/workflow-array-ephys/releases/tag/0.3.2
97105[ 0.3.1 ] : https://github.com/datajoint/workflow-array-ephys/releases/tag/0.3.1
98106[ 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 11datajoint >= 0.13.0
22element-animal >= 0.1.5
3- element-array-ephys >= 0.2.7
3+ element-array-ephys >= 0.2.11
44element-electrode-localization >= 0.1.2
55element-event >= 0.1.2
66element-interface >= 0.5.0
Original file line number Diff line number Diff line change 22Package metadata
33Update the Docker image tag in `docker-compose.yaml` to match
44"""
5- __version__ = "0.3.2 "
5+ __version__ = "0.3.3 "
You can’t perform that action at this time.
0 commit comments