A new nightly version has been released! ![]()
See the quickstart guide for installation instructions: Quickstart | Modular
MAX changelog updates:
- Added
scatter_max,scatter_min, andscatter_mulop handlers to
the experimental eager interpreter (CPU), applying max, min, and
multiply reductions at duplicate scatter indices via
max.experimental.functional.scatter_max,.scatter_min, and
.scatter_mul. - Added
max.graph.ops.resize_nearestfor nearest-neighbor interpolation
resizing with configurablecoordinate_transform_modeandround_mode;
max.graph.ops.resizenow supportsInterpolationMode.NEAREST. - Added
resize_nearestop handler to the experimental eager interpreter
(CPU) viamax.experimental.functional.resize_nearest. - Added
max.graph.ops.resize_bicubicfor bicubic interpolation resizing
(rank-4 NCHW, half_pixel coord mapping, a=-0.75 Catmull-Rom kernel);
max.graph.ops.resizenow delegates itsInterpolationMode.BICUBICpath
toresize_bicubic. - Added
resize_bicubicop handler to the experimental eager interpreter
(CPU) viamax.experimental.functional.resize_bicubic.
Mojo changelog updates:
Raw MAX diff: https://github.com/modular/modular/compare/26f5d19bf47ab3751976ad2eda5fccdb05b7f2a0...31cfc5d6c57996d12f1defab62b5a6bbeba81217)>
Current Mojo changelog: https://github.com/modular/modular/blob/main/mojo/docs/nightly-changelog.md