From e9f7a1a4687c226b32b5f1b13345e03706c8e947 Mon Sep 17 00:00:00 2001 From: Syun'ichi Shiraiwa Date: Tue, 6 Aug 2024 17:01:56 -0400 Subject: [PATCH 1/5] update changelog.txt --- docs/changelog.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/changelog.txt b/docs/changelog.txt index 07638f9f..844bb0c0 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -1,5 +1,23 @@ <<< Change Log. >>> +2024 08 + * MFEM 4.7 support + - AttributeSets are supported. ex39 and ex39p are added to demonstrate how to use it from Python + - hyperbolic conservation element/face form integrators (hyperbolic.hpp) are supported. ex18.py and + ex18.py is updated to conformed the updated C++ examples. + - Update SWIG rerquirement to >= 4.2.1 (needed to wrap MFEM routines which uses recent C++ features) + - buiding --with-libceed download libceed 0.12.0, as required by MFEM4.7 + - fixed eltrans::transformback + - Improved testing using Github actions + - new caller and dispatch yml configulations allows for running a test manually + - test runs automatically for PR and PR update + - test using Python3.11 is added + + + - This version will be released for Python3.8 and above. + - This version could be the last version to support Python3.8 + + 2023 11 - 2024 01 * MFEM 4.6 support - Default MFEM SHA is updated to a version on 11/26/2023 (slightly newer than From 08f50919cac1c8afd121a8d5d164eee825144e0a Mon Sep 17 00:00:00 2001 From: Justin Laughlin Date: Tue, 6 Aug 2024 15:47:01 -0700 Subject: [PATCH 2/5] minor updates to changelog --- docs/changelog.txt | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/docs/changelog.txt b/docs/changelog.txt index 844bb0c0..22ae4717 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -3,19 +3,17 @@ 2024 08 * MFEM 4.7 support - AttributeSets are supported. ex39 and ex39p are added to demonstrate how to use it from Python - - hyperbolic conservation element/face form integrators (hyperbolic.hpp) are supported. ex18.py and - ex18.py is updated to conformed the updated C++ examples. - - Update SWIG rerquirement to >= 4.2.1 (needed to wrap MFEM routines which uses recent C++ features) - - buiding --with-libceed download libceed 0.12.0, as required by MFEM4.7 - - fixed eltrans::transformback + - Hyperbolic conservation element/face form integrators (hyperbolic.hpp) are supported. ex18.py and + ex18.py are updated to conform with the updated C++ examples. + - Update SWIG requirement to >= 4.2.1 (required to wrap MFEM routines which use recent C++ features) + - Buiding --with-libceed will download libceed=0.12.0, as required by MFEM 4.7 + - Fixed eltrans::transformback - Improved testing using Github actions - - new caller and dispatch yml configulations allows for running a test manually - - test runs automatically for PR and PR update - - test using Python3.11 is added + - New caller and dispatch yml configulations allows for running a test manually + - Test runs automatically for PR and PR update + - Test using Python 3.11 is added - - - This version will be released for Python3.8 and above. - - This version could be the last version to support Python3.8 + - Python 3.7 has reached EOL and is no longer supported. This version will support Python 3.8 and above, and will likely be the last version to support Python 3.8. 2023 11 - 2024 01 From 98fb7262ee7f8adc4ffe108e3dd167a8f3f721f7 Mon Sep 17 00:00:00 2001 From: Syun'ichi Shiraiwa Date: Wed, 7 Aug 2024 18:43:36 -0400 Subject: [PATCH 3/5] Update changelog.txt --- docs/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.txt b/docs/changelog.txt index 22ae4717..67ab3ce0 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -12,6 +12,7 @@ - New caller and dispatch yml configulations allows for running a test manually - Test runs automatically for PR and PR update - Test using Python 3.11 is added + - Refresh install instruction (Install.md) - Python 3.7 has reached EOL and is no longer supported. This version will support Python 3.8 and above, and will likely be the last version to support Python 3.8. From 5e4a95454cc362cf5264617dc219d76039b08940 Mon Sep 17 00:00:00 2001 From: Justin Laughlin Date: Wed, 7 Aug 2024 15:44:12 -0700 Subject: [PATCH 4/5] Update changelog.txt - fix spacing --- docs/changelog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog.txt b/docs/changelog.txt index 67ab3ce0..599fad90 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -14,7 +14,8 @@ - Test using Python 3.11 is added - Refresh install instruction (Install.md) - - Python 3.7 has reached EOL and is no longer supported. This version will support Python 3.8 and above, and will likely be the last version to support Python 3.8. + - Python 3.7 has reached EOL and is no longer supported. This version will support Python 3.8 and above, and + will likely be the last version to support Python 3.8. 2023 11 - 2024 01 From 448db6db67128fb2e69753f5be2b56fd1afc6f90 Mon Sep 17 00:00:00 2001 From: Justin Laughlin Date: Wed, 7 Aug 2024 15:44:55 -0700 Subject: [PATCH 5/5] Update changelog.txt --- docs/changelog.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/changelog.txt b/docs/changelog.txt index 599fad90..db4f8430 100644 --- a/docs/changelog.txt +++ b/docs/changelog.txt @@ -13,7 +13,6 @@ - Test runs automatically for PR and PR update - Test using Python 3.11 is added - Refresh install instruction (Install.md) - - Python 3.7 has reached EOL and is no longer supported. This version will support Python 3.8 and above, and will likely be the last version to support Python 3.8.