Skip to content

Releases: jonclayden/divest

divest 1.1.1

21 Oct 09:44
Compare
Choose a tag to compare
  • If an output directory is specified to readDicom() or convertDicom(), it
    will now be created if it doesn't already exist. (Previously dcm2niix would
    emit warnings about file permissions and nothing would be written.) The
    vector of files written will also be returned invisibly.
  • The miniz library included with dcm2niix is no longer used except on
    Windows, as zlib should otherwise be available.
  • The package configuration script will no longer try to interpret "none" as a
    path to pkg-config.
  • Several small issues identified by compiler sanitisers and valgrind have
    been resolved.

divest 1.1.0

19 Oct 12:43
Compare
Choose a tag to compare
  • The new divest.capabilities() function reports on the package build's
    input/output capabilities, by analogy with capabilities() from base R.
  • The package's configuration script now uses pkg-config (if available) to
    find the correct flags for the OpenJPEG library. This should improve the
    range of systems where it is properly detected.
  • Upstream improvements to v1.0.20241001, including reductions to stack usage.