Skip to content

Commit

Permalink
Update AMMR version to 3.0.1 and provide finer FDK tolerances (#938)
Browse files Browse the repository at this point in the history
  • Loading branch information
melund authored Mar 19, 2024
1 parent 618b719 commit f5a8d5e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
7 changes: 3 additions & 4 deletions AMMR.version.any
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
#ifndef AMMR_VERSION
#define AMMR_VERSION "3.0.0"
#define AMMR_VERSION "3.0.1"
#define AMMR_VERSION_MAJOR 3
#define AMMR_VERSION_MINOR 0
#define AMMR_VERSION_PATCH 0
#define AMMR_VERSION_PATCH 1
#endif

#if (ANYBODY_V1 < 8) | (ANYBODY_V1 == 8 & ANYBODY_V2 < 0) | (ANYBODY_V1 == 8 & ANYBODY_V2 == 0 & ANYBODY_V4 < 10984 )
//
// This model repository needs at least AnyBody version 8.0 to load correctly.
// --> See https://forum.anyscript.org/t/become-a-beta-tester
// to get access to the newest versions of AMS
// --> Download the new version from https://anybodytech.com
//
#NOT_SUPPORTED__++++++++++++++__AnyBody_v8.0_or_higher_is_required_for_AMMR_v3.0__+++++++++++++++++++__
#endif
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
% A rendered version of the CHANGELOG is avaible here:
% https://anyscript.org/ammr/beta/changelog.html

(ammr-3.0.1-changelog)=
## AMMR 3.0.1 (2024-02-13)

This minor release of AMMR contains no updates to the models compared to the major AMMR 3.0.0 released the previous month. It only has a few minor changes to the documentation and new tolerances in the FDK models.

### 🔧 Changed:

* Finer FDK tolerances for the {ref}`Knee Simulator example
<example_kneesimulator>`, to take avantage of the improved robustness of the
AnyBody FDK solver in version 8.0.1.


(ammr-3.0-changelog)=
## AMMR 3.0 (2024-02-13)
Expand Down

0 comments on commit f5a8d5e

Please sign in to comment.