Mojo-Numerics-and-Algorithms-group / NuMojo

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

Boolean masks & Docstrings #72

Closed shivasankarka closed 1 month ago

shivasankarka commented 2 months ago

NDArray

Docstrings

Updated functions with docstrings following style guide all .mojo files except ndarray.mojo (Ongoing) and some functions in sort.mojo (fixing issues with __setitem__)

Quirks