11.0 (Jan 23, 2023)

Changes to default behaviors * Add crop to view_xifti_volume; the default is TRUE. Previously the subcortical images were cropped to the anatomical image; now the default is to crop them to the data. * Change default of orientation_labels in view_xifti_volume to TRUE. * Allow NA and NaN values in "xifti" objects with label data. Leave these values alone rather than making them into factor levels. * Add warning if surface data are being upsampled * Delete helper file surfaces written by smooth_cifti rather than returning their file paths.

New features * Add adaptive resampling for surface data. The default remains barycentric. * Add surface manipulation functions from BayesfMRI. * Allow xii + mat (and other operations) * Add scientific argument to view_xifti. By default, scientific notation is determined automatically (as before). * Misc. patches

Documentation * Add lit vs unlit comparison to README * Improved citations

10.0 (July 5, 2022)

9.0 (May 16, 2022)

New features * Add convention and orientation_labels to view_xifti_volume (default: neurological, instead of radiological as it’s been previously) * Add together_ncol to view_xifti_* to control compositing layout * Add fname argument to view_comp to save the result to a PNG file * Allow “xifti” objects to have different resolutions in the left and right cortex * Add citation to welcome message

Behind-the-scenes improvements * Better file path management for system commands * Better use of S3 group methods for Math, Ops, Summary functions * Replace coveralls with codecov * Misc. patches

8.0 (February 1, 2022)

7.0 (November 16, 2021)

6.0 (September 13, 2021)

5.0 (August 31, 2021)

4.3 (August 14, 2021)

4.2 (August 10, 2021)

4.1 (August 7, 2021)

Changes affecting users

4.0 (August 4, 2021)

Changes affecting users

Notes for developers

3.1 (June 16, 2021)

Changes affecting users

Notes for developers

None # 3.0 (June 13, 2021)

Changes affecting users

None

2.2 (March 16, 2021)

Changes affecting users

None

Notes for developers

2.1 (March 15, 2021)

Changes affecting users

2.0 (February 2, 2021)

Changes affecting users

1.6.1 (January 29, 2021)

Changes affecting users

1.6 (November 10, 2020)

Changes affecting users

Notes for developers

1.5 (October 2, 2020)

Changes affecting users

1.4.2 (September 25, 2020)

Changes affecting users

Notes for developers

1.4 (August 31, 2020)

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”

1.3 (August 24, 2020)

1.2 (August 7, 2020)

1.1 (July 24, 2020)

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