Skip to content

Commit c457620

Browse files
committed
Update version
1 parent 8e3918d commit c457620

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.7.3 (March 4, 2026):
6+
7+
- Updated Sphinx Gallery and model viewer.
8+
- Fixed a bug in the `mesh.Get_Node_Values` function when the mesh contains orphan nodes.
9+
- Improved and closed issue #35: Export EasyFEA results to USD format.
10+
- Added Git LFS tracking for `*.msh` files.
11+
- Fixed periodic boundary conditions in `Homog4.py` and introduced `Homog5.py`.
12+
513
## 1.7.2 (February 14, 2026):
614

715
- Updated the `_requires` module.

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.7.2"
7+
version = "1.7.3"
88
description = "User-friendly Python library that simplifies finite element analysis."
99
authors = [{ name = "Matthieu Noel", email = "[email protected]" }]
1010
readme = "README.md"

0 commit comments

Comments
 (0)