Skip to content

Commit ab319ce

Browse files
committed
edited change log
1 parent 92a75e2 commit ab319ce

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

docs/changelog.txt

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
<<< 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
322
2024 08
423
* MFEM 4.7 support
524
- AttributeSets are supported. ex39 and ex39p are added to demonstrate how to use it from Python

0 commit comments

Comments
 (0)