Skip to content

Commit

Permalink
Merge pull request #489 from mih/changelogs
Browse files Browse the repository at this point in the history
Missing changelogs for 1.0.1
  • Loading branch information
mih authored Oct 18, 2023
2 parents f0b0fc7 + 12e51db commit 55b70ff
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 0 deletions.
8 changes: 8 additions & 0 deletions changelog.d/20231018_094329_michael.hanke_changelogs.md
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)
7 changes: 7 additions & 0 deletions changelog.d/20231018_094752_michael.hanke_changelogs.md
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)
7 changes: 7 additions & 0 deletions changelog.d/20231018_095054_michael.hanke_changelogs.md
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)
8 changes: 8 additions & 0 deletions changelog.d/20231018_095359_michael.hanke_changelogs.md
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)
7 changes: 7 additions & 0 deletions changelog.d/20231018_095958_michael.hanke_changelogs.md
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)

0 comments on commit 55b70ff

Please sign in to comment.