File tree 3 files changed +33
-26
lines changed
3 files changed +33
-26
lines changed Original file line number Diff line number Diff line change 1
- FROM python:3.7-slim
1
+ FROM python:3.7-slim@sha256:85ddc7b500c5e33a6eec44adbde8347a8a07714f03fc638f2cf4b13837bac601
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 1
1
# Changelog
2
2
3
- ## [ unreleased]
4
- ### Needs
5
- + Calcium Imaging .py files to mirror Electrophysiology
3
+ ## 0.1.1 - 2023-06-19
6
4
7
- ## [ 0.0.0b2] - 2022-05-07
8
- ### Added
9
- + Folder structure to to imply NB order
10
- + ERD->Diagram
11
- + Change working directory to /home/notebooks
12
- + Per above, move data to /home/notebooks, collapse modalities
5
+ + Add - Docker image hash
13
6
14
- ## [ 0.0.0b1] - 2021-06-11
15
- ### Fixed
16
- + Notebook structure, polish
7
+ ## 0.1.0 - 2023-02-27
17
8
9
+ + Update - Stable release before rework to incorporate Dev Container and GitHub Codespace
18
10
19
- ## [ 0.0.0a] - 2020-04-13
20
- ### Added
21
- + Major initial commits
11
+ ## 0.0.0b3
12
+
13
+ + Update - Calcium Imaging .py files to mirror Electrophysiology
14
+
15
+ ## 0.0.0b2 - 2022-05-07
16
+
17
+ + Add - Folder structure to to imply NB order
18
+ + Update - ERD -> Diagram
19
+ + Change - Working directory to /home/notebooks
20
+ + Change - Per above, move data to /home/notebooks, collapse modalities
21
+
22
+ ## 0.0.0b1 - 2021-06-11
23
+
24
+ + Fix - Notebook structure, polish
25
+
26
+ ## 0.0.0a - 2020-04-13
27
+
28
+ + Add - Major initial commits
Original file line number Diff line number Diff line change 7
7
DataJoint interactive tutorials with examples from electrophysiology and calcium-imaging
8
8
"""
9
9
10
- with open (path .join (here , ' requirements.txt' )) as f :
10
+ with open (path .join (here , " requirements.txt" )) as f :
11
11
requirements = f .read ().splitlines ()
12
12
13
13
setup (
14
- name = ' datajoint-tutorials' ,
15
- version = "0.1.0 " ,
14
+ name = " datajoint-tutorials" ,
15
+ version = "0.1.1 " ,
16
16
description = "DataJoint interactive tutorials" ,
17
17
long_description = long_description ,
18
- author = ' DataJoint' ,
19
- author_email = 'info @datajoint.com' ,
20
- license = ' MIT' ,
21
- url = ' https://github.com/datajoint/datajoint-tutorials' ,
22
- keywords = ' neuroscience datajoint' ,
23
- packages = find_packages (exclude = [' contrib' , ' docs' , ' tests*' ]),
18
+ author = " DataJoint" ,
19
+ author_email = "support @datajoint.com" ,
20
+ license = " MIT" ,
21
+ url = " https://github.com/datajoint/datajoint-tutorials" ,
22
+ keywords = " neuroscience datajoint" ,
23
+ packages = find_packages (exclude = [" contrib" , " docs" , " tests*" ]),
24
24
install_requires = requirements ,
25
- )
25
+ )
You can’t perform that action at this time.
0 commit comments