From 17ef09e36b182a6b2889dd546ea2406628057e69 Mon Sep 17 00:00:00 2001 From: Andreas Dutzler Date: Sat, 27 Apr 2024 16:12:28 +0200 Subject: [PATCH] Set version tag to v8.5.0 --- CHANGELOG.md | 2 ++ src/felupe/__about__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 394f12d8..4d618574 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/src/felupe/__about__.py b/src/felupe/__about__.py index 516901b3..1117cdc4 100644 --- a/src/felupe/__about__.py +++ b/src/felupe/__about__.py @@ -1 +1 @@ -__version__ = "8.5.0-dev" +__version__ = "8.5.0"