Dandi

Latest version: v0.67.3

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

Scan your dependencies

Page 17 of 23

0.23.2

๐Ÿ› Bug Fix

- Increase retries & wait times for API errors [716](https://github.com/dandi/dandi-cli/pull/716) ([jwodder](https://github.com/jwodder))
- Use timed wait in publish test [706](https://github.com/dandi/dandi-cli/pull/706) ([dchiquito](https://github.com/dchiquito))

๐Ÿ  Internal

- Add Readthedocs config [715](https://github.com/dandi/dandi-cli/pull/715) ([jwodder](https://github.com/jwodder))

๐Ÿ“ Documentation

- ENH: adding sphinx documentation for the dandi-cli [712](https://github.com/dandi/dandi-cli/pull/712) ([yarikoptic](https://github.com/yarikoptic) [jwodder](https://github.com/jwodder))

๐Ÿงช Tests

- BF(TST): Allow for IteratorWithAggregation to get nothing if reraise_immediately [707](https://github.com/dandi/dandi-cli/pull/707) ([yarikoptic](https://github.com/yarikoptic))

Authors: 3

- Daniel Chiquito ([dchiquito](https://github.com/dchiquito))
- John T. Wodder II ([jwodder](https://github.com/jwodder))
- Yaroslav Halchenko ([yarikoptic](https://github.com/yarikoptic))

---

0.23.1

๐Ÿงช Tests

- Skip shell completion test entirely on Windows [702](https://github.com/dandi/dandi-cli/pull/702) ([jwodder](https://github.com/jwodder))
- BF+RF(TST): populate contentUrl to satisfy Asset requirement in 0.5.0 [705](https://github.com/dandi/dandi-cli/pull/705) ([yarikoptic](https://github.com/yarikoptic))

Authors: 2

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

---

0.23.0

๐Ÿš€ Enhancement

- Add get_asset_metadata() function [693](https://github.com/dandi/dandi-cli/pull/693) ([jwodder](https://github.com/jwodder))

๐Ÿ› Bug Fix

- fix: raise error when unable to parse age and set session name properly [669](https://github.com/dandi/dandi-cli/pull/669) ([satra](https://github.com/satra) [yarikoptic](https://github.com/yarikoptic))
- fix: set CLI version to align with schema base version [694](https://github.com/dandi/dandi-cli/pull/694) ([satra](https://github.com/satra))
- adding valueReference to extract_age return PropertyValue; adding test [689](https://github.com/dandi/dandi-cli/pull/689) ([djarecka](https://github.com/djarecka) [satra](https://github.com/satra))

Authors: 4

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

---

0.22.0

๐Ÿš€ Enhancement

- Adjust RemoteAsset.json_dict() [691](https://github.com/dandi/dandi-cli/pull/691) ([jwodder](https://github.com/jwodder))

๐Ÿ› Bug Fix

- Create valid Dandiset metadata when testing; create valid asset metadata for non-NWB files; wait for validation before publishing [683](https://github.com/dandi/dandi-cli/pull/683) ([jwodder](https://github.com/jwodder))
- changing unitText [686](https://github.com/dandi/dandi-cli/pull/686) ([djarecka](https://github.com/djarecka))
- Fix a failing test on Windows on conda-forge (again) [681](https://github.com/dandi/dandi-cli/pull/681) ([jwodder](https://github.com/jwodder))
- Remove references to "dandi register" command [684](https://github.com/dandi/dandi-cli/pull/684) ([jwodder](https://github.com/jwodder))

๐Ÿงช Tests

- Use dandischema.metadata.validate() instead of _validate_*_json() [685](https://github.com/dandi/dandi-cli/pull/685) ([jwodder](https://github.com/jwodder))

๐Ÿ”ฉ Dependency Updates

- Increase minimum dandischema version to 0.2.9 [687](https://github.com/dandi/dandi-cli/pull/687) ([jwodder](https://github.com/jwodder) [yarikoptic](https://github.com/yarikoptic))

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.21.0

๐Ÿš€ Enhancement

- Add RemoteAsset.get_content_url() method [675](https://github.com/dandi/dandi-cli/pull/675) ([jwodder](https://github.com/jwodder))
- Python API rewrite, part 1 [660](https://github.com/dandi/dandi-cli/pull/660) ([jwodder](https://github.com/jwodder))

๐Ÿ› Bug Fix

- Don't pass "asset" field from upload iterator to pyout [679](https://github.com/dandi/dandi-cli/pull/679) ([jwodder](https://github.com/jwodder))

๐Ÿงช Tests

- Fix a failing test on Windows on conda-forge [680](https://github.com/dandi/dandi-cli/pull/680) ([jwodder](https://github.com/jwodder))

Authors: 1

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

---

0.20.0

๐Ÿš€ Enhancement

- ENH: more metadata to reconstruct filename, upgrade to use dandischema 0.2.3 (schema 0.4.0) [644](https://github.com/dandi/dandi-cli/pull/644) ([satra](https://github.com/satra) [yarikoptic](https://github.com/yarikoptic))

๐Ÿ› Bug Fix

- ls --schema: Calculate digest for local assets [666](https://github.com/dandi/dandi-cli/pull/666) ([jwodder](https://github.com/jwodder))
- updating parse age to cover more formats [633](https://github.com/dandi/dandi-cli/pull/633) ([djarecka](https://github.com/djarecka))
- fix: add a default name when using an unknown session id [662](https://github.com/dandi/dandi-cli/pull/662) ([satra](https://github.com/satra))

๐Ÿ  Internal

- Run test workflow on pushes only on master [667](https://github.com/dandi/dandi-cli/pull/667) ([yarikoptic](https://github.com/yarikoptic))
- Address LGTM alerts [657](https://github.com/dandi/dandi-cli/pull/657) ([jwodder](https://github.com/jwodder))
- Update pre-commit repo versions and configure isort to properly handle "from . import" lines [656](https://github.com/dandi/dandi-cli/pull/656) ([jwodder](https://github.com/jwodder))

Authors: 4

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

---

Page 17 of 23

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