PythonCall.jl icon indicating copy to clipboard operation
PythonCall.jl copied to clipboard

Use ArrayInterface.jl?

Open cjdoris opened this issue 4 years ago • 1 comments

It might make handling conversion of arrays between Julia and Python easier - or at least provide a consistent interface to override to control the behaviour.

cjdoris avatar Oct 18 '21 09:10 cjdoris

Now that ArrayInterfaceCore exists, we should at least overload can_setindex, defines_strides and device.

https://discourse.julialang.org/t/juliacall-and-simplechains-not-working-together/86978

cjdoris avatar Sep 09 '22 12:09 cjdoris