Commits

Wes McKinney authored ad7e6c3d542
ARROW-2989: [C++/Python] Remove API deprecations in 0.10 I didn't remove the `nthreads` deprecations in Python yet. @pitrou do you support removing them in 0.11? Author: Wes McKinney <wesm+git@apache.org> Closes #2478 from wesm/ARROW-2989 and squashes the following commits: 8de36e6a <Wes McKinney> Test non-threaded conversion bff138a0 <Wes McKinney> Make use_threads=True the default in pandas conversion tests 5ae97a96 <Wes McKinney> Remove nthreads argument where thread pool is being used. Set default for use_threads to True 279453c7 <Wes McKinney> Remove C++/Python API deprecations in 0.10, except for nthreads in Python