1
1
# Changelog
2
2
3
- Observes [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) standard and
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.1.0 - 2022-06-02
6
+ ## [ 0.2.0] - 2022-07-08
7
+
8
+ + Add - Adopt black formatting into code base
9
+ + Add - GitHub Issue templates
10
+ + Add - Code of conduct
11
+ + Add - Jupytext paired python scripts
12
+ + Add - Example data for trials, events, blocks, recordings, and alignments
13
+ + Add - Analysis schema
14
+ + Add - Raster and PSTH plots
15
+ + Add - Video tutorial link to README
16
+ + Add - Images for README
17
+ + Add - Jupyter notebooks for downstream analysis, electrode localization, and NWB export
18
+ + Add - Electrode localization schema activation script
19
+ + Update - README for ephys modes, element-event, and element-electrode-localization
20
+ + Update - Docker and Compose files for element-event and element-electrode-localization
21
+ + Update - Pipeline script for ephys mode and element-event
22
+ + Update - Pytests
23
+
24
+ ## [ 0.1.0] - 2022-06-02
7
25
8
26
+ Update - Docker and Compose files
9
27
+ Add - NWB export pytests
@@ -17,7 +35,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
17
35
+ Update - Notebooks
18
36
+ Update - Move instructions to [ datajoint-elements/install.md] (
19
37
https://github.com/datajoint/datajoint-elements/blob/main/install.md ).
20
- + Update - Docker and Compose files for new base image and added options to install
38
+ + Update - Docker and Compose files for new base image and added options to install
21
39
specific forks for tests.
22
40
23
41
## 0.1.0a2 - 2021-04-12
@@ -28,3 +46,6 @@ specific forks for tests.
28
46
## 0.1.1 - 2021-03-26
29
47
30
48
+ Add - Version
49
+
50
+ [ 0.2.0 ] : https://github.com/datajoint/workflow-array-ephys/releases/tag/0.2.0
51
+ [ 0.1.0 ] : https://github.com/datajoint/workflow-array-ephys/releases/tag/0.1.0
0 commit comments