From fdb9f0e53fd5b39a0bd7297b78edd5508de6340c Mon Sep 17 00:00:00 2001 From: Paul Kuberry Date: Thu, 4 Jun 2020 07:49:00 -0600 Subject: [PATCH] Bumping version to 1.1.0 Summary of changes 1.0.3->1.1.0: - Fix to batches when calling generateAlphas(). Now accepts two arguments, (# of batches, and bool keep_coefficients). Bug for certain size batches has been fixed. - Divergence-free basis added in a way that supports evaluation at locations other than just target sites, and arbitrary polynomial order. - Python module for Compadre renamed from 'compadre' to 'pycompadre'. - pycompadre now based on pybind11 rather than SWIG. - Compadre is now integrated into Trilinos. - Updates in Changelog will now be given at the version minor increment. --- cmake/Compadre_Version.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Compadre_Version.txt b/cmake/Compadre_Version.txt index 238d6e882..9084fa2f7 100644 --- a/cmake/Compadre_Version.txt +++ b/cmake/Compadre_Version.txt @@ -1 +1 @@ -1.0.7 +1.1.0