Skip to content

Commit 17c82b5

Browse files
authored
Prepare Newton 1.5.1 release (#4067)
1 parent e9fdc8f commit 17c82b5

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
## [1.5.1] - 2026-08-26
7+
## [1.5.1] - 2026-08-27
88

99
### Fixed
1010

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Newton was initiated by [Disney Research](https://www.disneyresearch.com/), [Goo
2020
- **OS:** Linux (x86-64, aarch64), Windows (x86-64), or macOS (CPU only)
2121
- **GPU:** NVIDIA GPU (Maxwell or newer), driver 545 or newer (CUDA 12). No local CUDA Toolkit installation required. macOS runs on CPU.
2222

23-
For detailed system requirements, see the [installation guide](https://newton-physics.github.io/newton/1.5.0/guide/installation.html). For tested configurations and Newton's versioning and deprecation policies, see the [compatibility guide](https://newton-physics.github.io/newton/1.5.0/guide/compatibility.html).
23+
For detailed system requirements, see the [installation guide](https://newton-physics.github.io/newton/1.5.1/guide/installation.html). For tested configurations and Newton's versioning and deprecation policies, see the [compatibility guide](https://newton-physics.github.io/newton/1.5.1/guide/compatibility.html).
2424

2525
## Quickstart
2626

@@ -29,7 +29,7 @@ pip install "newton[examples]"
2929
python -m newton.examples
3030
```
3131

32-
To install from source with [uv](https://docs.astral.sh/uv/), see the [installation guide](https://newton-physics.github.io/newton/1.5.0/guide/installation.html).
32+
To install from source with [uv](https://docs.astral.sh/uv/), see the [installation guide](https://newton-physics.github.io/newton/1.5.1/guide/installation.html).
3333

3434
## Examples
3535

@@ -918,11 +918,11 @@ python -m newton.examples basic_viewer --viewer gl --num-frames 500 --device cpu
918918

919919
## Contributing and Development
920920

921-
See the [contribution guidelines](https://github.com/newton-physics/newton-governance/blob/main/CONTRIBUTING.md) and the [development guide](https://newton-physics.github.io/newton/1.5.0/guide/development.html) for instructions on how to contribute to Newton.
921+
See the [contribution guidelines](https://github.com/newton-physics/newton-governance/blob/main/CONTRIBUTING.md) and the [development guide](https://newton-physics.github.io/newton/1.5.1/guide/development.html) for instructions on how to contribute to Newton.
922922

923923
## Support and Community Discussion
924924

925-
For questions, please consult the [Newton documentation](https://newton-physics.github.io/newton/1.5.0/guide/overview.html) first before creating [a discussion in the main repository](https://github.com/newton-physics/newton/discussions).
925+
For questions, please consult the [Newton documentation](https://newton-physics.github.io/newton/1.5.1/guide/overview.html) first before creating [a discussion in the main repository](https://github.com/newton-physics/newton/discussions).
926926

927927
## Code of Conduct
928928

docs/api/newton.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ newton
7474
* - ``MAXVAL``
7575
- ``10000000000.0``
7676
* - ``__version__``
77-
- ``1.5.1rc1``
77+
- ``1.5.1``
7878
* - ``use_coord_layout_targets``
7979
- ``False``

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "uv_build"
44

55
[project]
66
name = "newton"
7-
version = "1.5.1rc1"
7+
version = "1.5.1"
88
license = "Apache-2.0"
99
license-files = ["LICENSE.md", "newton/licenses/**/*.txt"]
1010
authors = [{ name = "Newton Developers", email = "developers@newton-physics.org" }]

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)