Skip to content

Commit 085174a

Browse files
committed
Updating main license information
1 parent 3057691 commit 085174a

File tree

7 files changed

+311
-542
lines changed

7 files changed

+311
-542
lines changed

CHANGELOG

+24-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
55

66
#=============================================================================
7-
# This file chronicles user-level changes to hypre, beginning with the most
8-
# recent release.
9-
#=============================================================================
7+
# This file chronicles user-level changes, beginning with the most recent.
8+
# =============================================================================
109

1110
Version 2.16.0 released 2019/03/20
1211

@@ -24,12 +23,16 @@ Version 2.16.0 released 2019/03/20
2423

2524
- Various bug fixes.
2625

26+
#====================================
27+
2728
Version 2.15.1 released 2018/10/19
2829

2930
- Added hypre version functions: HYPRE_Version(), HYPRE_VersionNumber()
3031

3132
- Various bug fixes.
3233

34+
#====================================
35+
3336
Version 2.15.0 released 2018/09/21
3437

3538
- Added new system interface routines to reduce copies and improve threading:
@@ -46,6 +49,8 @@ Version 2.15.0 released 2018/09/21
4649

4750
- Various bug fixes.
4851

52+
#====================================
53+
4954
Version 2.14.0 released 2018/03/16
5055

5156
- New GPU release uses CUDA or OpenMP4.5. AMG setup phase is not yet ported.
@@ -56,6 +61,8 @@ Version 2.14.0 released 2018/03/16
5661

5762
- Various bug fixes.
5863

64+
#====================================
65+
5966
Version 2.13.0 released 2017/10/20
6067

6168
- Added new multigrid reduction (MGR) solver
@@ -74,6 +81,8 @@ Version 2.13.0 released 2017/10/20
7481

7582
- Fixed Windows Visual Studio compile (version 2017)
7683

84+
#====================================
85+
7786
Version 2.12.1 released 2017/09/29
7887

7988
- Added support for single and quad precision floating point numbers
@@ -82,12 +91,16 @@ Version 2.12.1 released 2017/09/29
8291

8392
- Various bug fixes
8493

94+
#====================================
95+
8596
Version 2.12.0 released 2017/05/02
8697

8798
- Added GPU support to hypre. The Struct and SStruct code can use CUDA, RAJA,
8899
or KOKKOS. The ParCSR code uses CUDA. The BoomerAMG setup phase is not yet
89100
ported to the GPU. This release uses unified memory.
90101

102+
#====================================
103+
91104
Version 2.11.2 released 2017/03/13
92105

93106
- Changed the defaults in hypre to HMIS with ext+i(4) interpolation
@@ -98,6 +111,8 @@ Version 2.11.2 released 2017/03/13
98111

99112
- Various bug fixes
100113

114+
#====================================
115+
101116
Version 2.11.1 released 2016/06/09
102117

103118
- Fixed one more bug related to SStructSetSharedPart and SetNeighborPart
@@ -115,6 +130,8 @@ Version 2.11.1 released 2016/06/09
115130
- Updated the AME and LOBPCG interfaces to work correctly with both absolute and
116131
relative tolerances.
117132

133+
#====================================
134+
118135
Version 2.11.0 released 2016/03/28
119136

120137
- Added a new function hypre_BoomerAMGSetKeepTranspose, which will store the
@@ -147,6 +164,8 @@ Version 2.11.0 released 2016/03/28
147164

148165
- Removed Babel from the release
149166

167+
#====================================
168+
150169
Version 2.10.1 released 2015/09/11
151170

152171
- Fixed various bugs in AMG and the IJ interface.
@@ -160,6 +179,8 @@ Version 2.10.1 released 2015/09/11
160179
for the nonGalerkin version, with HYPRE_BoomerAMGSetNonGalerkinTol and
161180
HYPRE_BommerAMGSetLevelNonGalerkinTol
162181

182+
#====================================
183+
163184
Version 2.10.0b released 2015/01/22
164185

165186
- Added new interpolation that allows the incorporation of near null-space

0 commit comments

Comments
 (0)