Skip to content
This repository was archived by the owner on Dec 8, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.9-slim
FROM python:3.9-slim@sha256:5f0192a4f58a6ce99f732fe05e3b3d00f12ae62e183886bca3ebe3d202686c7f

RUN \
adduser --system --disabled-password --shell /bin/bash vscode && \
Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"customizations": {
"vscode": {
"extensions": [
"ms-python.python"
"ms-python.python",
"ms-toolsai.jupyter"
]
}
}
Expand Down
3 changes: 2 additions & 1 deletion .devcontainer/local/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"customizations": {
"vscode": {
"extensions": [
"ms-python.python"
"ms-python.python",
"ms-toolsai.jupyter"
]
}
}
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
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.3.3] - 2023-06-29

+ Add - Docker image ID
+ Add - VS Code extensions
+ Update - `element-array-ephys` version
+ Update - Tutorial notebook to work around bug

## [0.3.2] - 2023-04-14

+ Add - `quality_metrics.ipynb` for visualizing quality metrics.
Expand Down Expand Up @@ -93,6 +100,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and

+ Add - Version

[0.3.3]: https://github.com/datajoint/workflow-array-ephys/releases/tag/0.3.3
[0.3.2]: https://github.com/datajoint/workflow-array-ephys/releases/tag/0.3.2
[0.3.1]: https://github.com/datajoint/workflow-array-ephys/releases/tag/0.3.1
[0.3.0]: https://github.com/datajoint/workflow-array-ephys/releases/tag/0.3.0
Expand Down
911 changes: 776 additions & 135 deletions notebooks/tutorial.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
datajoint>=0.13.0
element-animal>=0.1.5
element-array-ephys>=0.2.7
element-array-ephys>=0.2.11
element-electrode-localization>=0.1.2
element-event>=0.1.2
element-interface>=0.5.0
Expand Down
2 changes: 1 addition & 1 deletion workflow_array_ephys/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Package metadata
Update the Docker image tag in `docker-compose.yaml` to match
"""
__version__ = "0.3.2"
__version__ = "0.3.3"