Skip to content

Releases: dandi/dandi-cli

[0.4.0] - 2020-03-13

14 Mar 02:19
0.4.0
Compare
Choose a tag to compare
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

29 Feb 05:21
0.3.0
Compare
Choose a tag to compare
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

04 Feb 19:43
0.2.0
Compare
Choose a tag to compare
See CHANGELOG.md for more information