Skip to content

Commit eba6c21

Browse files
authored
chore: Update versions in preparation for 3.0.3 release (#965)
* Update versions * Update lock file * Update AMMR/AMS links * Update CHANGELOG.md Signed-off-by: Morten Enemark Lund <mel@anybodytech.com> --------- Signed-off-by: Morten Enemark Lund <mel@anybodytech.com>
1 parent b24783d commit eba6c21

File tree

4 files changed

+962
-1055
lines changed

4 files changed

+962
-1055
lines changed

AMMR.version.any

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

88
#if (ANYBODY_V1 < 8) | (ANYBODY_V1 == 8 & ANYBODY_V2 < 0) | (ANYBODY_V1 == 8 & ANYBODY_V2 == 0 & ANYBODY_V4 < 10984 )

CHANGELOG.md

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

6-
(ammr-3.0.2-changelog)=
7-
## AMMR 3.0.2 (2024-**-**)
6+
(ammr-3.0.3-changelog)=
7+
## AMMR 3.0.3 (2024-06-10)
8+
[![Zenodo link](https://zenodo.org/badge/DOI/10.5281/zenodo.11191711.svg)](https://doi.org/10.5281/zenodo.11191711)
9+
10+
[![AnyBody link](https://img.shields.io/badge/Included_with_AnyBody-8.0.3-yellowgreen)](https://www.anybodytech.com/resources/customer-downloads/)
811

912
### 🩹 Fixed:
10-
* Fixed default limits in [Range of Motion limits](#Utilities.Kinematic-limits.RangeOfMotionLimits_template.any) class template. The default limits for PelvisThoraxExtension, PelvisThoraxLateralBending,
11-
Right/LeftWristFlexion had the upper and lower limits flipped. This is now fixed and a check is added in the class template to catch this kind of error.
12-
* Fixed a penetration warning for the pectoralis muscles when the thoracic segments is scaled very non-uniformly.
13-
The fix involves a small (5 deg) adjustments to the orientation of the pectoralis wrapping surface.
13+
* Fixed a penetration warning for the pectoralis muscles when the thoracic
14+
segments are scaled very non-uniformly. The fix involves a small (5 deg)
15+
adjustment to the orientation of the pectoralis wrapping surface.
16+
* Fixed default limits in [Range of Motion limits](#Utilities.Kinematic-limits.RangeOfMotionLimits_template.any)
17+
class template. The default limits for PelvisThoraxExtension, PelvisThoraxLateralBending,
18+
Right/LeftWristFlexion had the upper and lower limits flipped. This is now fixed and a
19+
check is added in the class template to catch this kind of error.
1420
* Fixed an issue where blinking Windows would appear when loading models stored
1521
in git repositories. This issue was caused by a python subprocess that queried
1622
the git repository for branch information.
1723
* Updated the foot marker position in the Xsens protocol to accommodate the
1824
changes made to the foot anatomical frame in the TLEM 2.2 leg model. The
19-
R/LTOE and R/LTOE2 markers have been moved upwards by 1.5 cm.
25+
R/LTOE and R/LTOE2 markers have been moved upwards by 1.5 cm.
2026

2127
(ammr-3.0.1-changelog)=
2228
## AMMR 3.0.1 (2024-02-13)
29+
[![Zenodo link](https://zenodo.org/badge/DOI/10.5281/zenodo.10803883.svg)](https://doi.org/10.5281/zenodo.10803883)
30+
31+
[![AnyBody link](https://img.shields.io/badge/Included_with_AnyBody-8.0.1-yellowgreen)](https://www.anybodytech.com/download/anybodysetup-8-0-1-11638_x64/)
32+
2333

2434
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.
2535

@@ -33,7 +43,7 @@ This minor release of AMMR contains no updates to the models compared to the maj
3343
(ammr-3.0-changelog)=
3444
## AMMR 3.0 (2024-02-13)
3545
[![Zenodo link](https://zenodo.org/badge/DOI/10.5281/zenodo.10527958.svg)](https://doi.org/10.5281/zenodo.10527958)
36-
[![AnyBody link](https://img.shields.io/badge/Included_with_AnyBody-8.0.0-yellowgreen)](https://www.anybodytech.com/resources/customer-downloads/)
46+
[![AnyBody link](https://img.shields.io/badge/Included_with_AnyBody-8.0.0-yellowgreen)](https://www.anybodytech.com/download/anybodysetup-8-0-0-11540_x64/)
3747

3848

3949
### ✨ Highlights

Docs/conf.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def tagged_commit():
115115
highlight_language = "AnyScriptDoc"
116116
pygments_style = "AnyScript"
117117

118-
ams_version = os.environ.get("AMS_VERSION", "8.0.0")
118+
ams_version = os.environ.get("AMS_VERSION", "8.0.3")
119119
if not re.match("^\d\.\d\.\d", ams_version):
120120
raise ValueError("Wrong format for AMS version, environment variable")
121121
ams_version_short = ams_version.rpartition(".")[0]
@@ -374,8 +374,7 @@ def tagged_commit():
374374
"https://dx.doi.org/10.1002/jor.20255", # wiley.com prevents the linkcheck
375375
"https://doi.org/10.1016/j.clinbiomech.2006.10.003", # clinbiomech.com prevents the linkcheck
376376
"https://doi.org/10.1002/jor.25267", # wiley.com prevents the linkcheck
377-
"https://doi.org/10.5281/zenodo.10527958", # AMMR 3 not released yet
378-
"https://www.anybodytech.com/download/anybodysetup-8-0-0-.*_x64/", # AMMR 8 not released yet
377+
"https://doi.org/10.5281/zenodo.11191711" # AMMR 3.0.3 not released yet
379378
]
380379

381380
linkcheck_allowed_redirects = {

0 commit comments

Comments
 (0)