MAX Nightly 25.7.0.dev2025101518 Released

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

See the quickstart guide for installation instructions: Quickstart | Modular

MAX changelog updates:

  • Fixed LayoutTensor.shape[idx]() method returning incorrect values for nested
    layouts. The bug occurred when accessing shape dimensions of tensors with
    nested layouts like ((32, 2), (32, 4)), where the method would return
    garbage values instead of the correct product (e.g., 64).

  • LayoutTensorBuild type has been removed. Use LayoutTensor with parameters
    directly instead.

Mojo changelog updates:

  • [Kernels] Fix LayoutTensor arithmetic with different layouts
  • [stdlib] Remove origin_cast and final usages of it in the codebase
  • [stdlib] feat: Deprecate @implicit on UInt.__init__(Int) (Part 13/N)

Raw MAX diff: https://github.com/modular/modular/compare/65e0f78ba46b5131c2fd518f36fd3f5d9af804bb...ed156612ee8cbb820d791f9bde1e6fb72cfdb708)>
Current Mojo changelog: https://github.com/modular/modular/blob/main/mojo/docs/changelog.md