ComputationalRadiationPhysics / libSplash

libSplash - Simple Parallel file output Library for Accumulating Simulation data using Hdf5
GNU Lesser General Public License v3.0
15 stars 15 forks source link

Release 1.7.0: Modern CMake & readAttributeInfo #275

Closed ax3l closed 6 years ago

ax3l commented 6 years ago

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!