A new nightly version has been released!
Update to the latest nightly using Magic via
magic init --format mojoproject -c conda-forge -c https://conda.modular.com/max-nightly/
or add https://conda.modular.com/max-nightly/ as a channel to mojoproject.toml
MAX changelog updates:
List
,InlineArray
,IntTuple
, andIndexList
now work with list literals.
Mojo changelog updates:
- [mojo-stdlib] Teach PythonObject about sets and dict literals.
- [stdlib] Remove experimental
json
module - [External] [stdlib] Add Dict to prelude and adapt docs to the Dict literals emission feature (#62116)
- [External] [stdlib] Fix block-level sum and prefix sum operations (#61649)
- [mojo-lang] Implement support for set literals in non-inferred ctx.
Raw MAX diff: https://github.com/modular/modular/compare/43987188b35dc08323a1c4a3fd6140fb4f81e7f1...87144c47ae581255893e9b8a02d318a0a0a85369
Current Mojo changelog: https://github.com/modular/modular/blob/main/mojo/docs/changelog.md