Matti Picus

Results 1105 comments of Matti Picus

> It may be helpful to make the allow_pickle parameter keyword-only This sounds like the correct approach to me. I wonder how many users this would break.

I think it is fine to ignore views, and require users of `madvise()` to use it only on the `base` array. We can revisit this decision if end users find...

We discussed this at a recent triage meeting and would prefer to just disallow this whole construct. Is that possible? There were some other opinions too.

Reviewing all this: The original motivation for disallowing 2d `cross` was to be compatible with the [Array API definition](https://data-apis.org/array-api/latest/extensions/generated/array_api.linalg.cross.html). If I understand correctly this was discussed and arrived on in...

I made some progress with this over at https://github.com/MacPython/openblas-libs/pull/241. The code now looks like ``` __attribute__ ((visibility ("default"))) #ifdef void NAME(int a, int b) { #else void CNAME(int a, int...

I made quite a bit of progress in MacPython/openblas-libs#241. One stumbling block: the assembly code files use `PROLOGUE` to define the functions, so I added a `hidden` directive to all...

Here is a theory: You may be running a "universal python" that can run in both x86_64 and arm64 mode. One of the other libraries imported before numpy is forcing...

The `_rangemedian` code came from @pv. I guess the safest thing to do is grab the GIL when calling into the methods, unless someone wants to dive into analyzing the...

Trusted publishing is a github-only option, correct? Since the s390x and ppc64le wheels are built on travis, we would need to either build in qemu dockers, give up on those...

Please ping me when I can delete the 21GB of files from [multibuild-wheels-staging/scipy](https://anaconda.org/multibuild-wheels-staging/scipy).