Skip to content

Commit 7c09d80

Browse files
authored
Merge pull request #164 from psychocoderHPC/topic-changelog_v1.6.0
Topic changelog v1.6.0
2 parents 62a2cb9 + b090d9c commit 7c09d80

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [v1.6.0] - 2022-05-19
4+
5+
alpaka 0.9.0 is required if you enabled alpaka support.
6+
7+
* Library
8+
- remove native CUDA support #121
9+
- Simplification of the code by using glm and reducing templates #130
10+
- Major rework of ISAAC #132 #136
11+
- CMake: increase ISAAC compatibility #134 #156
12+
- Prevent compiler error if no source is provided and arrays get initialized with 0 #138
13+
- Added texture implementation and vector field visualization to lib #143
14+
- Added vector field functionality to the isaac example #149
15+
- add HIP support #158
16+
317
## [v1.5.2] - 2021-01-22
418

519
alpaka 0.6.0 is required if you enabled alpaka support.

lib/isaac/isaac_version.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#pragma once
22

33
#define ISAAC_VERSION_MAJOR 1
4-
#define ISAAC_VERSION_MINOR 5
5-
#define ISAAC_VERSION_PATCH 2
4+
#define ISAAC_VERSION_MINOR 6
5+
#define ISAAC_VERSION_PATCH 0
66

77
#define ISAAC_PROTOCOL_VERSION_MAJOR 1
88
#define ISAAC_PROTOCOL_VERSION_MINOR 0

0 commit comments

Comments
 (0)