Skip to content

Commit

Permalink
Set version tag to v8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Apr 27, 2024
1 parent 43785ca commit 17ef09e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. The format

## [Unreleased]

## [8.5.0] - 2024-04-27

### Added
- Add `umat_new, res = ConstitutiveMaterial.optimize(ux=[stretches, stresses], ps=None, bx=None)` to optimize the material parameters on given experimental data for incompressible uniaxial, biaxial and / or planar tension / compression data by `scipy.optimize.least_squares()`.
- Add initial default material parameters for the hyperelastic material model formulations.
Expand Down
2 changes: 1 addition & 1 deletion src/felupe/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "8.5.0-dev"
__version__ = "8.5.0"

0 comments on commit 17ef09e

Please sign in to comment.