Skip to content

BF: be compatible with datalad 0.13#464

Merged
yarikoptic merged 3 commits intonipy:masterfrom
dbic:bf-datalad
Jul 31, 2020
Merged

BF: be compatible with datalad 0.13#464
yarikoptic merged 3 commits intonipy:masterfrom
dbic:bf-datalad

Conversation

@yarikoptic
Copy link
Copy Markdown
Member

@yarikoptic yarikoptic commented Jul 29, 2020

TODOs

  • a bit more "manual" testing
  • restrict MAX version of datalad decided to stay optimist! ;-)

Closes #463

…; do not use .repo.repo

There might be one more commit now in the DataLad history but I think it is tollerable
@codecov
Copy link
Copy Markdown

codecov bot commented Jul 29, 2020

Codecov Report

Merging #464 into master will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #464   +/-   ##
=======================================
  Coverage   76.12%   76.13%           
=======================================
  Files          37       37           
  Lines        2961     2962    +1     
=======================================
+ Hits         2254     2255    +1     
  Misses        707      707           
Impacted Files Coverage Δ
heudiconv/external/dlad.py 97.67% <100.00%> (ø)
heudiconv/external/tests/test_dlad.py 100.00% <100.00%> (ø)
heudiconv/info.py 100.00% <100.00%> (ø)
heudiconv/tests/test_main.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f4c2dd2...96dd325. Read the comment docs.

@yarikoptic
Copy link
Copy Markdown
Member Author

Ok, I think it is ready. Attn @tsalo - may be you could have a chance to review and test it a bit more ?

@tsalo
Copy link
Copy Markdown
Member

tsalo commented Jul 31, 2020

The code looks good to me, but it'll be a little while before I can test it out. On the bright side, the tests are passing now, and this bug was breaking them before.

@yarikoptic
Copy link
Copy Markdown
Member Author

ok, then - let's merge and proceed while dealing with a possible fallout if it comes ;)

@yarikoptic yarikoptic merged commit c3e2278 into nipy:master Jul 31, 2020
@yarikoptic yarikoptic deleted the bf-datalad branch August 6, 2020 17:58
@yarikoptic yarikoptic added this to the 0.9.0 milestone Dec 23, 2020
yarikoptic added a commit that referenced this pull request Dec 23, 2020
Various improvements and compatibility/support (dcm2niix, datalad,
duecredit) changes.  Major change is placement of output files to the
target output directory during conversion.

- #454 zenodo referencing in README.rst and support for ducredit for
  heudiconv and reproin heuristic
- #445 more tutorial references in README.md

- [#485][] placed files during conversion right away into the target
  directory (with a `_heudiconv???` suffix, renamed into ultimate target
  name later on), which avoids hitting file size limits of /tmp ([#481][]) and
  helped to avoid a regression in dcm2nixx 1.0.20201102
- #477 replaced `rec-<magnitude|phase>` with `part-<mag|phase>` now
  that BIDS supports the part entity
- #473 made default for CogAtlasID to be a TODO URL
- #459 made AcquisitionTime used for acq_time scans file field
- #451 retained sub-second resolution in scans files
- #442 refactored code so there is now heudiconv.main.workflow for
  more convenient use as a Python module

- minimal version of nipype set to 1.2.3 to guarantee correct handling
  of DWI files ([#480][])
- `heudiconvDCM*` temporary directories are removed now ([#462][])
- compatibility with DataLad 0.13 ([#464][])

- #443 pathlib as a dependency (we are Python3 only now)

* tag 'v0.9.0':
  Add a helper rule to upload to pypi
  update changelog reference as part of prep release
  [DATALAD RUNCMD] prepare the release
  CHANGELOG entry for 0.9.0
yarikoptic added a commit that referenced this pull request Dec 23, 2020
Various improvements and compatibility/support (dcm2niix, datalad,
duecredit) changes.  Major change is placement of output files to the
target output directory during conversion.

- #454 zenodo referencing in README.rst and support for ducredit for
  heudiconv and reproin heuristic
- #445 more tutorial references in README.md

- [#485][] placed files during conversion right away into the target
  directory (with a `_heudiconv???` suffix, renamed into ultimate target
  name later on), which avoids hitting file size limits of /tmp ([#481][]) and
  helped to avoid a regression in dcm2nixx 1.0.20201102
- #477 replaced `rec-<magnitude|phase>` with `part-<mag|phase>` now
  that BIDS supports the part entity
- #473 made default for CogAtlasID to be a TODO URL
- #459 made AcquisitionTime used for acq_time scans file field
- #451 retained sub-second resolution in scans files
- #442 refactored code so there is now heudiconv.main.workflow for
  more convenient use as a Python module

- minimal version of nipype set to 1.2.3 to guarantee correct handling
  of DWI files ([#480][])
- `heudiconvDCM*` temporary directories are removed now ([#462][])
- compatibility with DataLad 0.13 ([#464][])

- #443 pathlib as a dependency (we are Python3 only now)

* tag 'v0.9.0':
  Do no bother ensuring that version changed - should be no changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AttributeError: 'Dataset' object has no attribute 'add'

2 participants