From b261ad1416c256b3321f8a87f905e9b48b683cb1 Mon Sep 17 00:00:00 2001 From: Mathieu Faverge <mathieu.faverge@inria.fr> Date: Tue, 22 Dec 2020 16:42:53 +0100 Subject: [PATCH] Update Changelog --- ChangeLog.md | 19 +++++++++++++++++++ ChangeLog.org | 10 ---------- 2 files changed, 19 insertions(+), 10 deletions(-) create mode 100644 ChangeLog.md delete mode 100644 ChangeLog.org diff --git a/ChangeLog.md b/ChangeLog.md new file mode 100644 index 00000000..f4982c1c --- /dev/null +++ b/ChangeLog.md @@ -0,0 +1,19 @@ +# spm-1.0.0 + +- Integration of the full distributed memory support through MPI +- Integration of the full multi-dof variadic and constant support in both sequential and distributed memory +- Integrate wrappers for Fortran, Python, and Julia +- Add online documentation +- Add set of C examples +- Update to modern cmake support + +# spm-0.1.0 + +- First release of the SpM library +- Multiple drivers to read sparse matrix files (RSA, Harwell-Boeing, IJV, + Laplacian generators, ...) +- Basic BLAS/Lapack operations (spmv, spmm, spnorm, ...) to + manipulate sparse matrices sequential +- Set of test functions to validate sparse solvers: generate + random right hand side or x vector, and check for forward and + backward norms with LAPACK checks. diff --git a/ChangeLog.org b/ChangeLog.org deleted file mode 100644 index 85aef7ae..00000000 --- a/ChangeLog.org +++ /dev/null @@ -1,10 +0,0 @@ -* SParse Matrix package -** Version 0.1.0 - - First release of the SpM library - - Multiple drivers to read sparse matrix files (RSA, Harwell-Boeing, IJV, - Laplacian generators, ...) - - Basic BLAS/Lapack operations (spmv, spmm, spnorm, ...) to - manipulate sparse matrices sequential - - Set of test functions to validate sparse solvers: generate - random right hand side or x vector, and check for forward and - backward norms with LAPACK checks. -- GitLab