Skip to content

0.13.6 (December 14, 2020)

Compare
Choose a tag to compare
@kyleam kyleam released this 14 Dec 16:11
· 4645 commits to master since this release
0.13.6

Fixes

  • An assortment of fixes for Windows compatibility. #5113 #5119 #5125 #5127 #5136 #5201 #5200 #5214

  • Adding a subdataset on a system that defaults to using an adjusted branch (i.e. doesn't support symlinks) didn't properly set up the submodule URL if the source dataset was not in an adjusted state. #5127

  • push failed to push to a remote that did not have an
    annex-uuid value in the local .git/config. #5148

  • The default renderer has been improved to avoid a spurious leading space, which led to the displayed path being incorrect in some cases. #5121

  • siblings showed an uninformative error message when asked to
    configure an unknown remote. #5146

  • drop confusingly relayed a suggestion from git annex drop to
    use --force, an option that does not exist in datalad drop.
    #5194

  • [create-sibling-github][] no longer offers user/password
    authentication because it is no longer supported by GitHub.
    #5218

  • The internal command runner's handling of the event loop has been tweaked to hopefully fix issues with runnning DataLad from IPython. #5106

  • SSH cleanup wasn't reliably triggered by the ORA special remote on failure, leading to a stall with a particular version of git-annex, 8.20201103. (This is also resolved on git-annex's end as of 8.20201127.) #5151

Enhancements and new features

  • The credential helper no longer asks the user to repeat tokens or AWS keys. #5219

  • The new option datalad.locations.sockets controls where Datalad stores SSH sockets, allowing users to more easily work around file system and path length restrictions. #5238