Phillip Cloud

Results 993 comments of Phillip Cloud

This is a tricky, but possibly fun issue to address. `Deferred` instances are not supported as inputs to `ops.Node`s because `ops.Node`s eagerly check their inputs' type and `Deferred` instances' types...

I wonder if we should address this on a per-backend basis to avoid unnecessary data movement and copying.

SGTM! Since we're about to release 3.2, I'll mark this for 4.0

@rtpsw Is this PR still viable? Happy to review it more, but it looks like maybe it's a bit stale now.

> @cpcloud it requires another review Got it. What's the breaking change here? APIs in ibis.util are not guaranteed to be backwards compatible even if they are public.

@kszucs Should we close the matchpy PR in favor of this one?