Releases: Washington-University/CiftiLib
Releases · Washington-University/CiftiLib
v1.6.0
v1.5.3
Bugfix for QT-configured builds, mainly for people using NiftiIO for writing high-resolution uncompressed volume files. Reading, compressed files, and libxml++ configurations are not affected. Cifti files are unlikely to have reached 1GB per row, and therefore are not likely to be affected.
- writing more than 1GB in a single call to NiftiIO::writeData (or BinaryFile::write) would write incorrect data, when using QT and uncompressed output file
v1.5.2
v1.5.1
v1.5
v1.4
Bugfixes:
- crash when using NiftiIO on high-resolution uncompressed volume files
- sanity checking of parcel name uniqueness
Improvements:
- numerous improvements for install/packaging (thanks Ghislain and Ignatenko)
- endianness control
- example files and basic tests
- QT5 support
- minor improvements to error messages
v1.3
Changes:
- VolumeSpace::getOrientAndSpacingForPlumb fixed, was returning reversed orientation
- Writing series of type other than time to CIFTI-1 will issue a warning, and write them as time series, rather than erroring
- Error if complex or rgb datatypes are used by input file, as they are not allowed in CIFTI
- Mapping approximate match now optionally returns a string explaining what didn't match
v1.2
v1.1
Initial Release
Reads and writes CIFTI-1 and CIFTI-2 files, both on-disk and in-memory.
NOTE: only 2D cifti files have been tested.