-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.4.0 (May 29, 2019) -- run-baby-run The minimum required DataLad version is now 0.11.5. New features - The call format gained the "{img_dspath}" placeholder, which expands to the relative path of the dataset that contains the image. This is useful for pointing to a wrapper script that is bundled in the same subdataset as a container. - `containers-run` now passes the container image to `run` via its `extra_inputs` argument so that a run command's "{inputs}" field is restricted to inputs that the caller explicitly specified. - During execution, `containers-run` now sets the environment variable `DATALAD_CONTAINER_NAME` to the name of the container. Fixes - `containers-run` mishandled paths when called from a subdirectory. - `containers-run` didn't provide an informative error message when `cmdexec` contained an unknown placeholder. - `containers-add` ignores the `--update` flag when the container doesn't yet exist, but it confusingly still used the word "update" in the commit message. * tag '0.4.0': (28 commits) Finalizing 0.4.0 changelog/version ENH: Kyle to CONTRIBUTORS MNT: setup.py: Bump require DataLad version for extra_inputs ENH: run: Move the image from inputs to extra_inputs RF: run: Use run_command() TST: Don't check content of /singularity CHANGELOG.md: Add entry for gh-86 BF(TST): specify really bogus URL to containers_add BF: report "Update " in commit message only if an existing image was actually updated CHANGELOG.md: Add entry for gh-84 ENH: set DATALAD_CONTAINER_NAME env var while running a container CHANGELOG.md: Prepare entries for 0.4.0 ENH: run: Provide more informative message for cmdexec key error ENH: add: Log start of 'singularity build' call TST: Update test for dspath => parentds rename (e60b06b) ENH(DOC): mention {img_dspath} in the --call-fmt doc RF: dspath -> parentds, use resolved dataset (ds) not dataset variable BF: run: Preserve subdirectory call context Revert "RF(OPT): do not require any real container" RF(OPT): do not require any real container ...
- Loading branch information
Showing
10 changed files
with
215 additions
and
53 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
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
The following people have contributed to this project: | ||
|
||
Benjamin Poldrack | ||
Kyle Meyer | ||
Michael Hanke | ||
Yaroslav Halchenko |
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
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
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
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
Oops, something went wrong.