Fixed - invoke etelemetry only in command line (at click interface level) - download of updated dandiset landing page url (`/dandiset` not `/dandiset-meta`)
0.4.5
Added - support for downloading dandisets and files in the just released gui.dandiarchive.org UI refactor Fixed - `validate` should no longer crash if loading metadata raises an exception Refactored - the way URLs are mapped into girder instances. Now more regex driven
0.4.4
Added - `validate` now will report absent `subject_id` as an error Fixed - Caching of multiple functions re-using the same cache -- it could have resulted in our case neural data types returned where full metadata was requested, or vice versa - Tolerate outdated (before 2.0.0) etelemetry
0.4.3
Added - Ability to download (multiple) individual files (using URL from gui.dandiarchive.org having files selected) Changed - `DANDI_CACHE_CLEAR` -> `DANDI_CACHE=(ignore|clear)` env variable. - Sanitize and tollerate better incorrect `nwb_version` field. Fixed - Test to not invoke Popen with shell=True to avoid stalling. - Explicit `NO_ET=1` in workflows to avoid overreporting to etelemetry.
0.4.2
Added - Use of etelemetry for informing about new (or bad) versions Changed - Fixed saving into yaml so it is consistently not using a flow style (59) - All file names starting with a period are not considered (63)
0.4.1
Changed - `organize` -- now would add `_obj-` key with the crc32 checksum of the nwb file `object_id` if files could not be otherwise disambiguated - variety of small tune ups and fixes Removed - `organize` -- not implemented option `--format` - `upload` -- not properly implemented option `-d|--dandiset-path`