MAX Nightly 26.2.0.dev2026030505 Released

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

See the quickstart guide for installation instructions: Quickstart | Modular

MAX changelog updates:

  • Experimental APIs moved under max.experimental. Two additional packages
    have moved under the max.experimental namespace to co-locate all
    experimental APIs:

    • max.torch is now max.experimental.torch. Update imports from
      from max.torch import CustomOpLibrary, graph_op to
      from max.experimental.torch import CustomOpLibrary, graph_op.

    • max.nn.module_v3 is now max.experimental.nn (the v3 suffix has been
      dropped). Update imports from
      from max.nn.module_v3 import Module, Linear to
      from max.experimental.nn import Module, Linear.

Mojo changelog updates:

  • [ParamBinding] Enforcing parameter binding rules

Raw MAX diff: https://github.com/modular/modular/compare/48a46018e3ee047df45ce09ecb9c01945720f74b...2e6b98d33b02b91366b5fb79141c528473c6903c)>
Current Mojo changelog: https://github.com/modular/modular/blob/main/mojo/docs/changelog.md