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 33Observes [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) standard and
44[ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) convention.
55
6+ ## [ 0.5.4] - 2023-05-14
7+
8+ + Fix - DANDI URL for uploads where ` staging=False ` .
9+
610## [ 0.5.3] - 2023-05-11
711
812+ 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
6670
6771+ Add - Readers for: ` ScanImage ` , ` Suite2p ` , ` CaImAn ` .
6872
73+ [ 0.5.4 ] : https://github.com/datajoint/element-interface/releases/tag/0.5.4
6974[ 0.5.3 ] : https://github.com/datajoint/element-interface/releases/tag/0.5.3
7075[ 0.5.2 ] : https://github.com/datajoint/element-interface/releases/tag/0.5.2
7176[ 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(
3939 download (
4040 f"https://gui-staging.dandiarchive.org/#/dandiset/{ dandiset_id } "
4141 if staging
42- else dandiset_id ,
42+ else f"https://dandiarchive.org/dandiset/ { dandiset_id } " ,
4343 output_dir = working_directory ,
4444 )
4545
Original file line number Diff line number Diff line change 11"""Package metadata"""
22
3- __version__ = "0.5.3 "
3+ __version__ = "0.5.4 "
You can’t perform that action at this time.
0 commit comments