Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • debian/0.9.0-2
    heudiconv Debian release 0.9.0-2
    
  • debian/0.9.0-1
    heudiconv Debian release 0.9.0-1
    
  • v0.9.0
    ## [0.9.0] - 2020-12-23
    
    Various improvements and compatibility/support (dcm2niix, datalad,
    duecredit) changes.  Major change is placement of output files to the
    target output directory during conversion.
    
    ### Added
    
    - #454 zenodo referencing in README.rst and support for ducredit for
      heudiconv and reproin heuristic
    - #445 more tutorial references in README.md
    
    ### Changed
    
    - [#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
    
    ### Fixed
    
    - 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][])
    
    ### Removed
    
    - #443 pathlib as a dependency (we are Python3 only now)
    
  • v0.8.0
    [0.8.0] - 2020-04-15
    
    Enhancements
    
    - Centralized saving of .json files.  Indentation of some files could
     change now from previous versions where it could have used `3`
     spaces. Now indentation should be consistently `2` for .json files
     we produce/modify ([#436][]) (note: dcm2niix uses tabs for indentation)
    - ReproIn heuristic: support SBRef and phase data ([#387][])
    - Set the "TaskName" field in .json sidecar files for multi-echo data
     ([#420][])
    - Provide an informative exception if command needs heuristic to be
     specified ([#437][])
    
    Refactored
    
    - `embed_nifti` was refactored into `embed_dicom_and_nifti_metadata`
     which would no longer create `.nii` file if it does not exist
     already ([#432][])
    
    Fixed
    
    - Skip datalad-based tests if no datalad available ([#430][])
    - Search heuristic file path first so we do not pick up a python
     module if name conflicts ([#434][])
    
  • v0.7.0
    [0.7.0] - 2020-03-20
    
     Removed
    
    - Python 2 support/testing
    
     Enhancement
    
    - `-g` option obtained two new modes: `all` and `custom`. In case of `all`,
      all provided DICOMs will be treated as coming from a single scanning session.
      `custom` instructs to use `.grouping` value (could be a DICOM attribute or
      a callable)provided by the heuristic ([#359][]).
    - Stop before reading pixels data while gathering metadata from DICOMs ([#404][])
    - reproin heuristic:
      - In addition to original "md5sum of the study_description" `protocols2fix`
        could now have (and applied after md5sum matching ones)
        1). a regular expression searched in study_description,
        2). an empty string as "catch all".
        This features could be used to easily provide remapping into reproin
        naming (documentation is to come to http://github.com/ReproNim/reproin)
        ([#425][])
    
     Fixed
    
    - Use nan, not None for absent echo value in sorting
    - reproin heuristic: case seqinfos into a list to be able to modify from
      overloaded heuristic ([#419][])
    - No spurious errors from the logger upon a warning about `etelemetry`
      absence ([#407][])
    
  • debian/0.6.0-1
    heudiconv Debian release 0.6.0-1
    
  • v0.6.0
    [0.6.0] - 2019-12-16
    
    This is largely a bug fix.  Metadata and order of `_key-value` fields in BIDS
    could change from the result of converting using previous versions, thus minor
    version boost.
    14 people contributed to this release -- thanks
    [everyone](https://github.com/nipy/heudiconv/graphs/contributors)!
    
    Enhancement
    
    - Use [etelemetry](https://pypi.org/project/etelemetry) to inform about most
      recent available version of heudiconv. Please set `NO_ET` environment variable
      if you want to disable it ([#369][])
    - BIDS:
      - `--bids` flag became an option. It can (optionally) accept `notop` value
        to avoid creation of top level files (`CHANGES`, `dataset_description.json`,
        etc) as a workaround during parallel execution to avoid race conditions etc.
        ([#344][])
      - Generate basic `.json` files with descriptions of the fields for
        `participants.tsv` and `_scans.tsv` files ([#376][])
      - Use `filelock` while writing top level files. Use
        `HEUDICONV_FILELOCK_TIMEOUT` environment to change the default timeout value
        ([#348][])
      - `_PDT2` was added as a suffix for multi-echo (really "multi-modal")
        sequences ([#345][])
    - Calls to `dcm2niix` would include full output path to make it easier to
      discern in the logs what file it is working on ([#351][])
    - With recent [datalad]() (>= 0.10), created DataLad dataset will use
      `--fake-dates` functionality of DataLad to not leak data conversion dates,
      which might be close to actual data acquisition/patient visit ([#352][])
    - Support multi-echo EPI `_phase` data ([#373][] fixes [#368][])
    - Log location of a bad .json file to ease troubleshooting ([#379][])
    - Add basic pypi classifiers for the package ([#380][])
    
    Fixed
    
    - Sorting `_scans.tsv` files lacking valid dates field should not cause a crash
      ([#337][])
    - Multi-echo files detection based number of echos ([#339][])
    - BIDS
      - Use `EchoTimes` from the associated multi-echo files if `EchoNumber` tag is
        missing ([#366][] fixes [#347][])
      - Tolerate empty ContentTime and/or ContentDate in DICOMs ([#372][]) and place
        "n/a" if value is missing ([#390][])
      - Do not crash and store original .json file is "JSON pretification" fails
        ([#342][])
    - ReproIn heuristic
      - tolerate WIP prefix on Philips scanners ([#343][])
      - allow for use of `(...)` instead of `{...}` since `{}` are not allowed
        ([#343][])
      - Support pipolar fieldmaps by providing them with `_epi` not `_magnitude`.
        "Loose" BIDS `_key-value` pairs might come now after `_dir-` even if they
        came first before ([#358][] fixes [#357][])
    - All heuristics saved under `.heudiconv/` under `heuristic.py` name, to avoid
      discrepancy during reconversion ([#354][] fixes [#353][])
    - Do not crash (with TypeError) while trying to sort absent file list ([#360][])
    - heudiconv requires nipype >= 1.0.0 ([#364][]) and blacklists `1.2.[12]` ([#375][])
    
  • debian/0.5.4-1
    f745d8bd · changelog entry ·
    heudiconv Debian release 0.5.4-1
    
  • v0.5.4
    17fdb9c8 · rel: 0.5.4 ·
    heudiconv 0.5.4
  • debian/0.5.3-1
    c147e791 · changelog ·
    heudiconv Debian release 0.5.3-1
    
  • v0.5.3
    [0.5.3] - 2019-01-12
    
    Minor hot bugfix release
    
    Fixed
    - Do not shorten spaces in the dates while pretty printing .json
    
  • debian/0.5.2-1
    heudiconv Debian release 0.5.2-1
    
  • v0.5.2
    [0.5.2] - 2019-01-04
    
    A variety of bugfixes
    
    Changed
    - Reproin heuristic: `__dup` indices would now be assigned incrementally
      individually per each sequence, so there is a chance to properly treat
      associate for multi-file (e.g. `fmap`) sequences
    - Reproin heuristic: also split StudyDescription by space not only by ^
    - `tests/` moved under `heudiconv/tests` to ease maintenance and facilitate
      testing of an installed heudiconv
    - Protocol name will also be accessed from private Siemens
      csa.tProtocolName header field if not present in public one
    - nipype>=0.12.0 is required now
    
    Fixed
    - Multiple files produced by dcm2niix are first sorted to guarantee
      correct order e.g. of magnitude files in fieldmaps, which otherwise
      resulted in incorrect according to BIDS ordering of them
    - Aggregated top level .json files now would contain only the fields
      with the same values from all scanned files. In prior versions,
      those files were not regenerated after an initial conversion
    - Unicode handling in anonimization scripts
    
  • v0.5.1
    Heudiconv v0.5.1
  • debian/0.5-1
    heudiconv Debian release 0.5-1
    
  • v0.5
    0ac43d67 · boost version to 0.5 ·
    The first release after major refactoring:
    
    - Refactored into a proper `heudiconv` Python module
      - `heuristics` is now a `heudiconv.heuristics` submodule
      - you can specify shipped heuristics by name (e.g. `-f reproin`)
        without providing full path to their files
      - you need to use `--files` (not just positional argument(s)) if not
        using `--dicom_dir_templates` or `--subjects` to point to data files
        or directories with input DICOMs
    - `Dockerfile` is generated by [neurodocker](https://github.com/kaczmarj/neurodocker)
    - Logging verbosity reduced
    - Increased leniency with missing DICOM fields
    - `dbic_bids` heuristic renamed into reproin
    - [LICENSE](https://github.com/nipy/heudiconv/blob/master/LICENSE)
      with Apache 2.0 license for the project
    - [CHANGELOG.md](https://github.com/nipy/heudiconv/blob/master/CHANGELOG.md)
    - [Regression testing](https://github.com/nipy/heudiconv/blob/master/tests/test_regression.py) on real data (using datalad)
    - A dedicated [ReproIn](https://github.com/repronim/reproin) project
      with details about ReproIn setup/specification and operation using
      `reproin` heuristic shipped with heudiconv
    - [utils/test-compare-two-versions.sh](utils/test-compare-two-versions.sh)
      helper to compare conversions with two different versions of heudiconv
    - Support for converters other than `dcm2niix`, which is now the default.
      Explicitly specify `-c none` to only prepare conversion specification
      files without performing actual conversion
    - Compatibility with Nipype 1.0, PyDicom 1.0, and upcoming DataLad 0.10
    - Consistency with converted files permissions
    - Ensured subject id for BIDS conversions will be BIDS compliant
    - Re-add `seqinfo` fields as column names in generated `dicominfo`
    - More robust sanity check of the regex reformatted .json file to avoid
      numeric precision issues
    - Many other various issues
    
  • debian/0.4-1
    heudiconv Debian release 0.4-1
    
  • v0.4
    A "usable" release!
    
    Since v0.3 a number of fixes (permissions settings, handling of datalad
    support, etc).
    
    TODO: We need to establishg a ChangeLog ;)
    
  • v0.3
    (non-official) "release"
    
    Lots of improvements, hard to state now exactly what, but among them better
    python3 support, more heuristics, etc.  The beast starts to get used by others!
    
  • v0.2
    (non-official) "release"
    
    Initial release on the way to support DBIC use-case
    
    - basic testing
    - groupping of dicoms by series if provided