Skip to content

Commit

Permalink
Merge pull request #152 from kabilar/main
Browse files Browse the repository at this point in the history
Update README and Dev Container
  • Loading branch information
dimitri-yatsenko authored Jul 24, 2023
2 parents 868d4e3 + fd6bbc8 commit 536ad3a
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM python:3.9-slim@sha256:5f0192a4f58a6ce99f732fe05e3b3d00f12ae62e183886bca3ebe3d202686c7f

ENV PATH /usr/local/bin:$PATH
ENV PYTHON_VERSION 3.9.17

RUN \
adduser --system --disabled-password --shell /bin/bash vscode && \
# install docker
Expand Down
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
},
"vscode": {
"extensions": [
"ms-python.python",
"ms-toolsai.jupyter"
"ms-python.python@2023.8.0",
"ms-toolsai.jupyter@2023.3.1201040234",
]
}
}
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
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.7.7] - 2023-07-13

+ Add - Environment variables for the Python version in the Dev Container
+ Add - Versions for the VS Code extensions in the Dev Container

## [0.7.6] - 2023-06-30

+ Add - Null value for `package_version` in `imaging*` modules to patch bug
Expand Down Expand Up @@ -151,6 +156,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
+ Add - `scan` and `imaging` modules
+ Add - Readers for `ScanImage`, `ScanBox`, `Suite2p`, `CaImAn`

[0.7.7]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.7.7
[0.7.6]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.7.6
[0.7.5]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.7.5
[0.7.4]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.7.4
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ also provides a tutorial environment and notebooks to learn the pipeline.

+ We have designed three variations of the pipeline to handle different use cases.
Displayed above is the default `imaging` schema. Details on all of the `imaging`
schemas can be found in the [Data Pipeline](https://datajoint.com/docs/elements/
element-calcium-imaging/latest/pipeline/) documentation page.
schemas can be found in the [Data
Pipeline](https://datajoint.com/docs/elements/element-calcium-imaging/latest/pipeline/)
documentation page.

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion element_calcium_imaging/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Package metadata."""
__version__ = "0.7.6"
__version__ = "0.7.7"

0 comments on commit 536ad3a

Please sign in to comment.