mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 01:16:06 +08:00
a1d7bb31a4
* working for non-string functions and not lists of functions * works with functions as strings now as well * fixed linting errors * throwing a warning if the input is a dictionary * added dict of lists functionality * fix minor indexing errors and lint * removed some commented out code * some comments and thoughts for apply * cleaned up code a little bit and added todos * improved performance * error checking and code cleanup and comments * small change * improved list performance a lot * agg calls apply for lists * addressing comments on the PR * col_metadata change * updated tests to expect TypeError where appropriate