Skip to content

Commit

Permalink
Updating description and news
Browse files Browse the repository at this point in the history
  • Loading branch information
jonclayden committed Jan 31, 2020
1 parent 4df24b0 commit 5e2c410
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
@@ -1,6 +1,6 @@
Package: RNifti
Version: 1.0.1
Date: 2019-11-26
Version: 1.1.0
Date: 2020-01-31
Title: Fast R and C++ Access to NIfTI Images
Authors@R: c(person("Jon","Clayden",role=c("cre","aut"),email="code@clayden.org"),
person("Bob","Cox",role="aut"),
Expand Down
18 changes: 18 additions & 0 deletions NEWS
Expand Up @@ -2,6 +2,24 @@ Significant changes to the RNifti package are laid out below for each release.

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

VERSION 1.1.0

- An alternative info panel for showing time series data (`timeSeriesPanel`) is
now available for use with suitable 4D images.
- The info panel no longer prompts to leave interactive mode when that mode is
not in use. The info panel may now also be suppressed entirely by specifying
`NULL` instead of a panel function.
- The viewer will now display 3D vector fields (specifically, 5D images with
fifth dimension equal to 3 and intent code equal to 1007) as a series of line
segments, colour-coded by orientation.
- The `lyr()` function gains a mask argument, which masks the zero-valued
pixels in the mask out of that layer by setting their values to `NA`.
- The `rgbArray()` function now always sets the `dim` attribute of its return
value, using the length of its first argument if it has no `dim` attribute
of its own (and the `dim` argument is not specified).

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

VERSION 1.0.1

- The package no longer has an undeclared requirement for C++11 support.
Expand Down

0 comments on commit 5e2c410

Please sign in to comment.