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:
reciprocal
is_even
is_odd
is_power_of_2
Weirdness:
Benchmarking doesn't seem to work the same way anymore on the memory side, so there are segfaults when the bench.mojo file is run. I'm not sure why, I think it may have something to do with unsafe pointer conversion. Code otherwise works when not benchmarked.
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: