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:
-
LayoutTensor
now has asize
method to get the total number of elements. -
List
,InlineArray
, andIndexList
now work with list literals.
Mojo changelog updates:
- [mojo-lang] Implement support for initializer lists.
- [mojo-lang] Implement support for dictionary literals
- [mojo-stdlib] Enhance PythonObject to work with list literals.
Raw MAX diff: https://github.com/modular/modular/compare/8db9b2c9ea74140e11cc61fcf9d9aff6de465804...43987188b35dc08323a1c4a3fd6140fb4f81e7f1
Current Mojo changelog: https://github.com/modular/modular/blob/main/mojo/docs/changelog.md