This repository has been archived by the owner on Nov 19, 2024. It is now read-only.
forked from dandi/dandi-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
LINC Bot
committed
Feb 14, 2024
1 parent
3186b3d
commit 9c7df71
Showing
1 changed file
with
61 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,64 @@ | ||
# 0.6.0 (Wed Feb 14 2024) | ||
|
||
#### 🚀 Enhancement | ||
|
||
- Trivial change to update LINC release from dandi-0.59-1 [#36](https://github.com/lincbrain/linc-cli/pull/36) ([email protected] [@aaronkanzer](https://github.com/aaronkanzer)) | ||
- Merge 0.59.1 of dandi-cli into linc-cli [#36](https://github.com/lincbrain/linc-cli/pull/36) ([email protected]) | ||
|
||
#### ⚠️ Pushed to `master` | ||
|
||
- [gh-actions](deps): Bump codecov/codecov-action from 3 to 4 ([@dependabot[bot]](https://github.com/dependabot[bot])) | ||
- blacklist buggy nwbinspector 0.4.32 ([@yarikoptic](https://github.com/yarikoptic)) | ||
- Failsafe etelemetry import ([@TheChymera](https://github.com/TheChymera)) | ||
- Remove note from error messages ([@jwodder](https://github.com/jwodder)) | ||
- Add notes to error messages & docs about `get_metadata()` vs. `get_raw_metadata()` ([@jwodder](https://github.com/jwodder)) | ||
- Update zarr_checksum dependency to `~= 0.4.0` ([@jwodder](https://github.com/jwodder)) | ||
- Update zarr_checksum dependency to `~= 0.3.2` ([@jwodder](https://github.com/jwodder)) | ||
- Ignore irrelevant deprecation warning from pandas ([@jwodder](https://github.com/jwodder)) | ||
- Minor codespell fix ([@yarikoptic](https://github.com/yarikoptic)) | ||
- Fix service script tests for change in autogenerated date ([@jwodder](https://github.com/jwodder)) | ||
- `dandi download dandi://…/dandiset.yaml` now downloads `dandiset.yaml` ([@jwodder](https://github.com/jwodder)) | ||
- Update readme ([@kabilar](https://github.com/kabilar)) | ||
- Update docstring ([@kabilar](https://github.com/kabilar)) | ||
- [gh-actions](deps): Bump github/codeql-action from 2 to 3 ([@dependabot[bot]](https://github.com/dependabot[bot])) | ||
- Add tests of post_upload_size_check() ([@jwodder](https://github.com/jwodder)) | ||
- Update README.md ([@kabilar](https://github.com/kabilar)) | ||
- Update docs/source/cmdline/validate.rst ([@kabilar](https://github.com/kabilar)) | ||
- Update dandi/cli/cmd_validate.py ([@kabilar](https://github.com/kabilar)) | ||
- Add test ([@jwodder](https://github.com/jwodder)) | ||
- Update docs ([@kabilar](https://github.com/kabilar)) | ||
- Update gitignore ([@kabilar](https://github.com/kabilar)) | ||
- Properly open filehandles for `RemoteReadableAsset`s ([@jwodder](https://github.com/jwodder)) | ||
- Dedup log message ([@jwodder](https://github.com/jwodder)) | ||
- Double-check file sizes before & after uploading ([@jwodder](https://github.com/jwodder)) | ||
- [gh-actions](deps): Bump actions/setup-python from 4 to 5 ([@dependabot[bot]](https://github.com/dependabot[bot])) | ||
- Copy `dandischema.digests.zarr.get_checksum()` to dandi-cli ([@jwodder](https://github.com/jwodder)) | ||
- Repeatedly double-check return values of zero when spying on `super_len()` ([@jwodder](https://github.com/jwodder)) | ||
- Set 30-second connect & read timeout when downloading files ([@jwodder](https://github.com/jwodder)) | ||
- Move imports in functions to top level or annotate why they can't be moved ([@jwodder](https://github.com/jwodder)) | ||
- Remove redundant `ensure_datetime()` call ([@jwodder](https://github.com/jwodder)) | ||
- Update for `zarr_checksum` 0.2.12 ([@jwodder](https://github.com/jwodder)) | ||
- Make it compatible with py 3.8, thanks @jwodder ([@yarikoptic](https://github.com/yarikoptic)) | ||
- Ignore deprecation warnings addressed in joblib already ([@yarikoptic](https://github.com/yarikoptic)) | ||
- RF: replace use of deprecated utcnow() ([@yarikoptic](https://github.com/yarikoptic)) | ||
- BF: ignore DeprecationWarning within dateutil which triggers while considering the next listed warning ([@yarikoptic](https://github.com/yarikoptic)) | ||
- Use released 3.12 ([@yarikoptic](https://github.com/yarikoptic)) | ||
- I think we need the .gitattributes here but forgot to git add it ([@yarikoptic](https://github.com/yarikoptic)) | ||
- Upgrade versioneer to the current non-released one with 3.12 support ([@yarikoptic](https://github.com/yarikoptic)) | ||
- Add python 3.12 to supported and test against its RC on github actions ([@yarikoptic](https://github.com/yarikoptic)) | ||
|
||
#### Authors: 7 | ||
|
||
- [@aaronkanzer](https://github.com/aaronkanzer) | ||
- [@dependabot[bot]](https://github.com/dependabot[bot]) | ||
- Aaron Kanzer ([email protected]) | ||
- Horea Christian ([@TheChymera](https://github.com/TheChymera)) | ||
- John T. Wodder II ([@jwodder](https://github.com/jwodder)) | ||
- Kabilar Gunalan ([@kabilar](https://github.com/kabilar)) | ||
- Yaroslav Halchenko ([@yarikoptic](https://github.com/yarikoptic)) | ||
|
||
--- | ||
|
||
# 0.5.0 (Wed Feb 14 2024) | ||
|
||
#### 🚀 Enhancement | ||
|