Dandi

Latest version: v0.62.0

Safety actively analyzes 630094 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 20

0.46.3

๐Ÿ› Bug Fix

- Detect link type for `organize` by linking from first src dir to dest dir [1115](https://github.com/dandi/dandi-cli/pull/1115) ([jwodder](https://github.com/jwodder))
- Check for usage of latest NWB Inspector release [1108](https://github.com/dandi/dandi-cli/pull/1108) ([CodyCBakerPhD](https://github.com/CodyCBakerPhD))

๐Ÿงช Tests

- Test against dev version of keyring package [1116](https://github.com/dandi/dandi-cli/pull/1116) ([jwodder](https://github.com/jwodder))

Authors: 2

- Cody Baker ([CodyCBakerPhD](https://github.com/CodyCBakerPhD))
- John T. Wodder II ([jwodder](https://github.com/jwodder))

---

0.46.2

๐Ÿ› Bug Fix

- Use upstream bidsschematools for BIDS validation [1095](https://github.com/dandi/dandi-cli/pull/1095) ([TheChymera](https://github.com/TheChymera))
- get_content_url(): If a HEAD fails, return the failing URL [1107](https://github.com/dandi/dandi-cli/pull/1107) ([jwodder](https://github.com/jwodder))

๐Ÿ  Internal

- BF(workaround): blacklist 23.9.0 of keyring since introduced regression [1112](https://github.com/dandi/dandi-cli/pull/1112) ([yarikoptic](https://github.com/yarikoptic))

Authors: 3

- Horea Christian ([TheChymera](https://github.com/TheChymera))
- John T. Wodder II ([jwodder](https://github.com/jwodder))
- Yaroslav Halchenko ([yarikoptic](https://github.com/yarikoptic))

---

0.46.1

๐Ÿ› Bug Fix

- Add support for age range [1101](https://github.com/dandi/dandi-cli/pull/1101) ([djarecka](https://github.com/djarecka))

๐Ÿ“ Documentation

- DOC: minor - boost copyright years in the docs [1106](https://github.com/dandi/dandi-cli/pull/1106) ([yarikoptic](https://github.com/yarikoptic))

๐Ÿงช Tests

- Update test.yml to use ubuntu-latest [1103](https://github.com/dandi/dandi-cli/pull/1103) ([jwodder](https://github.com/jwodder))

Authors: 3

- Dorota Jarecka ([djarecka](https://github.com/djarecka))
- John T. Wodder II ([jwodder](https://github.com/jwodder))
- Yaroslav Halchenko ([yarikoptic](https://github.com/yarikoptic))

---

0.46.0

๐Ÿš€ Enhancement

- Add classes for BIDS assets [1076](https://github.com/dandi/dandi-cli/pull/1076) ([jwodder](https://github.com/jwodder))

๐Ÿ› Bug Fix

- ENH: list localhost:8085 as the web UI for dandi-api-local-docker-tests [1003](https://github.com/dandi/dandi-cli/pull/1003) ([yarikoptic](https://github.com/yarikoptic))
- BF: guard download_generator to not propagate errors [1008](https://github.com/dandi/dandi-cli/pull/1008) ([yarikoptic](https://github.com/yarikoptic))
- User notification if datasets are invalid. [1080](https://github.com/dandi/dandi-cli/pull/1080) ([TheChymera](https://github.com/TheChymera))
- Updating BIDS validator and schema to contemporary upstream equivalent [1050](https://github.com/dandi/dandi-cli/pull/1050) ([TheChymera](https://github.com/TheChymera))
- Support DANDI:<ID>/draft and stop using identifiers.org for any of the DANDI: URIs [1066](https://github.com/dandi/dandi-cli/pull/1066) ([yarikoptic](https://github.com/yarikoptic))

๐ŸŽ Performance

- Do not traverse .ome.zarr and .ngff folders while looking for BIDS datasets [1071](https://github.com/dandi/dandi-cli/pull/1071) ([yarikoptic](https://github.com/yarikoptic))

โš ๏ธ Pushed to `master`

- Update README.md ([bendichter](https://github.com/bendichter))

๐Ÿ  Internal

- Factor out common fields in nwb2asset() and get_default_metadata() [1088](https://github.com/dandi/dandi-cli/pull/1088) ([jwodder](https://github.com/jwodder))

๐Ÿ“ Documentation

- Add examples to `dandi move` docs [1098](https://github.com/dandi/dandi-cli/pull/1098) ([jwodder](https://github.com/jwodder))

๐Ÿงช Tests

- Tell codespell to ignore "bu" strings in tests [1102](https://github.com/dandi/dandi-cli/pull/1102) ([jwodder](https://github.com/jwodder))
- Update video NWB fixtures for next pynwb version [1100](https://github.com/dandi/dandi-cli/pull/1100) ([jwodder](https://github.com/jwodder))
- Remove redirector from Docker Compose setup [1087](https://github.com/dandi/dandi-cli/pull/1087) ([jwodder](https://github.com/jwodder))

Authors: 4

- Ben Dichter ([bendichter](https://github.com/bendichter))
- Horea Christian ([TheChymera](https://github.com/TheChymera))
- John T. Wodder II ([jwodder](https://github.com/jwodder))
- Yaroslav Halchenko ([yarikoptic](https://github.com/yarikoptic))

---

0.45.1

๐Ÿ› Bug Fix

- dandi move: Fix resolution of nonexistent dests when in a subdirectory [1063](https://github.com/dandi/dandi-cli/pull/1063) ([jwodder](https://github.com/jwodder))
- dandi move: Include all mismatches in error messages [1064](https://github.com/dandi/dandi-cli/pull/1064) ([jwodder](https://github.com/jwodder))

๐Ÿ“ Documentation

- Mention in help text that 'draft' is not supported in DANDI:<dandiset>/<version> [1062](https://github.com/dandi/dandi-cli/pull/1062) ([jwodder](https://github.com/jwodder))

Authors: 1

- John T. Wodder II ([jwodder](https://github.com/jwodder))

---

0.45.0

๐Ÿš€ Enhancement

- Built-in BIDS support for `dandi upload` [1011](https://github.com/dandi/dandi-cli/pull/1011) ([TheChymera](https://github.com/TheChymera))

๐Ÿ› Bug Fix

- DOC: describe the purpose for --instance in download [1053](https://github.com/dandi/dandi-cli/pull/1053) ([yarikoptic](https://github.com/yarikoptic))

๐Ÿ  Internal

- Replace numpy.asscalar() with numpy.ndarray.item() [1056](https://github.com/dandi/dandi-cli/pull/1056) ([jwodder](https://github.com/jwodder))
- Clone entire repo in "Lint" action [1052](https://github.com/dandi/dandi-cli/pull/1052) ([jwodder](https://github.com/jwodder))

Authors: 3

- Horea Christian ([TheChymera](https://github.com/TheChymera))
- John T. Wodder II ([jwodder](https://github.com/jwodder))
- Yaroslav Halchenko ([yarikoptic](https://github.com/yarikoptic))

---

Page 6 of 20

ยฉ 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.