Skip to content

Commit a58a82f

Browse files
committed
bump to 1.0.0-alpha.2
1 parent d76b61a commit a58a82f

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGES

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,24 @@
33

44
Following is a brief summary of changes made in each release of TiledArray.
55

6-
- 14-Feb-2018: 0.7.0
6+
- day-month-year: 1.0.0-alpha.3
7+
-
8+
9+
- 07-June-2019: 1.0.0-alpha.2
10+
- modernized CMake handling of CUDA, CMake 3.10 is now required
11+
- improved CMake handling of MADNESS arguments, e.g. gperftools
12+
- Pmaps no longer have to store O(N) data, and no existing Pmap does
13+
14+
- 09-May-2019: 1.0.0-alpha.1
15+
- first-class support for CUDA; requires Umpire [github.com/LLNL/Umpire] and cuTT [github.com/ValeevGroup/cutt
16+
fork of github.com/ap-hynninen/cutt], both can be installed automatically
17+
- better usability with BTAS tensors and hierarchical tiles (i.e. tensors of tensors)
18+
- disabled automatic conversion of multiply expressions into scalars
19+
- updates to support C++17 (but only C++14 is required)
20+
- resolved issues 145, 157
21+
- bump to CMake 3.8
22+
23+
- 15-Feb-2018: 0.7.0
724
- MADNESS bump to 0.11.0, requires C++14 as the result
825
- added interface to latest Elemental ('El')
926
- resolved issues 96, 100, 101, 102, 104, 106, 107, 108, 110, 124

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ enable_language(CXX)
3333
set(TILEDARRAY_MAJOR_VERSION 1)
3434
set(TILEDARRAY_MINOR_VERSION 0)
3535
set(TILEDARRAY_MICRO_VERSION 0)
36-
set(TILEDARRAY_BUILDID alpha.1)
36+
set(TILEDARRAY_BUILDID alpha.2)
3737
set(TILEDARRAY_VERSION "${TILEDARRAY_MAJOR_VERSION}.${TILEDARRAY_MINOR_VERSION}.${TILEDARRAY_MICRO_VERSION}")
3838
if (TILEDARRAY_BUILDID)
3939
set(TILEDARRAY_VERSION "${TILEDARRAY_VERSION}-${TILEDARRAY_BUILDID}")

0 commit comments

Comments
 (0)