MAX Nightly 25.6.0.dev2025082900 Released

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

See the quickstart guide for installation instructions: Quickstart | Modular

MAX changelog updates:

  • Made the devices argument to InferenceSession() mandatory. To maintain
    the previous default behavior, use InferenceSession(devices=[CPU()])

Mojo changelog updates:

  • [mojo-lang] Error on the obsolete @value decorator
  • [docs] Mark the default trait method update as Legendary
  • [External] [stdlib] Deprecate functions with flatcase naming and add snake_case counterparts in sys.info (#68071)
  • [External] [stdlib] Make SIMD.from_bits a constructor (#68027)
  • [mojo-lang] Fix Dict getitem emission mutability problem.
  • [stdlib] Fix CLAUDE documentation on build steps
  • [External] [docs] Add os.atomic.fence to changelog (#68019)
  • [mojo-lang] Add default trait methods to Mojo
  • [Stdlib] Implement a mojo version of log1p
  • [External] [stdlib] feat: Add name() method to Path struct. (#67939)
  • [stdlib] cleanup: Use mlir_value keyword-only arg for SIMD and UInt initilizers
  • [External] [stdlib] Add Span.count() (#67761)
  • [docs] Add vision/roadmap to changelog

Raw MAX diff: https://github.com/modular/modular/compare/2f7379752aa3ee8f2e2ebf20f1ad837bb9350add...5b45a17e7d30914565b6949425e083391549143c)>
Current Mojo changelog: https://github.com/modular/modular/blob/main/mojo/docs/changelog.md