Skip to content

Commit

Permalink
Assemble 1.0.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Oct 18, 2023
1 parent 55b70ff commit 78216f1
Show file tree
Hide file tree
Showing 9 changed files with 58 additions and 54 deletions.
58 changes: 58 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,61 @@

# 1.0.1 (2023-10-18)

## 🐛 Bug Fixes

- Fix f-string syntax in error message of the `uncurl` remote.
https://github.com/datalad/datalad-next/pull/455 (by @christian-monch)

- `FileSystemItem.from_path()` now honors its `link_target` parameter, and
resolves a target for any symlink item conditional on this setting.
Previously, a symlink target was always resolved.
Fixes https://github.com/datalad/datalad-next/issues/462 via
https://github.com/datalad/datalad-next/pull/464 (by @mih)

- 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)

- 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)

## 💫 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)

## 📝 Documentation

- Include `gitworktree` among the available file collection types
listed in `ls-file-collection`'s docstring. Fixes
https://github.com/datalad/datalad-next/issues/470 via
https://github.com/datalad/datalad-next/pull/471 (by @mslw)

- 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)

## 🛡 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)


# 1.0.0 (2023-09-25)

This release represents a milestone in the development of the extension.
Expand Down
4 changes: 0 additions & 4 deletions changelog.d/20230928_123529_michael.hanke_doc_pr455.md

This file was deleted.

7 changes: 0 additions & 7 deletions changelog.d/20231003_111547_michael.hanke_bf_462.md

This file was deleted.

6 changes: 0 additions & 6 deletions changelog.d/20231004_180525_mslw.md

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/20231018_094329_michael.hanke_changelogs.md

This file was deleted.

7 changes: 0 additions & 7 deletions changelog.d/20231018_094752_michael.hanke_changelogs.md

This file was deleted.

7 changes: 0 additions & 7 deletions changelog.d/20231018_095054_michael.hanke_changelogs.md

This file was deleted.

8 changes: 0 additions & 8 deletions changelog.d/20231018_095359_michael.hanke_changelogs.md

This file was deleted.

7 changes: 0 additions & 7 deletions changelog.d/20231018_095958_michael.hanke_changelogs.md

This file was deleted.

0 comments on commit 78216f1

Please sign in to comment.