Eric Larson

Results 114 issues of Eric Larson

@papadop this is how I've debugged on each OS Closes #586

Let's see if I got this dependency right. @papadop feel free to separately remove veclib. With these two changes I think we'll be consistent in terms of what our code...

Closes #280 Closes #285 Closes #286 @agramfort do we need `cgal` support? If so, this will hopefully add a test for it, assuming the 22.04 binaries are new enough and...

When we get rid of the `any` in the wheel name (by marking it dirty) then `delocate` has problems. These can probably be solved by following https://github.com/matthew-brett/delocate and http://matthew-brett.github.io/docosx/mac_runtime_link.html#the-install-name). But...

It would good to allow the windows build to actually link statically to OpenBLAS -- it seems to still pick up the `.dll` even when the static build is requested....

Locally this passes. Shouldn't be merged until PyVista merges https://github.com/pyvista/pyvista/pull/958

It would be nice if there were a way to tell if there was a cache hit for `memory.cache(func)(*args, **kwargs)`. Is this possible already? If so, I can add a...

https://cirrus-ci.org/guide/quick-start/ https://github.com/scipy/scipy/pull/17029 We could do linux_aarch64 if we wanted, too. But I haven't seen any demand for that yet so I'm thinking just arm64 for now

I was interested to see if we could add support for `maxwell_filter(raw_ctf.apply_gradient_compensation(3))`. It looks like it's possible, but the performance is not as good as processing un-compensated data. Maybe I'm...

Once https://github.com/scipy/scipy/pull/15704 is merged we should ideally be able to directly call STFT and preserve power. However, that would require waiting ~2 years. Instead I think we should add a...

MEDIUM
MAINT