Releases: ComputationalRadiationPhysics/libSplash
1.7.0: Modern CMake & readAttributeInfo
This release adds modernized CMake scripts including CMake config packages on install with targets. A new readAttributeInfo
method was added to the DataCollector
for save reading of types and extents of attributes. On reads, the offset
in DataContainer
for non-zero offsets in domains was fixed. Due to a bug in upsteam CMake, at least version 3.10.0 of CMake is required now.
For a full list of changes, please refer to the CHANGELOG.md.
Thanks to @ax3l and @Flamefire for contributions to this release!
1.6.0: SerialDataCollector Filename API
SerialDataCollector
file name interface change: this feature was accidentally not included in the 1.5.0
release. Also a compile error with GCC 6.2 was fixed.
For a full list of changes, please refer to the CHANGELOG.md.
1.5.0: Write Empty Group Attributes & File Name API
Written attributes do now generate their according group path recursively if it does not exist and the SerialDataCollector
interface for file names has been changed to be more consistent.
For a full list of changes, please refer to the CHANGELOG.md.
1.4.0: SDC Global Attribute Path to "/"
1.3.1: readMeta Bug Fixes
1.3.0: openPMD Types and h5py
Release 1.3.0 adds functionality for users to fulfil formatting for openPMD
. Support for array attributes, strings/chars, bools and further h5py
compatibility have been added. Additionally, read functionality has improved by new meta calls to determine type and size of a data set before reading.
The internal format was increased to version 3.3
.
1.2.4: Parallel NULL Reads
1.2.3: Entry and Group Listings
1.2.2: Fix Internal Version Number
1.2.1: Non-Extensible Data Sets
This is a patch level release of libSplash, version 1.2.1
We changed the default formatting for data sets to be non-extensible in all modes but append.
This updates the internal file format to version 2.1 which is as always backwards compatible with the file's major version (all 2.x
formatted files).
We are now using Zenodo to add a DOI to our tags/releases.