From 3a0c686a249b3b7a5af4e4877b122104e316599a Mon Sep 17 00:00:00 2001 From: Rob Falgout Date: Wed, 18 Aug 2021 17:44:09 -0700 Subject: [PATCH] Updating CHANGELOG for new release 2.22.1 --- CHANGELOG | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 0210a431a..94674e0e4 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -7,6 +7,17 @@ # This file chronicles user-level changes, beginning with the most recent. # ============================================================================= +Version 2.22.1 released 2021/08/20 + +- Ported Neuman version of AIR to the GPU. +- Re-implemented ParCSR eigenvalue estimation used in Chebyshev relaxation. +- Added IJMatrix Add, Norm, and Transpose functions. +- Simplified the ParCSRMatrix/Vector code by removing ownership info. +- Added GPU support for Chebyshev relaxation. +- Various bug fixes. + +#==================================== + Version 2.22.0 released 2021/06/22 - Added GPU support for AMS, ADS, and AME solvers.