Skip to content

Commit c16de46

Browse files
Merge pull request #370 from rcnl-org/candidate
v1.4.1
2 parents 1b9487f + 3e64680 commit c16de46

File tree

63 files changed

+1770
-682
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+1770
-682
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## v1.4.1 - 2025-05-30
4+
5+
### Added
6+
- Treatment Optimization joint positions and velocities may be plotted in degrees or radians (`useRadians=0` for degrees, `1` for radians).
7+
- `IntegratedQuantitiesPreviewTool()` can read a Design Optimization settings file and display initial values for integrated quantities (metabolic cost, propulsive/braking impulse) that are otherwise difficult to estimate.
8+
9+
10+
### Fixed
11+
- States are reordered when parsing initial values to account for initial/tracked quantities having a different order from the current states.
12+
13+
14+
### Changed
15+
- The `<surrogate_model_coordinate_list>` to choose which coordinates to include in muscle model fitting can include non-state coordinates.
16+
- Treatment Optimization plotting functions plot synergy weights when relevant.
17+
- `plotNcpResultsFromSettingsFile()` plots synergy controls.
18+
- The GUI recognizes cost and constraint term fields `<axes>` and `<sequence>`.
19+
- The GUI recognizes synergy-driven Treatment Optimization fields `<load_surrogate_model>`, `<save_surrogate_model>`, `<synergy_vector_normalization_method>`, and `<synergy_vector_normalization_value>`.
20+
21+
322
## v1.4.0 - 2025-04-24
423

524
### Added
@@ -25,7 +44,7 @@
2544
### Fixed
2645
- Optimized ground reactions from GCP are saved with the column order expected by the OpenSim GUI
2746
- .osimx files created by Model Personalization tools are printed with correct indentation for readability
28-
- JMP safely handles absolute file paths given in the <output_model_file> element
47+
- JMP safely handles absolute file paths given in the `<output_model_file>` element
2948
- plotTreatmentOptimizationJointVelocities properly normalizes splined data points
3049

3150

Constraint Terms.pdf

-75 Bytes
Binary file not shown.
-182 Bytes
Binary file not shown.

gui/org-opensim-rcnl.jar

134 Bytes
Binary file not shown.

gui/rcnlPlugin.dll

12.5 KB
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<Info Ref="src/core/plot" Type="Relative"/>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<Info location="bcb153d8-9194-460b-8049-e27965ba715c" type="Reference"/>

resources/project/cqycJC3N6OF8UO0dBYEaEl86UlQ/u9NzkOO4QuH5deiSmj4T55YJRF8p.xml

Lines changed: 0 additions & 2 deletions
This file was deleted.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<Info/>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<Info location="plot" type="File"/>

0 commit comments

Comments
 (0)