File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
<<< Change Log. >>>
2
-
2
+ 2025 06
3
+ * PyMFEM 4.8
4
+ - Default branch is set to MFEM 4.8 release
5
+ - Support Python 3.12 and Python 3.13.
6
+ - Python 3.8 is not supported anymore.
7
+ - Last version to support Python 3.9
8
+ - Install process is overwhauled,
9
+ -- wheel is build both on Linux and Mac.
10
+ -- local build-from-source is now done by "pip install . ", not "python setup.py install".
11
+ -- ad-hoc call of chrpath is removed.
12
+ - migrated to numpy 2.
13
+ - added custom numba-compiled bessel function to eliminate numba-scipy dependency
14
+ - ex40 and ex40p are translated.
15
+ - updated HYPRE version to 2.32
16
+ - wrappers for the following MFEM objects are added
17
+ -- Array2D
18
+ -- IterativeSolverController;
19
+ -- CoefficientPtrArray
20
+ -- VectorCoefficientPtrArray
21
+ -- MatrixCoefficientPtrArray
3
22
2024 08
4
23
* MFEM 4.7 support
5
24
- AttributeSets are supported. ex39 and ex39p are added to demonstrate how to use it from Python
You can’t perform that action at this time.
0 commit comments