File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Change Log for libSplash
22================================================================
33
4+ Release 1.7.0
5+ -------------
6+ ** Date:** 2018-01-22
7+
8+ This release adds modernized CMake scripts including CMake config
9+ packages on install with targets. A new ` readAttributeInfo ` method
10+ was added to the ` DataCollector ` for save reading of types and
11+ extents of attributes. On reads, the ` offset ` in ` DataContainer ` for
12+ non-zero offsets in domains was fixed. Due to a bug in upsteam CMake,
13+ at least version 3.10.0 of CMake is required now.
14+
15+ ** Interface Changes**
16+
17+ - new read method: attribute meta info #248 #268
18+ - keep info on H5 datatypes in collection types #259
19+
20+ ** Bug Fixes**
21+
22+ - ` DataContainer ` : fix offset read #263
23+ - ` FindHDF5.cmake ` : use upstream CMake version #267
24+
25+ ** Misc**
26+
27+ - modern CMake3 scripts #269
28+ - fix GitHub badges #254 #264
29+
30+ Thanks to Axel Huebl and Alexander Grund for contributions to this release!
31+
32+
433Release 1.6.0
534-------------
635** Date:** 2016-10-28
Original file line number Diff line number Diff line change @@ -27,10 +27,10 @@ libSplash is developed and maintained by the
2727([ ZIH] ( http://tu-dresden.de/die_tu_dresden/zentrale_einrichtungen/zih ) ) of the
2828Technical University Dresden ([ TUD] ( http://www.tu-dresden.de ) )
2929in close collaboration with the
30- ** [ Junior Group Computational Radiation Physics] ( http://www.hzdr.de/db/Cms?pNid=132&pOid=30354 ) **
30+ ** [ Group Computational Radiation Physics] ( http://www.hzdr.de/db/Cms?pNid=132&pOid=30354 ) **
3131at the [ Institute for Radiation Physics] ( http://www.hzdr.de/db/Cms?pNid=132 )
3232at [ HZDR] ( http://www.hzdr.de/ )
33- We are a member of the [ Dresden CUDA Center of Excellence] ( http://ccoe -dresden.de/ ) that
33+ We are a member of the [ Dresden GPU Center of Excellence] ( http://gcoe -dresden.de/ ) that
3434cooperates on a broad range of scientific CUDA applications, workshops and
3535teaching efforts.
3636libSplash is actively used in the ** PIConGPU** project for large-scale GPU-based particle-in-cell
@@ -66,7 +66,7 @@ Active Team
6666
6767### Maintainers* and developers
6868
69- - Axel Huebl
69+ - Axel Huebl*
7070- Felix Schmitt*
7171- Rene Widera
7272- Alexander Grund
Original file line number Diff line number Diff line change 2525
2626/* * the splash version reflects the changes in API */
2727#define SPLASH_VERSION_MAJOR 1
28- #define SPLASH_VERSION_MINOR 6
28+ #define SPLASH_VERSION_MINOR 7
2929#define SPLASH_VERSION_PATCH 0
3030
3131/* * we can always handle files from the same major release
You can’t perform that action at this time.
0 commit comments