A new nightly version has been released! ![]()
See the quickstart guide for installation instructions: Quickstart | MAX
MAX changelog updates:
- Removed the parametric
max.benchmark.bencher_iter_custom[fn](bencher, ctx)
overloads and unusedbencher_iter_custom_multicontext(). Pass the launch
closure as a value:bencher_iter_custom(bencher, fn, ctx).
Mojo changelog updates:
- [stdlib] Migrate Bencher.iter_preproc to unified closures (#96841)
- [stdlib] Fix atol wraparound just past Int.MAX
- [stdlib] Move Array.mul to Array.repeat Using
Array.__mul__(IntLiteral)is nice ergonomically but it would be severely limited in that one is unable able to write:
Raw MAX diff: https://github.com/modular/modular/compare/4c1ccb5532596d3b6255ce729b6ce04b328e1828...33cd4694b19649bec7f5acac88b0430371805dc6)>
Current Mojo changelog: https://github.com/modular/modular/blob/main/mojo/docs/nightly-changelog.md