Skip to content

Commit 837133c

Browse files
author
DANDI Bot
committed
Update CHANGELOG.md [skip ci]
1 parent 3671917 commit 837133c

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
# 0.64.0 (Fri Nov 15 2024)
2+
3+
#### 🚀 Enhancement
4+
5+
- download: more consistent and exhaustive logging, new `DANDI_DEVEL_AGGRESSIVE_RETRY` mode, respect (?) Retry-After [#1509](https://github.com/dandi/dandi-cli/pull/1509) ([@yarikoptic](https://github.com/yarikoptic))
6+
7+
#### 🐛 Bug Fix
8+
9+
- Include LINC API as a supported instance type for DANDI CLI [#1527](https://github.com/dandi/dandi-cli/pull/1527) ([email protected] [@aaronkanzer](https://github.com/aaronkanzer))
10+
- Enhance pynwb validation parsing to report the path within the file, fix pynwb typo [#1513](https://github.com/dandi/dandi-cli/pull/1513) ([@rly](https://github.com/rly))
11+
- Drop claiming support and testing against EOL Python 3.8 [#1504](https://github.com/dandi/dandi-cli/pull/1504) ([@asmacdo](https://github.com/asmacdo))
12+
- ENH: log dandischema version and ensure we log (consistently) path for log messages in download [#1499](https://github.com/dandi/dandi-cli/pull/1499) ([@yarikoptic](https://github.com/yarikoptic))
13+
- Fixup URI scheme rendering in --help output [#1502](https://github.com/dandi/dandi-cli/pull/1502) ([@asmacdo](https://github.com/asmacdo))
14+
- Adjust copyright year in documentation config [#1504](https://github.com/dandi/dandi-cli/pull/1504) ([@yarikoptic](https://github.com/yarikoptic))
15+
16+
#### 🏠 Internal
17+
18+
- Use "cache_spec:False" in our copy_nwb_file helper while exporting NWB copy [#1497](https://github.com/dandi/dandi-cli/pull/1497) ([@yarikoptic](https://github.com/yarikoptic))
19+
20+
#### 📝 Documentation
21+
22+
- fix: replace dandi-api link with dandi-archive [#1524](https://github.com/dandi/dandi-cli/pull/1524) ([@asmacdo](https://github.com/asmacdo))
23+
24+
#### 🧪 Tests
25+
26+
- Add xfail marks for some tests: test_nwb2asset_remote_asset, test_reextract_metadata, test_IteratorWithAggregation [#1512](https://github.com/dandi/dandi-cli/pull/1512) ([@yarikoptic](https://github.com/yarikoptic))
27+
- Switch to python 3.9 in dev-deps CI matrix run since dev deps are now beginning to drop Python 3.8 which is EOL soon [#1506](https://github.com/dandi/dandi-cli/pull/1506) ([@asmacdo](https://github.com/asmacdo))
28+
29+
#### Authors: 5
30+
31+
- [@aaronkanzer](https://github.com/aaronkanzer)
32+
- Aaron Kanzer ([email protected])
33+
- Austin Macdonald ([@asmacdo](https://github.com/asmacdo))
34+
- Ryan Ly ([@rly](https://github.com/rly))
35+
- Yaroslav Halchenko ([@yarikoptic](https://github.com/yarikoptic))
36+
37+
---
38+
139
# 0.63.1 (Mon Sep 09 2024)
240

341
#### 🐛 Bug Fix

0 commit comments

Comments
 (0)