Skip to content

Commit

Permalink
Updating description, news and API version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonclayden committed Feb 14, 2022
1 parent 94b40af commit 8bee597
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
@@ -1,6 +1,6 @@
Package: RNifti
Version: 1.3.1
Date: 2021-05-12
Version: 1.4.0
Date: 2022-02-14
Title: Fast R and C++ Access to NIfTI Images
Authors@R: c(person("Jon", "Clayden", role=c("cre","aut"),
email="code@clayden.org", comment=c(ORCID="0000-0002-6608-0619")),
Expand Down
13 changes: 13 additions & 0 deletions NEWS
Expand Up @@ -2,6 +2,19 @@ Significant changes to the RNifti package are laid out below for each release.

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

VERSION 1.4.0

- xform matrices now have an `imagedim` attribute containing the image
dimensions. This allows the origin to be preserved accurately through
reorientation without reference to the rest of the header.
- The package now uses a `configure` script to check for and find the system
`zlib`, which will be used in preference to the bundled version where
available.
- Additional documentation of standalone use of the code (without R) has been
added to the package repository. (Suggested by Rashid Kratou.)

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

VERSION 1.3.1

- The API version number RNIFTI_VERSION was erroneously not updated in v1.3.0.
Expand Down
2 changes: 1 addition & 1 deletion inst/include/RNifti.h
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 103
#define RNIFTI_VERSION 104

// 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 8bee597

Please sign in to comment.