MAX Nightly 26.1.0.dev2025113005 Released

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

See the quickstart guide for installation instructions: Quickstart | Modular

MAX changelog updates:

Mojo changelog updates:

  • [mojo-lang] Add support for typed-throws
  • [stdlib] Conform Span to Iterable and _SpanIter to Iterable and Iterator (#73148)
  • [stdlib] Upgrade any and all to work over iterables (#73147)
  • [mojo-lang] Add support for more flexible implicit function conversions.
  • [stdlib] Add CStringSlice - a type safe nul terminated c-string (const char*). CStringSlice represents a nul-terminateed array of bytes that can be used to interop with c code. This also deprecates the current unsafe_cstr_ptr functions on String and Error which return a raw pointer in favor of as_c_string_slice which now codifies these invariants.

Raw MAX diff: https://github.com/modular/modular/compare/9f36bf39b6e5c31c0b71032f8384379eb7f159b0...0639803bed77ea988336a699cd7d71b8dfa8648d)>
Current Mojo changelog: https://github.com/modular/modular/blob/main/mojo/docs/changelog.md

1 Like