Re: [DISCUSS] C-level in-process array protocol

2019-09-19 Thread Travis Oliphant
. the release callback) > void* user_data; > }; > > Thoughts? > > (*) For the record, the reference for the Python buffer protocol: > https://docs.python.org/3/c-api/buffer.html#buffer-structure > and its C struct definition: > https://github.com/python/cpython/blob/v3.7.4/Include/object.h#L181-L195 > > Regards > > Antoine. > -- *Travis Oliphant* CEO 512 826 7480 <https://www.quansight.com/>

Re: TensorFlow, PyTorch, and manylinux1

2018-12-17 Thread Travis Oliphant
Can PyTorch provide and maintain a conda-forge recipe? This would allow the large and growing conda forge ecosystem to easily install PyTorch in a community-supported way. Are there problems with using conda or another general package manager? I agree that the machine learning packages are tryin

Re: [DISCUSS] Concerns about the Arrow Slack channel

2018-06-21 Thread Travis Oliphant
ommended as PRs on Github. Does that mean a branch at Github is considered to be the primary repository, or is there another place that code has to go to be official? I suspect this is all documented somewhere. I would welcome a simple link to the right place to read. Thank you, -Travis ---