NEWS


ciftiTools 16.1

ciftiTools 15.0

ciftiTools 14.0

Minor fixes and improvements.

ciftiTools 13.2

ciftiTools now has a couple functions which make working with parcellations easier. (A parcellation is a single-column dlabel CIFTI or "xifti" object. Each label level, or "Key", represents a "parcel." Each location belongs to exactly one parcel. Parcels are usually contiguous regions--but not necessarily. ciftiTools includes a few of the most commonly-used parcellations. These can be loaded with load_parc. Any other parcellation CIFTI file can be read in with read_cifti.)

Other new functions:

Changes to existing functions:

Bug fixes:

13.1 also includes misc. documentation and warning improvements.

ciftiTools 12.0

New features

ciftiTools 11.0

Changes to default behaviors

New features

Documentation

ciftiTools 10.0

ciftiTools 9.0

New features

Behind-the-scenes improvements

ciftiTools 8.0

ciftiTools 7.0

ciftiTools 6.0

ciftiTools 5.0

ciftiTools 4.3

ciftiTools 4.2

ciftiTools 4.1

Changes affecting users

Notes for developers

ciftiTools 4.0

Changes affecting users

Notes for developers

ciftiTools 3.1

Changes affecting users

Notes for developers

None

ciftiTools 3.0

Changes affecting users

Notes for developers

None

ciftiTools 2.2

Changes affecting users

None

Notes for developers

ciftiTools 2.1

Changes affecting users

ciftiTools 2.0

Changes affecting users

ciftiTools 1.6.1

Changes affecting users

ciftiTools 1.6

Changes affecting users

Notes for developers

ciftiTools 1.5

Changes affecting users

ciftiTools 1.4.2

Changes affecting users

Notes for developers

ciftiTools 1.4

Changes Affecting Users

Demo files

Notes for Developers

Vignette!

It will be located here: https://htmlpreview.github.io/?https://github.com/mandymejia/ciftiTools/blob/master/vignettes/ciftiTools_vignette.html once we push to master. Until then, replace "master" with "1.4"

ciftiTools 1.3

ciftiTools 1.2

ciftiTools 1.1

New names

Most of the functions were renamed. In general, cifti_[action] is now [action]_cifti. So to open and visualize a CIFTI file, one would use read_cifti() followed by view_cifti(). To save a resampled version of a CIFTI file, one would use resample_cifti().

Arguments were also renamed for consistency across functions:

New functionality

There are a few new functions:

And, a few new arguments:

Other updates:

Removed functionality

Notes for developers