Skip to content

Commit

Permalink
chore: Update versions in preparation for 3.0.3 release (#965)
Browse files Browse the repository at this point in the history
* Update versions

* Update lock file

* Update AMMR/AMS links

* Update CHANGELOG.md

Signed-off-by: Morten Enemark Lund <[email protected]>

---------

Signed-off-by: Morten Enemark Lund <[email protected]>
  • Loading branch information
melund authored Jun 7, 2024
1 parent b24783d commit eba6c21
Show file tree
Hide file tree
Showing 4 changed files with 962 additions and 1,055 deletions.
4 changes: 2 additions & 2 deletions AMMR.version.any
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#ifndef AMMR_VERSION
#define AMMR_VERSION "3.0.1"
#define AMMR_VERSION "3.0.3"
#define AMMR_VERSION_MAJOR 3
#define AMMR_VERSION_MINOR 0
#define AMMR_VERSION_PATCH 1
#define AMMR_VERSION_PATCH 3
#endif

#if (ANYBODY_V1 < 8) | (ANYBODY_V1 == 8 & ANYBODY_V2 < 0) | (ANYBODY_V1 == 8 & ANYBODY_V2 == 0 & ANYBODY_V4 < 10984 )
Expand Down
26 changes: 18 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,33 @@
% A rendered version of the CHANGELOG is avaible here:
% https://anyscript.org/ammr/beta/changelog.html

(ammr-3.0.2-changelog)=
## AMMR 3.0.2 (2024-**-**)
(ammr-3.0.3-changelog)=
## AMMR 3.0.3 (2024-06-10)
[![Zenodo link](https://zenodo.org/badge/DOI/10.5281/zenodo.11191711.svg)](https://doi.org/10.5281/zenodo.11191711)

[![AnyBody link](https://img.shields.io/badge/Included_with_AnyBody-8.0.3-yellowgreen)](https://www.anybodytech.com/resources/customer-downloads/)

### 🩹 Fixed:
* Fixed default limits in [Range of Motion limits](#Utilities.Kinematic-limits.RangeOfMotionLimits_template.any) class template. The default limits for PelvisThoraxExtension, PelvisThoraxLateralBending,
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.
* Fixed a penetration warning for the pectoralis muscles when the thoracic segments is scaled very non-uniformly.
The fix involves a small (5 deg) adjustments to the orientation of the pectoralis wrapping surface.
* Fixed a penetration warning for the pectoralis muscles when the thoracic
segments are scaled very non-uniformly. The fix involves a small (5 deg)
adjustment to the orientation of the pectoralis wrapping surface.
* Fixed default limits in [Range of Motion limits](#Utilities.Kinematic-limits.RangeOfMotionLimits_template.any)
class template. The default limits for PelvisThoraxExtension, PelvisThoraxLateralBending,
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.
* Fixed an issue where blinking Windows would appear when loading models stored
in git repositories. This issue was caused by a python subprocess that queried
the git repository for branch information.
* Updated the foot marker position in the Xsens protocol to accommodate the
changes made to the foot anatomical frame in the TLEM 2.2 leg model. The
R/LTOE and R/LTOE2 markers have been moved upwards by 1.5 cm.
R/LTOE and R/LTOE2 markers have been moved upwards by 1.5 cm.

(ammr-3.0.1-changelog)=
## AMMR 3.0.1 (2024-02-13)
[![Zenodo link](https://zenodo.org/badge/DOI/10.5281/zenodo.10803883.svg)](https://doi.org/10.5281/zenodo.10803883)

[![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/)


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.

Expand All @@ -33,7 +43,7 @@ This minor release of AMMR contains no updates to the models compared to the maj
(ammr-3.0-changelog)=
## AMMR 3.0 (2024-02-13)
[![Zenodo link](https://zenodo.org/badge/DOI/10.5281/zenodo.10527958.svg)](https://doi.org/10.5281/zenodo.10527958)
[![AnyBody link](https://img.shields.io/badge/Included_with_AnyBody-8.0.0-yellowgreen)](https://www.anybodytech.com/resources/customer-downloads/)
[![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/)


### ✨ Highlights
Expand Down
5 changes: 2 additions & 3 deletions Docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def tagged_commit():
highlight_language = "AnyScriptDoc"
pygments_style = "AnyScript"

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

linkcheck_allowed_redirects = {
Expand Down
Loading

0 comments on commit eba6c21

Please sign in to comment.