Releases: Washington-University/cifti-matlab
v2.2.2
v2.2.1
- Fix 3D cifti support, tolerate singular-dimension disappearance
- Rework and simplify chunked IO (used when there is more than 128MB of array data, to minimize extra memory used by transpose, etc)
- Fix/improve some XML/diminfo sanity checks
- Update provenance version number this time
Full Changelog: v2.2.0...v2.2.1
v2.2.0
Added additional environment de-modification in custom system()
replacement function, to attempt to improve behavior in newer matlab.
Full Changelog: v2.1.0...v2.2.0
v2.1.0
Output changes:
- write smaller XML for typical dconn, pconn, or other cases where AppliesToMatrixDimension="1,0" doesn't change the semantics
- less whitespace between voxel/vertex numbers
Bugfix:
- typo in
cifti_write_from_template
made error messages unhelpful
v2.0.2
v2.0.1
v2 Initial Release
cifti-matlab v2 is now ready for public use. Its API is now considered stable (function names, arguments, struct conventions, return value conventions) so that development using it should not need to make any significant changes as bugs are fixed or new features are added.
Differences from v2.0.0-beta.1 are generally superficial:
- version in metadata
- documentation changes
- removal of problematic mex files in the legacy ft_cifti folder.
Initial beta release
cifti-matlab v2 is now ready for public testing. Function naming and other conventions are considered near-final, but could be changed if a clearly better design, or overwhelming consensus suggests something different. Please discuss possible changes to library design or function naming/arguments in #5, and help info formatting in #7, while any bugs or feature requests should be reported as new issues.
The v2 library is drop-in compatible with the ciftiopen
/ciftisave
/ciftisavereset
functions used in the HCP pipelines. Major features compared those functions are a reduction in disk IO, and the ability to use information about the cifti indices (what vertex, what the timestep is, etc).
Note that v2 is not compatible with the previous cifti-matlab (ft_read_cifti
, etc), and adding compatibility is not currently planned. See the ft_cifti
folder or the v1-final
tag to use the previous cifti-matlab library.