File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 3
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.5.4] - 2023-05-14
7
+
8
+ + Fix - DANDI URL for uploads where ` staging=False ` .
9
+
6
10
## [ 0.5.3] - 2023-05-11
7
11
8
12
+ Fix - ` .ipynb ` dark mode output for all notebooks.
@@ -66,6 +70,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
66
70
67
71
+ Add - Readers for: ` ScanImage ` , ` Suite2p ` , ` CaImAn ` .
68
72
73
+ [ 0.5.4 ] : https://github.com/datajoint/element-interface/releases/tag/0.5.4
69
74
[ 0.5.3 ] : https://github.com/datajoint/element-interface/releases/tag/0.5.3
70
75
[ 0.5.2 ] : https://github.com/datajoint/element-interface/releases/tag/0.5.2
71
76
[ 0.5.1 ] : https://github.com/datajoint/element-interface/releases/tag/0.5.1
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def upload_to_dandi(
39
39
download (
40
40
f"https://gui-staging.dandiarchive.org/#/dandiset/{ dandiset_id } "
41
41
if staging
42
- else dandiset_id ,
42
+ else f"https://dandiarchive.org/dandiset/ { dandiset_id } " ,
43
43
output_dir = working_directory ,
44
44
)
45
45
Original file line number Diff line number Diff line change 1
1
"""Package metadata"""
2
2
3
- __version__ = "0.5.3 "
3
+ __version__ = "0.5.4 "
You can’t perform that action at this time.
0 commit comments