Skip to content

Releases: petercorke/robotics-toolbox-python

v1.3.0

14 Jun 02:35
9784165

Choose a tag to compare

1.3.0 (2026-06-14)

Features

  • bundle spatialgeometry as pure-Python (removes external dep which is bound to NumPy 1.x) (1b522e6)

Build System

  • setup proper release process (d0e0559)

  • added new install-time extras: qp, pybullet.

    • qp brings in quadprog which has C++ extensions, and may not be suitable for some environments, eg. pyodide.
    • pybullet does not support Apple Silicon so it has been moved to an extra

v1.2.0

03 Jun 10:09

Choose a tag to compare

Modernization

  • First release in 2 years
  • Bring dependencies up to date, eliminate requirement for Numpy 1.x
  • Remove dependency on Swift for visualisation
  • Significant work on PyPlot graphics and animations so they work in Jupyter
  • move to src layout
  • use hatchling and scikit-build for packaging
  • added make wheel-pyodide which allows toolbox to run in the browser with JupyterLite (and animations)

v1.1.0

14 May 06:46
7196aaa

Choose a tag to compare

Update pyproject.toml

v1.0.3

07 Dec 05:56

Choose a tag to compare

convert to pyproject.toml

v1.0.2

06 Jul 03:27

Choose a tag to compare

update version

v1.0.1

12 May 20:55

Choose a tag to compare

Fix script bug

Full Changelog: v1.0.0...v1.0.1

v1.0.0

12 May 11:08
1a94c2e

Choose a tag to compare

New Contributors

Full Changelog: v0.11.0...v1.0.0

v0.11.0

13 Sep 07:48

Choose a tag to compare

Merge branch 'future'

v0.10.0

04 May 04:29
7468e81

Choose a tag to compare

Update setup.py

v0.9.1

04 Mar 05:49
b67e7d8

Choose a tag to compare

Update setup.py