Congratulations, Mukulika and Ross!
We appreciate all your hard work and dedication to the project.
On Thu, Jan 5, 2023 at 8:01 PM Melissa Mendonça wrote:
> Hi folks,
>
> I am happy to announce an update to the NumPy Documentation team. Although
> there is no formal leadership position so far, i
Hi folks,
I am happy to announce an update to the NumPy Documentation team. Although
there is no formal leadership position so far, it is helpful to have
someone responsible for running team meetings, organizing high-level items
and planning larger projects such as Google Season of Docs. With this
Hi Sebastian,
This is what I get when I compile with just “python3.8 setup.py build -j 16”:
- BEGIN -
### CLIB COMPILER OPTIMIZATION ###
INFO: Platform :
Architecture: x64
Compiler: gcc
CPU baseline :
Requested : 'min'
Enabled : SSE SSE2 SS
On Wed, 2023-01-04 at 04:06 +, Peter Schneider-Kamp wrote:
> Hi guys,
>
> I am trying to understand how the x86 dispatch for ndarray sort
> works. The following call in Line 137 of
> numpy/core/src/npysort/quicksort.cpp returns 0 for my test cases:
>
> if (x86_dispatch::quicksort(start, num))