Skip to content

Commit

Permalink
Update description and news
Browse files Browse the repository at this point in the history
  • Loading branch information
jonclayden committed Oct 21, 2024
1 parent 760b55c commit edcd469
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: divest
Version: 1.1.0
Date: 2024-10-14
Version: 1.1.1
Date: 2024-10-20
Title: Get Images Out of DICOM Format Quickly
Authors@R: c(person("Jon", "Clayden", email="code@clayden.org", role=c("aut","cre"), comment=c(ORCID="0000-0002-6608-0619")),
person("Chris", "Rorden", role="aut"),
Expand Down
15 changes: 15 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@ Significant changes to the divest package are laid out below for each release.

===============================================================================

VERSION 1.1.1

- 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.

===============================================================================

VERSION 1.1.0

- The new `divest.capabilities()` function reports on the package build's
Expand Down

0 comments on commit edcd469

Please sign in to comment.