Mojo-Numerics-and-Algorithms-group / NuMojo

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

Fix all the stuff that the new get and set methods broke #73

Closed MadAlex1997 closed 3 months ago

MadAlex1997 commented 3 months ago

I fixed all of the stuff in the package that is broken by the get and set item calls for NDArray. Except for interpolation, because that thing has like 200 get item calls and when I tried to make it work with ndarray singles it had the unable to infer parameter issue.

shivasankarka commented 3 months ago

I will fix the interpolation module in upcoming PR.