PythonCall.jl
PythonCall.jl copied to clipboard
Use ArrayInterface.jl?
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.
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