Skip to content

Commit 54e3060

Browse files
Merge pull request #272 from ax3l/topic-changelog170
Changelog & Version Bump: 1.7.0
2 parents 8fad466 + 955d310 commit 54e3060

3 files changed

Lines changed: 33 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
Change 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+
433
Release 1.6.0
534
-------------
635
**Date:** 2016-10-28

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
2828
Technical University Dresden ([TUD](http://www.tu-dresden.de))
2929
in 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)**
3131
at the [Institute for Radiation Physics](http://www.hzdr.de/db/Cms?pNid=132)
3232
at [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
3434
cooperates on a broad range of scientific CUDA applications, workshops and
3535
teaching efforts.
3636
libSplash 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

src/include/splash/version.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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

0 commit comments

Comments
 (0)