From ec48ed79500c6c31d3ff94a038e4173a0ae366a3 Mon Sep 17 00:00:00 2001 From: DANDI Bot Date: Fri, 10 Mar 2023 20:23:17 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a53d3dc52..a63c68570 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +# 0.51.0 (Fri Mar 10 2023) + +#### ๐Ÿš€ Enhancement + +- `validate`: Yield error if path is not inside a Dandiset [#1237](https://github.com/dandi/dandi-cli/pull/1237) ([@jwodder](https://github.com/jwodder)) +- Add service script for re-extracting remote NWB metadata [#1236](https://github.com/dandi/dandi-cli/pull/1236) ([@jwodder](https://github.com/jwodder)) + +#### ๐Ÿ“ Documentation + +- Corrected docstring [#1245](https://github.com/dandi/dandi-cli/pull/1245) ([@TheChymera](https://github.com/TheChymera)) + +#### ๐Ÿงช Tests + +- Revert "Restrict mypy to pre-v1.1.1" [#1247](https://github.com/dandi/dandi-cli/pull/1247) ([@jwodder](https://github.com/jwodder)) +- Restrict mypy to pre-v1.1.1 [#1246](https://github.com/dandi/dandi-cli/pull/1246) ([@jwodder](https://github.com/jwodder)) +- Skip reextract-metadata test if fsspec is not installed [#1240](https://github.com/dandi/dandi-cli/pull/1240) ([@jwodder](https://github.com/jwodder)) + +#### ๐Ÿ”ฉ Dependency Updates + +- Update for dandischema 0.8.0 [#1241](https://github.com/dandi/dandi-cli/pull/1241) ([@jwodder](https://github.com/jwodder) [@yarikoptic](https://github.com/yarikoptic)) + +#### 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.50.1 (Fri Mar 03 2023) #### ๐Ÿงช Tests