Skip to content

Commit f1f0d2d

Browse files
authored
chore: Prepare release of version 3.1.2 (#1048)
* fix: Update version to 3.1.2 and enhance changelog for MoCap model improvements * Update CHANGELOG.md Signed-off-by: Morten Enemark Lund <melund@gmail.com> * fix: Update DOI link for unreleased version in documentation --------- Signed-off-by: Morten Enemark Lund <melund@gmail.com>
1 parent 62b4c0b commit f1f0d2d

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

AMMR.version.any

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#ifndef AMMR_VERSION
2-
#define AMMR_VERSION "3.1.0"
2+
#define AMMR_VERSION "3.1.2"
33
#define AMMR_VERSION_MAJOR 3
44
#define AMMR_VERSION_MINOR 1
5-
#define AMMR_VERSION_PATCH 0
5+
#define AMMR_VERSION_PATCH 2
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.
1111
// --> Download the new version from https://anybodytech.com
1212
//
13-
#NOT_SUPPORTED__++++++++++++++__AnyBody_v8.0_or_higher_is_required_for_AMMR_v3.0__+++++++++++++++++++__
13+
#NOT_SUPPORTED__++++++++++++++__AnyBody_v8.0_or_higher_is_required_for_AMMR_v3.1.2__+++++++++++++++++++__
1414
#endif

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@
44
% https://anyscript.org/ammr/beta/changelog.html
55

66
(ammr-3.1.2-changelog)=
7-
## AMMR 3.1.2 (2025-??-??)
7+
## AMMR 3.1.2 (2025-06-02)
8+
[![Zenodo link](https://zenodo.org/badge/DOI/10.5281/zenodo.15534589.svg)](https://doi.org/10.5281/zenodo.15534589)
9+
[![AnyBody link](https://img.shields.io/badge/Included_with_AnyBody-8.1.2-yellowgreen)](https://www.anybodytech.com/resources/customer-downloads/)
10+
11+
This release of AMMR contains an important fix to the robustness of the MoCap models.
12+
If you experienced problems with kinematic errors when running inverse dynamics then
13+
please update to this version.
14+
15+
### 🩹 Fixed:
816

917
* Improved how kinematics calculated in marker tracking is applied
1018
to inverse dynamics MoCap models. The previous

Docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ def tagged_commit():
374374
"https://doi.org/10.1016/j.clinbiomech.2006.10.003", # clinbiomech.com prevents the linkcheck
375375
"https://doi.org/10.1002/jor.25267", # wiley.com prevents the linkcheck
376376
"https://web.archive.org*", # web.archive.org is currently down due to hacking atacks
377-
"https://doi.org/10.5281/zenodo.15094590", # version not released yet
377+
"https://doi.org/10.5281/zenodo.15534589", # version not released yet
378378
]
379379

380380
linkcheck_allowed_redirects = {

0 commit comments

Comments
 (0)