Skip to content

Commit a785514

Browse files
committed
Update version
1 parent 3624112 commit a785514

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
This 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).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "easyfea"
7-
version = "1.8.2"
7+
version = "1.8.3"
88
description = "User-friendly Python library that simplifies finite element analysis."
99
authors = [{ name = "Matthieu Noel", email = "matthieu.noel7@gmail.com" }]
1010
readme = "README.md"

0 commit comments

Comments
 (0)