MAX Nightly 26.3.0.dev2026041105 Released

:astronaut: A new nightly version has been released! :astronaut:

See the quickstart guide for installation instructions: Quickstart | Modular

MAX changelog updates:

  • Added scatter_max, scatter_min, and scatter_mul op handlers to
    the experimental eager interpreter (CPU), applying max, min, and
    multiply reductions at duplicate scatter indices via
    max.experimental.functional.scatter_max, .scatter_min, and
    .scatter_mul.
  • Added max.graph.ops.resize_nearest for nearest-neighbor interpolation
    resizing with configurable coordinate_transform_mode and round_mode;
    max.graph.ops.resize now supports InterpolationMode.NEAREST.
  • Added resize_nearest op handler to the experimental eager interpreter
    (CPU) via max.experimental.functional.resize_nearest.
  • Added max.graph.ops.resize_bicubic for bicubic interpolation resizing
    (rank-4 NCHW, half_pixel coord mapping, a=-0.75 Catmull-Rom kernel);
    max.graph.ops.resize now delegates its InterpolationMode.BICUBIC path
    to resize_bicubic.
  • Added resize_bicubic op handler to the experimental eager interpreter
    (CPU) via max.experimental.functional.resize_bicubic.

Mojo changelog updates:

Raw MAX diff: https://github.com/modular/modular/compare/26f5d19bf47ab3751976ad2eda5fccdb05b7f2a0...31cfc5d6c57996d12f1defab62b5a6bbeba81217)>
Current Mojo changelog: https://github.com/modular/modular/blob/main/mojo/docs/nightly-changelog.md