Skip to content

Commit f5a8d5e

Browse files
authored
Update AMMR version to 3.0.1 and provide finer FDK tolerances (#938)
1 parent 618b719 commit f5a8d5e

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

AMMR.version.any

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
#ifndef AMMR_VERSION
2-
#define AMMR_VERSION "3.0.0"
2+
#define AMMR_VERSION "3.0.1"
33
#define AMMR_VERSION_MAJOR 3
44
#define AMMR_VERSION_MINOR 0
5-
#define AMMR_VERSION_PATCH 0
5+
#define AMMR_VERSION_PATCH 1
66
#endif
77

88
#if (ANYBODY_V1 < 8) | (ANYBODY_V1 == 8 & ANYBODY_V2 < 0) | (ANYBODY_V1 == 8 & ANYBODY_V2 == 0 & ANYBODY_V4 < 10984 )
99
//
1010
// This model repository needs at least AnyBody version 8.0 to load correctly.
11-
// --> See https://forum.anyscript.org/t/become-a-beta-tester
12-
// to get access to the newest versions of AMS
11+
// --> Download the new version from https://anybodytech.com
1312
//
1413
#NOT_SUPPORTED__++++++++++++++__AnyBody_v8.0_or_higher_is_required_for_AMMR_v3.0__+++++++++++++++++++__
1514
#endif

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
% A rendered version of the CHANGELOG is avaible here:
44
% https://anyscript.org/ammr/beta/changelog.html
55

6+
(ammr-3.0.1-changelog)=
7+
## AMMR 3.0.1 (2024-02-13)
8+
9+
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.
10+
11+
### 🔧 Changed:
12+
13+
* Finer FDK tolerances for the {ref}`Knee Simulator example
14+
<example_kneesimulator>`, to take avantage of the improved robustness of the
15+
AnyBody FDK solver in version 8.0.1.
16+
617

718
(ammr-3.0-changelog)=
819
## AMMR 3.0 (2024-02-13)

0 commit comments

Comments
 (0)