Skip to content

Commit

Permalink
Update description, news and API version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonclayden committed Jun 20, 2024
1 parent 50ebe27 commit 5392f35
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: RNifti
Version: 1.6.1
Date: 2024-03-06
Version: 1.7.0
Date: 2024-06-19
Title: Fast R and C++ Access to NIfTI Images
Authors@R: c(person("Jon", "Clayden", role=c("cre","aut"),
email="[email protected]", comment=c(ORCID="0000-0002-6608-0619")),
Expand Down
12 changes: 12 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@ Significant changes to the RNifti package are laid out below for each release.

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

VERSION 1.7.0

- Indexing into an `rgbArray` or an RGB-valued `internalImage` now produces a
result of type `rgbArray`, to maintain the special interpretation of these
values, and facilitate conversion to strings.
- `rgbArray` now also gains an `as.raster` method.
- The test suite has been moved from `testthat` to `tinytest`.
- An API accommodation for versions of R before 3.1.0 has now been removed, as
it produces a note in the current R-devel.

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

VERSION 1.6.1

- A misaligned memory read caught by clang-UBSan has been corrected.
Expand Down
2 changes: 1 addition & 1 deletion inst/include/RNifti.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

// Defined since RNifti v0.10.0, and equal to 100 * (major version) + (minor version). May not
// change if the API does not change, and in particular never changes with patch level
#define RNIFTI_VERSION 106
#define RNIFTI_VERSION 107

// Versions 1 and 2 of the NIfTI reference library are mutually incompatible, but RNifti does some
// work to get them to play nicely:
Expand Down

0 comments on commit 5392f35

Please sign in to comment.