David Hewitt

Results 1495 comments of David Hewitt

I think the closure needs to be similar to `for_each` which takes each element in turn, so that that way we get to call `PyDict_Next` within our own code and...

Doh, of course not. We can still implement `fold`, and maybe on our `nightly` feature we could implement `try_fold`.

I'm ok with changing this, but I think before we accept this PR we should discuss a bit what we want `multiple_of` for floats to do (and if we already...

This is high on my list of priorities and I've been doing some thinking on it, but I also have some fairly pressing stuff to complete this week. Will do...

(and sorry for the very long delay, btw)

Maturin has support but you need to bump the PyO3 version to 0.22.

Ah, we're just about to release `rust-numpy` 0.22 so that might unblock here.

`rust-numpy` 0.22 is now live 🚀

Thanks, yep I think it's fixed on main, will set this to merge.

It looks like the `version-limits` test needs updating please; (can run with `nox -s test-version-limits`).