Dandi

Latest version: v0.62.0

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

Scan your dependencies

Page 14 of 20

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))

---

0.19.0

๐Ÿš€ Enhancement

- Reprompt or fail on attempt to use an invalid API token [655](https://github.com/dandi/dandi-cli/pull/655) ([jwodder](https://github.com/jwodder))
- dandi ls: Make json and json_pp formats output arrays; add json_lines for old json format [654](https://github.com/dandi/dandi-cli/pull/654) ([jwodder](https://github.com/jwodder))
- Change `download --existing` default to "error"; add "overwrite-different" option; handle git-annex repos [646](https://github.com/dandi/dandi-cli/pull/646) ([jwodder](https://github.com/jwodder))

๐Ÿ  Internal

- Set `auto` author to "DANDI Bot" [649](https://github.com/dandi/dandi-cli/pull/649) ([jwodder](https://github.com/jwodder))

Authors: 1

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

---

0.18.0

๐Ÿš€ Enhancement

- Move schema code to dandischema [643](https://github.com/dandi/dandi-cli/pull/643) ([jwodder](https://github.com/jwodder))
- Add "shell-completion" command [640](https://github.com/dandi/dandi-cli/pull/640) ([jwodder](https://github.com/jwodder))
- REF: updated model requirements [623](https://github.com/dandi/dandi-cli/pull/623) ([satra](https://github.com/satra) [yarikoptic](https://github.com/yarikoptic))

๐Ÿ› Bug Fix

- Pin dandischema to compatible 0.minor version [650](https://github.com/dandi/dandi-cli/pull/650) ([yarikoptic](https://github.com/yarikoptic))
- Warn on ignored symlinks to directories [647](https://github.com/dandi/dandi-cli/pull/647) ([jwodder](https://github.com/jwodder))
- Delete name2title() [645](https://github.com/dandi/dandi-cli/pull/645) ([jwodder](https://github.com/jwodder))
- adding to_datacite method [596](https://github.com/dandi/dandi-cli/pull/596) ([djarecka](https://github.com/djarecka) [yarikoptic](https://github.com/yarikoptic))
- Datacite tmp [595](https://github.com/dandi/dandi-cli/pull/595) ([djarecka](https://github.com/djarecka))

๐Ÿ  Internal

- Include CHANGELOG.md and tox.ini in sdists [648](https://github.com/dandi/dandi-cli/pull/648) ([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))

---

0.17.0

๐Ÿš€ Enhancement

- Add "sync" option for upload & download [616](https://github.com/dandi/dandi-cli/pull/616) ([jwodder](https://github.com/jwodder))
- RF: organize - should no longer alter dandiset.yaml [615](https://github.com/dandi/dandi-cli/pull/615) ([yarikoptic](https://github.com/yarikoptic))

๐Ÿ› Bug Fix

- Allow trailing slash in GUI URLs [636](https://github.com/dandi/dandi-cli/pull/636) ([jwodder](https://github.com/jwodder))
- Make the "/" in GUI URLs optional [637](https://github.com/dandi/dandi-cli/pull/637) ([jwodder](https://github.com/jwodder))
- Add dandi-staging to known_instances [621](https://github.com/dandi/dandi-cli/pull/621) ([dchiquito](https://github.com/dchiquito))

โš ๏ธ Pushed to `master`

- RM: .github/workflows/test-populate-dandiset-yaml.yml ([yarikoptic](https://github.com/yarikoptic))

๐Ÿงช Tests

- move test_get_metaadata to test_metadata.py [634](https://github.com/dandi/dandi-cli/pull/634) ([bendichter](https://github.com/bendichter))
- Error on PRs that modify existing schemata instead of creating a new version [626](https://github.com/dandi/dandi-cli/pull/626) ([jwodder](https://github.com/jwodder))

Authors: 4

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

---

Page 14 of 20

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