diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION deleted file mode 100644 index 52942f6..0000000 --- a/CRAN-SUBMISSION +++ /dev/null @@ -1,3 +0,0 @@ -Version: 0.9.0 -Date: 2022-05-15 16:06:17 UTC -SHA: 8b135f6d40087e0d92ff5a20ef7344f1eaf6207e diff --git a/NEWS.md b/NEWS.md index 1709637..fce976b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,14 +1,17 @@ -# 9.0 (TBD) - -* Replace coveralls with codecov -* Add `convention` and `orientation_labels` to `view_xifti_volume` (default: neurological, instead of radiological) -* Add `together_ncol` to `view_xifti_*` -* Add citation to welcome message -* Better file path management for system commands -* Allow `"xifti"` objects to have different resolutions in the left and right cortex -* Better use of S3 group methods for Math, Ops, Summary functions -* Add `fname` to `view_comp` -* Misc. patches +# 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) @@ -373,4 +376,4 @@ Other updates: * Rewrote `resample_cifti()`. The new version calls `separate_cifti()`, `resample_cifti_components()`, and then uses a template to create the new CIFTI file. (The first half is nearly identical to `read_separate_cifti()`.) * Moved common argument/parameter descriptions to `rox_args_docs.R`. Use `@inheritParams` to reference these descriptions. This should make maintaining them across the entire package easier. * Wrapper functions `separate_cifti_wrapper()` and `resample_cifti_wrapper()` to avoid duplicate code across `read_cifti()` and `resample_cifti()`. These should not be used by end-users, so they are not exported. -* Split utility functions into `utils.R` for general functions and `utils_cifti.R` for CIFTI-specific functions. \ No newline at end of file +* Split utility functions into `utils.R` for general functions and `utils_cifti.R` for CIFTI-specific functions.