Skip to content

Releases: mandymejia/ciftiTools

4.3

19 Aug 14:20
f67b757
Compare
Choose a tag to compare
4.3
Add idx argument to read_xifti and similar functions, to conserve memory if only some columns are being read in. It will be faster for reading in a small number of columns, but slower for reading in a large subset.
Add ... argument to transform_xifti
Add apply_xifti which works similar to the base function apply
The default surface is now less inflated, so it looks more like a brain
Two other surfaces are available via the function load_surf
Schaefer and Yeo parcellations are available via the function load_parc
demo_files() is now ciftiTools.files()
Rename unmask_vol to unmask_subcortex
Add resamp_res argument to read_surf
Resample surface in add_surf if necessary

ciftiTools 0.3.1

18 Jun 11:57
49339e3
Compare
Choose a tag to compare

Changes affecting users since previous release

  • convert_xifti accepts CIFTI files too
  • Add as.matrix S3 method
  • Fix interactive papayar view for view_xifti_volume
  • Rename concat_xifti as merge_xifti
  • Rename gifti_to_surf as read_surf
  • Add combine_xifti
  • Add convert_xifti and make the individual conversion functions (e.g. convert_to_dlabel) internal
  • Add smooth_gifti for metric GIFTI smoothing
  • Add S3 method dim for xifti objects
  • Add legend_alllevels arg to view_xifti_surface
  • More control over legend file name in view_xifti_surface
  • Add intent to summary output
  • write_xifti will infer the intent/extension if not included in output file name

2.2

17 Mar 22:31
Compare
Choose a tag to compare
2.2

2.2 (March 16, 2021)

Changes affecting users

None

Notes for developers

  • Add run_ciftiTools_tests.R to .Rbuildignore

2.1 (March 15, 2021)

Changes affecting users

  • Search for "wb_path" during ciftiTools.setOption call, and never afterward
  • Ignore Workbench warnings, for the most part
  • Remove arguments concering intermediate files in resample_cifti and read_cifti
  • Too many changes to document for view_xifti_surface!
  • transform_xifti improvements
  • Export remove_xifti
  • Add rotate_surf, select_xifti and concat_xifti

2.0 (February 2, 2021)

Changes affecting users

  • Replace surface_sigma with surf_FWHM and likewise for volume
  • Better handling of plotting surface or volume in view_xifti