dask / dask

Parallel computing with task scheduling
https://dask.org
BSD 3-Clause "New" or "Revised" License
12.49k stars 1.7k forks source link

Deprecate AxisError, itemgetter, methodcaller #8301

Closed crusaderky closed 2 years ago

crusaderky commented 2 years ago

These classes and functions no longer have a reason to exist:

They are undocumented and as such they should be treated as internals. However it has been agreed at the maintainers meeting that we should go through a deprecation cycle for peace of mind.

crusaderky commented 2 years ago

Correction: dask.utils.methodcaller is not the same as operator.methodcaller, as the former allows passing arguments to the method at call time, while the latter forces you to pass them at build time.