[Numpy-discussion] call for contributions – content writers for the NumPy newsletter

2022-01-02 Thread Inessa Pawson
Happy New Year, everyone! I hope you had a restful holiday break and are entering the new year refreshed and inspired. The NumPy documentation team and I are gearing up for the launch of the NumPy newsletter and currently looking for content writers. If you are new to contributing to open source o

[Numpy-discussion] Re: Proposal for new function to determine if a float contains an integer

2022-01-02 Thread Joseph Fox-Rabinovitz
Is there a guide on how to pacakage non-ufunc functions with multiple loops? Something like sort? It looks like there is no way of adding additional arguments to a ufunc as of yet. On a related note, would it be more useful to have a function that returns the number of bits required to store a num