A new nightly version has been released!
See the quickstart guide for installation instructions: Quickstart | Modular
MAX changelog updates:
-
Removed
graph.unique_symbolic_dim
. -
Renamed
select
to bewhere
. This matches the name of the similar
operation in torch and numpy. -
Added
nn.Module.build_subgraph
method to allow for the creation of a subgraph
for a layer that inherits fromnn.Module
.
Mojo changelog updates:
- [External] [stdlib][docs] Add Changelog for list/set/dict literal ctors for collections (#63225)
- [Lint] Fix most spelling mistakes across the codebase
- [mojo-docs] Improvements to the changelog.
Raw MAX diff: https://github.com/modular/modular/compare/6c2a25cdbe29cce284ac2f35d00c8f7b0bdf4828...b44f0e28300443a9d6213935d65612356c71c149
Current Mojo changelog: https://github.com/modular/modular/blob/main/mojo/docs/changelog.md