Mojo-Numerics-and-Algorithms-group / NuMojo

NuMojo is a library for numerical computing in Mojo 🔥 similar to numpy in Python.
Apache License 2.0
109 stars 15 forks source link

24.4 Update #14

Closed MadAlex1997 closed 4 months ago

MadAlex1997 commented 4 months ago

Update to Mojo 24.4.

all instances of .data() are now .unsafe_ptr

abs, trunc, floor, ceil, and round are now tabs, ttrunc, tfloor, tceil because mojo is not seeing the overload even when called explicitly from Numojo.

Depricated:

Weirdness: