generated from datalad/datalad-extension-template
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #489 from mih/changelogs
Missing changelogs for 1.0.1
- Loading branch information
Showing
5 changed files
with
37 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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
### 🛡 Tests | ||
|
||
- Simplified setup for subprocess test-coverage reporting. Standard | ||
pytest-cov features are not employed, rather than the previous | ||
approach that was adopted from datalad-core, which originated | ||
in a time when testing was performed via nose. | ||
Fixes https://github.com/datalad/datalad-next/issues/453 via | ||
https://github.com/datalad/datalad-next/pull/457 (by @mih) |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
### 📝 Documentation | ||
|
||
- The renderer API documentation now includes an entrypoint for the | ||
runner-related functionality and documentation at | ||
https://docs.datalad.org/projects/next/en/latest/generated/datalad_next.runners.html | ||
Fixes https://github.com/datalad/datalad-next/issues/466 via | ||
https://github.com/datalad/datalad-next/pull/467 (by @mih) |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
### 🐛 Bug Fixes | ||
|
||
- Update the vendor installation of versioneer to v0.29. This | ||
resolves an installation failure with Python 3.12 due to | ||
the removal of an ancient class. | ||
Fixes https://github.com/datalad/datalad-next/issues/475 via | ||
https://github.com/datalad/datalad-next/pull/483 (by @mih) |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
### 💫 Enhancements and new features | ||
|
||
- Patch datalad-core's `run` command to honor configuration defaults | ||
for substitutions. This enables placeholders like `{python}` that | ||
point to `sys.executable` by default, and need not be explicitly | ||
defined in system/user/dataset configuration. | ||
Fixes https://github.com/datalad/datalad-next/issues/478 via | ||
https://github.com/datalad/datalad-next/pull/485 (by @mih) |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
### 🐛 Bug Fixes | ||
|
||
- Bump dependency on Python to 3.8. This is presently the oldest version | ||
still supported upstream. However, some functionality already used | ||
3.8 features, so this is also a bug fix. | ||
Fixes https://github.com/datalad/datalad-next/issues/481 via | ||
https://github.com/datalad/datalad-next/pull/486 (by @mih) |