Releases: dandi/dandi-cli
Releases · dandi/dandi-cli
[0.4.6] - 2020-05-07
Fxed - invoke etelemetry only in command line (at click interface level) - download of updated dandiset landing page url (`/dandiset` not `/dandiset-meta`)
[0.4.5] - 2020-05-01
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] - 2020-04-14
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 vise vera - Tolerate outdated (before 2.0.0) etelemetry
[0.4.3] - 2020-04-14
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] - 2020-03-18
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] - 2020-03-16
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`
[0.4.0] - 2020-03-13
Provides interfaces for a full cycle of dandiset preparation, registration, upload, and download. Added - caching of read metadata and validation results for .nwb files. Typically those take too long and as long as dandi and pynwb versions do not change -- results should not change. Set `DANDI_DEVEL` variable to forcefully reset all the caches. Changed - DEVELOPMENT.md provides more information about full local test setup of the dandiarchive, and description of environment variables which could assist in development.
[0.3.0] - 2020-02-28
Added - `organize`: organize files into hierarchy using metadata. ATM operates only in "simulate" mode using .json files dumped by `ls` Changed - various refactorings and minor improvements (docs, testing, etc).
0.2.0: Improvements to `ls` and `upload` commands
See CHANGELOG.md for more information