File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Observes [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) standard and [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) convention.
4
4
5
+ ## [ 0.4.1] - 2022-12-15
6
+
7
+ + Update - PrairieView loader now reads recording start time from metadata file
8
+
5
9
## [ 0.4.0] - 2022-12-14
6
10
7
11
+ Add - mkdocs documentation
@@ -37,6 +41,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
37
41
38
42
+ Add - Readers for: ` ScanImage ` , ` Suite2p ` , ` CaImAn ` .
39
43
44
+ [ 0.4.1 ] : https://github.com/datajoint/element-interface/releases/tag/0.4.1
40
45
[ 0.4.0 ] : https://github.com/datajoint/element-interface/releases/tag/0.4.0
41
46
[ 0.3.0 ] : https://github.com/datajoint/element-interface/releases/tag/0.3.0
42
47
[ 0.2.1 ] : https://github.com/datajoint/element-interface/releases/tag/0.2.1
Original file line number Diff line number Diff line change 1
1
"""Package metadata"""
2
2
3
- __version__ = "0.4.0 "
3
+ __version__ = "0.4.1 "
You can’t perform that action at this time.
0 commit comments