Dandi

Latest version: v0.62.0

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

Scan your dependencies

Page 5 of 20

0.48.1

๐Ÿ› Bug Fix

- Fail upload only for validation ERRORs and not necessarily WARNINGs or HINTs + log all errors [1186](https://github.com/dandi/dandi-cli/pull/1186) ([yarikoptic](https://github.com/yarikoptic))
- Don't warn on unexpected formats for "next" page URLs [1184](https://github.com/dandi/dandi-cli/pull/1184) ([jwodder](https://github.com/jwodder))
- Upload test to check for metadata [1180](https://github.com/dandi/dandi-cli/pull/1180) ([TheChymera](https://github.com/TheChymera))

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

๐Ÿš€ Enhancement

- Update client for change in Zarr entries API [1175](https://github.com/dandi/dandi-cli/pull/1175) ([jwodder](https://github.com/jwodder))

Authors: 1

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

---

0.47.0

๐Ÿš€ Enhancement

- Add validation of filepaths for non-BIDS NWB assets [1173](https://github.com/dandi/dandi-cli/pull/1173) ([jwodder](https://github.com/jwodder))
- Exclude special dotfiles from Zarrs [1147](https://github.com/dandi/dandi-cli/pull/1147) ([jwodder](https://github.com/jwodder))
- Structured validation results [1104](https://github.com/dandi/dandi-cli/pull/1104) ([jwodder](https://github.com/jwodder) [yarikoptic](https://github.com/yarikoptic) [TheChymera](https://github.com/TheChymera))

๐Ÿ› Bug Fix

- Allow user to specify mandatory (if not empty) fields in organize [1171](https://github.com/dandi/dandi-cli/pull/1171) ([yarikoptic](https://github.com/yarikoptic) [jwodder](https://github.com/jwodder))
- BF: convert str errors from checking nwb version into proper ValidationResult [1174](https://github.com/dandi/dandi-cli/pull/1174) ([yarikoptic](https://github.com/yarikoptic))
- Tests for `ls` reinstated, underlying function fixed, support for ZARR-BIDS files added. [1164](https://github.com/dandi/dandi-cli/pull/1164) ([TheChymera](https://github.com/TheChymera) [jwodder](https://github.com/jwodder))
- Add CodeQL workflow for GitHub code scanning and fix few bugs it detected [1165](https://github.com/dandi/dandi-cli/pull/1165) ([lgtm-migrator](https://github.com/lgtm-migrator) [jwodder](https://github.com/jwodder) [lgtm-com[bot]](https://github.com/lgtm-com[bot]))
- Corrected reporting function logic to complete group message variable [1166](https://github.com/dandi/dandi-cli/pull/1166) ([TheChymera](https://github.com/TheChymera))
- Renamed failing test, added prospective use case for NWBI warning. [1162](https://github.com/dandi/dandi-cli/pull/1162) ([TheChymera](https://github.com/TheChymera))
- Use cached namespace validation [1149](https://github.com/dandi/dandi-cli/pull/1149) ([CodyCBakerPhD](https://github.com/CodyCBakerPhD))

๐Ÿ  Internal

- Make `list_paths()` include dotfiles [1142](https://github.com/dandi/dandi-cli/pull/1142) ([jwodder](https://github.com/jwodder))

๐Ÿ“ Documentation

- dandi-cli readme edit [1170](https://github.com/dandi/dandi-cli/pull/1170) ([melster1010](https://github.com/melster1010))
- Remove Parameters description from docstring used by click [1150](https://github.com/dandi/dandi-cli/pull/1150) ([yarikoptic](https://github.com/yarikoptic))

๐Ÿงช Tests

- No longer mark `test_rename_type_mismatch` as xfailing [1161](https://github.com/dandi/dandi-cli/pull/1161) ([jwodder](https://github.com/jwodder))
- Fix typing error under mypy 0.990 [1156](https://github.com/dandi/dandi-cli/pull/1156) ([jwodder](https://github.com/jwodder))
- Update `test_validate_nwb_path_grouping` test [1157](https://github.com/dandi/dandi-cli/pull/1157) ([jwodder](https://github.com/jwodder))
- Fixed logic and commented a temporarily broken BIDS (lacking README) dataset [1148](https://github.com/dandi/dandi-cli/pull/1148) ([TheChymera](https://github.com/TheChymera))
- Installing hdf5 for Python 3.10 is no longer needed [1145](https://github.com/dandi/dandi-cli/pull/1145) ([jwodder](https://github.com/jwodder))
- Fix a typing issue involving the outdated `tmpdir_factory` [1144](https://github.com/dandi/dandi-cli/pull/1144) ([jwodder](https://github.com/jwodder))

Authors: 7

- [lgtm-com[bot]](https://github.com/lgtm-com[bot])
- Cody Baker ([CodyCBakerPhD](https://github.com/CodyCBakerPhD))
- Horea Christian ([TheChymera](https://github.com/TheChymera))
- John T. Wodder II ([jwodder](https://github.com/jwodder))
- LGTM Migrator ([lgtm-migrator](https://github.com/lgtm-migrator))
- Mary Elise Dedicke ([melster1010](https://github.com/melster1010))
- Yaroslav Halchenko ([yarikoptic](https://github.com/yarikoptic))

---

0.46.6

๐Ÿ› Bug Fix

- Don't try to cancel failed Zarr uploads twice [1139](https://github.com/dandi/dandi-cli/pull/1139) ([jwodder](https://github.com/jwodder))

๐Ÿ“ Documentation

- adding testing instructions [1123](https://github.com/dandi/dandi-cli/pull/1123) ([djarecka](https://github.com/djarecka))

๐Ÿงช Tests

- Add `DANDI_TESTS_PULL_DOCKER_COMPOSE` envvar [1141](https://github.com/dandi/dandi-cli/pull/1141) ([jwodder](https://github.com/jwodder))

Authors: 2

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

---

0.46.5

๐Ÿ› Bug Fix

- ENH: lgr.debug that we are using DANDI_API_KEY provided key [1133](https://github.com/dandi/dandi-cli/pull/1133) ([yarikoptic](https://github.com/yarikoptic))
- add zebrafish to species list [1129](https://github.com/dandi/dandi-cli/pull/1129) ([satra](https://github.com/satra))
- Make `dandi ls` properly detect embargoed Dandisets [1132](https://github.com/dandi/dandi-cli/pull/1132) ([jwodder](https://github.com/jwodder))

๐Ÿ  Internal

- Make internal Zarr-checksumming tree types support empty Zarrs [1138](https://github.com/dandi/dandi-cli/pull/1138) ([jwodder](https://github.com/jwodder))
- Simplify implementations of `get_asset()` methods [1136](https://github.com/dandi/dandi-cli/pull/1136) ([jwodder](https://github.com/jwodder))
- Update GitHub Actions action versions [1135](https://github.com/dandi/dandi-cli/pull/1135) ([jwodder](https://github.com/jwodder))

Authors: 3

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

---

0.46.4

๐Ÿ  Internal

- Update client-side publication workflow [1125](https://github.com/dandi/dandi-cli/pull/1125) ([jwodder](https://github.com/jwodder))

๐Ÿงช Tests

- increase number of trials in docker_compose_setup to 25 [1122](https://github.com/dandi/dandi-cli/pull/1122) ([djarecka](https://github.com/djarecka))
- Pull latest Docker images before spinning up Compose [1121](https://github.com/dandi/dandi-cli/pull/1121) ([jwodder](https://github.com/jwodder))

Authors: 2

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

---

Page 5 of 20

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