lovely-numpy
lovely-numpy copied to clipboard
NumPy arrays, ready for human consumption
Currently invoking `lo()` on arrays that contain non-numeric dtypes fails when checking if the array is all-zero, and when computing min/max/mean/std: Input: ```python lo(np.array(["bla", "bla"])) ``` Output: ``` -> zeros...
hey @xl0, thanks for building this amazing library. I was just playing with this library today and I realized that I prefer having my numpy arrays many times as `L`...
Numpy 2.0 broken, I need to fix it!
I love `lt.monkey_patch` in `lovely_tensors`. Is there plans to add this to the numpy version?
Hi, Thanks for the great work on this project, its very helpful! I've found it is often still useful to maintain the `verbose` output for _all_ prints, but this is...