Changelog

Release notes for autoray.

v0.8.11 (2026-06-08)

Enhancements:

  • Added initial MLX backend support including random.default_rng, dtype-aware creation wrappers, to_numpy, count_nonzero, ravel, and linalg.svd support.

  • Added infer_backend_device_dtype for shared backend, device, and dtype inference from like values.

  • Exported DoFunc for reusable call-time auto-dispatch, with faster do and get_namespace dispatch paths.

  • Refreshed package metadata, pixi environments, docs infrastructure, and CI, including the testmlx environment and MLX CI job.

  • Reworked backend tests around the unified XFAILS registry and expanded linear algebra coverage.

Bug Fixes:


Previous release notes can be found on the project releases page.