From 7daa2c38b6781770076fd9e51eb5e35b2650f11c Mon Sep 17 00:00:00 2001 From: DataLad Bot Date: Mon, 18 Nov 2024 18:37:38 +0000 Subject: [PATCH] [skip ci] Update CHANGELOG --- CHANGELOG.md | 25 +++++++++++++++++++++++++ changelog.d/pr-7641.md | 3 --- changelog.d/pr-7645.md | 3 --- changelog.d/pr-7648.md | 3 --- changelog.d/pr-7649.md | 3 --- changelog.d/pr-7654.md | 3 --- changelog.d/pr-7655.md | 3 --- changelog.d/pr-7679.md | 3 --- changelog.d/pr-7682.md | 3 --- 9 files changed, 25 insertions(+), 24 deletions(-) delete mode 100644 changelog.d/pr-7641.md delete mode 100644 changelog.d/pr-7645.md delete mode 100644 changelog.d/pr-7648.md delete mode 100644 changelog.d/pr-7649.md delete mode 100644 changelog.d/pr-7654.md delete mode 100644 changelog.d/pr-7655.md delete mode 100644 changelog.d/pr-7679.md delete mode 100644 changelog.d/pr-7682.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e24275829..5e632e8b9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,29 @@ + +# 1.1.4 (2024-11-18) + +## ๐Ÿ› Bug Fixes + +- Exit with the original non-0 exit code if underlying functionality, in particular "datalad run", returned incomplete result record with a non-0 exit code. Fixes [#7504](https://github.com/datalad/datalad/issues/7504) via [PR #7641](https://github.com/datalad/datalad/pull/7641) (by [@yarikoptic](https://github.com/yarikoptic)) + +- Provide detail on why CHECKURL failed for datalad and archive special remotes (would require new AnnexRemote release (above 1.6.5) to take advantage of this PR). [PR #7648](https://github.com/datalad/datalad/pull/7648) (by [@yarikoptic](https://github.com/yarikoptic)) + +- BF: allow for empty output directory to be specified to run. Fixes [#7653](https://github.com/datalad/datalad/issues/7653) via [PR #7654](https://github.com/datalad/datalad/pull/7654) (by [@yarikoptic](https://github.com/yarikoptic)) + +- fix: do load extension interfaces if early parsing errors out. Fixes [#7678](https://github.com/datalad/datalad/issues/7678) via [PR #7679](https://github.com/datalad/datalad/pull/7679) (by [@yarikoptic](https://github.com/yarikoptic)) + +- Drop Python 3.8. Fixes [#7678](https://github.com/datalad/datalad/issues/7678) via [PR #7682](https://github.com/datalad/datalad/pull/7682) (by [@yarikoptic](https://github.com/yarikoptic)) + +## ๐ŸŽ Performance + +- OPT: use set O(log(n)) instead of list O(n) for checking if modified in _check_files. [PR #7655](https://github.com/datalad/datalad/pull/7655) (by [@yarikoptic](https://github.com/yarikoptic)) + +## ๐Ÿงช Tests + +- Declare minimal compat version of pytest to be 7.0. Fixes [#7555](https://github.com/datalad/datalad/issues/7555) via [PR #7645](https://github.com/datalad/datalad/pull/7645) (by [@yarikoptic](https://github.com/yarikoptic)) + +- BF: replace url for codecov uploader for macos to versioned one with two archs. Fixes [#7642](https://github.com/datalad/datalad/issues/7642) via [PR #7649](https://github.com/datalad/datalad/pull/7649) (by [@yarikoptic](https://github.com/yarikoptic)) + # 1.1.3 (2024-08-08) diff --git a/changelog.d/pr-7641.md b/changelog.d/pr-7641.md deleted file mode 100644 index 92a05d1284..0000000000 --- a/changelog.d/pr-7641.md +++ /dev/null @@ -1,3 +0,0 @@ -### ๐Ÿ› Bug Fixes - -- Exit with the original non-0 exit code if underlying functionality, in particular "datalad run", returned incomplete result record with a non-0 exit code. Fixes [#7504](https://github.com/datalad/datalad/issues/7504) via [PR #7641](https://github.com/datalad/datalad/pull/7641) (by [@yarikoptic](https://github.com/yarikoptic)) diff --git a/changelog.d/pr-7645.md b/changelog.d/pr-7645.md deleted file mode 100644 index 6ef2277863..0000000000 --- a/changelog.d/pr-7645.md +++ /dev/null @@ -1,3 +0,0 @@ -### ๐Ÿงช Tests - -- Declare minimal compat version of pytest to be 7.0. Fixes [#7555](https://github.com/datalad/datalad/issues/7555) via [PR #7645](https://github.com/datalad/datalad/pull/7645) (by [@yarikoptic](https://github.com/yarikoptic)) diff --git a/changelog.d/pr-7648.md b/changelog.d/pr-7648.md deleted file mode 100644 index 5f9d10c125..0000000000 --- a/changelog.d/pr-7648.md +++ /dev/null @@ -1,3 +0,0 @@ -### ๐Ÿ› Bug Fixes - -- Provide detail on why CHECKURL failed for datalad and archive special remotes (would require new AnnexRemote release (above 1.6.5) to take advantage of this PR). [PR #7648](https://github.com/datalad/datalad/pull/7648) (by [@yarikoptic](https://github.com/yarikoptic)) diff --git a/changelog.d/pr-7649.md b/changelog.d/pr-7649.md deleted file mode 100644 index aa0c456405..0000000000 --- a/changelog.d/pr-7649.md +++ /dev/null @@ -1,3 +0,0 @@ -### ๐Ÿงช Tests - -- BF: replace url for codecov uploader for macos to versioned one with two archs. Fixes [#7642](https://github.com/datalad/datalad/issues/7642) via [PR #7649](https://github.com/datalad/datalad/pull/7649) (by [@yarikoptic](https://github.com/yarikoptic)) diff --git a/changelog.d/pr-7654.md b/changelog.d/pr-7654.md deleted file mode 100644 index c4c77cb19a..0000000000 --- a/changelog.d/pr-7654.md +++ /dev/null @@ -1,3 +0,0 @@ -### ๐Ÿ› Bug Fixes - -- BF: allow for empty output directory to be specified to run. Fixes [#7653](https://github.com/datalad/datalad/issues/7653) via [PR #7654](https://github.com/datalad/datalad/pull/7654) (by [@yarikoptic](https://github.com/yarikoptic)) diff --git a/changelog.d/pr-7655.md b/changelog.d/pr-7655.md deleted file mode 100644 index 4a068fde2c..0000000000 --- a/changelog.d/pr-7655.md +++ /dev/null @@ -1,3 +0,0 @@ -### ๐ŸŽ Performance - -- OPT: use set O(log(n)) instead of list O(n) for checking if modified in _check_files. [PR #7655](https://github.com/datalad/datalad/pull/7655) (by [@yarikoptic](https://github.com/yarikoptic)) diff --git a/changelog.d/pr-7679.md b/changelog.d/pr-7679.md deleted file mode 100644 index 6b11ffb0c3..0000000000 --- a/changelog.d/pr-7679.md +++ /dev/null @@ -1,3 +0,0 @@ -### ๐Ÿ› Bug Fixes - -- fix: do load extension interfaces if early parsing errors out. Fixes [#7678](https://github.com/datalad/datalad/issues/7678) via [PR #7679](https://github.com/datalad/datalad/pull/7679) (by [@yarikoptic](https://github.com/yarikoptic)) diff --git a/changelog.d/pr-7682.md b/changelog.d/pr-7682.md deleted file mode 100644 index 0e03f8ed1f..0000000000 --- a/changelog.d/pr-7682.md +++ /dev/null @@ -1,3 +0,0 @@ -### ๐Ÿ› Bug Fixes - -- Drop Python 3.8. Fixes [#7678](https://github.com/datalad/datalad/issues/7678) via [PR #7682](https://github.com/datalad/datalad/pull/7682) (by [@yarikoptic](https://github.com/yarikoptic))