Skip to content

Commit dedc81b

Browse files
authored
Reconcile Newton 1.5.1 changelog (#4073)
1 parent 60c9061 commit dedc81b

6 files changed

Lines changed: 10 additions & 5 deletions

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44

55
<!-- towncrier release notes start -->
66

7+
## [1.5.1] - 2026-08-27
8+
9+
### Fixed
10+
11+
- Reset masked `ControllerNeuralLSTM` hidden and cell state without in-place writes. Network outputs are produced under `torch.inference_mode()`, so a partial reset previously raised `RuntimeError: Inplace update to inference tensor outside InferenceMode is not allowed.` ([#3923](https://github.com/newton-physics/newton/issues/3923))
12+
- Index Torch neural controller targets with the supplied `target_pos_indices`. `ControllerNeuralMLP` and `ControllerNeuralLSTM` previously selected between position and sequential indices by Python object identity, which produced wrong position errors whenever the target and position layouts differ, such as DOF-layout targets on a floating-base robot. ([#3923](https://github.com/newton-physics/newton/issues/3923))
13+
- Limit the `usd-exchange` dependency to versions below 3 for aarch64 systems. (#3996)
14+
- Keep ViewerGL depth, shading, and shadows stable for very large meshes when the camera moves. ([#3977](https://github.com/newton-physics/newton/issues/3977))
15+
- Resolve deep heightfield contacts against the cell's physical surface instead of the volume the cell is extruded into, which reported about a metre of penetration with a normal pointing into the terrain once a collider's center passed below the surface.
16+
717
## [1.5.0] - 2026-08-11
818

919
### Added

changelog/+heightfield-deep-contacts-6d2f8a41.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/+limit-usd-exchange-2c6f1b8a.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/3923.fixed.1.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/3923.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog/3977.fixed.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)