ModularM
Modular14mo ago
2 replies
PhoToN 旭輝

NuMojo v0.4 is here! 🔥

We’re excited to announce the release of NuMojo v0.4 compatible with Mojo 24.6! Here’s what’s new:

🌟 New Features
- Matrix Type: Optimized 2D array with core operations, broadcasting, and linear algebra support.
- Expanded array creation routines following NumPy.
- New convolve2d function for signal processing.
- More descriptive error messages for better debugging.

🦋 Improvements
- Adapted to Mojo V24.6 with updated naming conventions.
- Unified routines for consistency with NumPy.
- matmul, sort and transpose now handle more flexible input shapes.
- Modules reorganized for easier navigation and consistency with NumPy.

🛠️ Fixes
- Resolved issues with slicing and input handling in fromstring.
- Enhanced stability and optimized performance.

📚 Documentation and testing have been updated too!

Check out the full changelog here.

Check out our Discord

Thank you for your support and stay tuned for more updates!
GitHub
NuMojo is a library for numerical computing in Mojo 🔥 similar to numpy in Python. - Mojo-Numerics-and-Algorithms-group/NuMojo
GitHub - Mojo-Numerics-and-Algorithms-group/NuMojo: NuMojo is a lib...
GitHub
NuMojo is a library for numerical computing in Mojo 🔥 similar to numpy in Python. - Mojo-Numerics-and-Algorithms-group/NuMojo
NuMojo/docs/changelog.md at main · Mojo-Numerics-and-Algorithms-gro...
Was this page helpful?