[Numpy-discussion] Re: Fwd: Research Opportunity: Can we monitor your projects?

2025-04-29 Thread Joren Hammudoglu via NumPy-Discussion
Where can I find the source code of that app? I wasn't able to find it on the github organization or on the website. ___ NumPy-Discussion mailing list -- numpy-discussion@python.org To unsubscribe send an email to numpy-discussion-le...@python.org https:

[Numpy-discussion] Re: array.T.max() vs array.max(axis=0) performance difference

2025-04-05 Thread Joren Hammudoglu via NumPy-Discussion
Quick little typing nitpick: `tuple[np.float64]` describes a tuple of length 1. To describe a tuple of arbitrary length, you'd write `tuple[np.float64, ...]` --- On a more related note, I'm seeing an asymptotic speedup/slowdown of 14x Equality: True Number of points: 10 Normal:2.99 μs ± 8.

[Numpy-discussion] Re: Endorsing SPECs 1, 6, 7, and 8

2024-10-08 Thread Joren Hammudoglu via NumPy-Discussion
Is SPEC 1 thread-safe enough for py313+nogil? ___ NumPy-Discussion mailing list -- numpy-discussion@python.org To unsubscribe send an email to numpy-discussion-le...@python.org https://mail.python.org/mailman3/lists/numpy-discussion.python.org/ Member add