Skip to content

Releases: NeLy-EPFL/sequential-inverse-kinematics

v1.1.0 - JOSS publication

21 Dec 19:19

Choose a tag to compare

SeqIKPy v1.1.0 — Parallel processing and new examples

This is the JOSS publication release of SeqIKPy. It introduces parallel execution to accelerate inverse and forward kinematics, along with new examples, benchmarks, and updated documentation.

Highlights

  • Parallel processing: Optional parallelization over kinematic chains and time via n_workers and parallel_over_time, with adaptive task sizing (see the related tutorial here).

  • New benchmark example: example_leg_inv_kinematics_parallel.py compares serial and parallel execution and reports timing results.

  • Updated examples: Consolidated pipeline demos for leg, head, and full-body workflows (example_entire_pipeline.py, example_leg_inv_kinematics.py).

  • New model example: Mouse forelimb kinematics demo (see the related tutorial here).

  • Documentation: Added a parallel-processing tutorial and updated paper.md with implementation and benchmark details.

Compatibility

Non-breaking release; serial behavior is preserved when n_workers=1.

v1.0.0

30 Jun 20:44

Choose a tag to compare

First public release.