mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 06:47:13 +08:00
6ca2c2a609
* Allow numpy arrays and larger objects to be passed by value in task specifications. * Fix bug. * Fix bug. Inline all bug numpy object arrays. * Increase size limit for inlining args in task spec. * Give numpy init different signatures in Python 2 and Python 3. * Simplify code. * Fix test. * Use import_array1 instead of import_array.