File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 22
33This document describes the changes made to the project.
44
5+ ## 1.8.3 (April 7, 2026):
6+
7+ - Migrated CI/CD and ReadTheDocs to ` uv ` for dependency management.
8+ - Improved performance of ` _phasefield.__Spectral_Decomposition ` in 2D and 3D.
9+ - Fixed rounding errors in ` _phasefield.__Spectral_Decomposition ` in 3D.
10+ - Updated ` mesher.Save_Simu ` function.
11+ - Improved ` mesher._Mesh_Get_Mesh ` profiling (#26 ).
12+
513## 1.8.2 (April 1, 2026):
614
715- Improved ` simu._Solver_Set_PETSc4Py_Options ` function (#26 ).
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " easyfea"
7- version = " 1.8.2 "
7+ version = " 1.8.3 "
88description = " User-friendly Python library that simplifies finite element analysis."
99authors = [{ name = " Matthieu Noel" , email = " matthieu.noel7@gmail.com" }]
1010readme = " README.md"
You can’t perform that action at this time.
0 commit comments