Skip to content

v08.11

Latest

Choose a tag to compare

@jcmgray jcmgray released this 08 Jun 22:36
· 9 commits to main since this release
f39afa5

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:

Full Changelog: v0.8.10...v0.8.11