Matthew Murray
Matthew Murray
Closes #440 This PR adds autoscaling to the Operator by creating a new DaskAutoscaler CRD and then using a `kopf` timer to track it.
Seperate operator networking functions and use kr8s api in them.
Closes #695. This PR replaces the Pod created from a DaskJob CRD with a Job. This allows us to use some of the existing functionality of K8s Jobs.
It would be helpful to have a contributing page in the documentation for those who want set up their development environments correctly and contribute to Dask Kubernetes. I'll start with...
Add a Lexer for Numba Intermediate Representation (IR).
## Description Part of #14975 This PR adds a pandas debugging option to `_fast_slow_function_call` that runs the slow path after the fast and returns a warning if the results differ....
## Description Apart of #15162 ## Checklist - [ ] I am familiar with the [Contributing Guidelines](https://github.com/rapidsai/cudf/blob/HEAD/CONTRIBUTING.md). - [ ] New or existing tests cover these changes. - [ ]...
## Description Apart of #15162 ## Checklist - [ ] I am familiar with the [Contributing Guidelines](https://github.com/rapidsai/cudf/blob/HEAD/CONTRIBUTING.md). - [ ] New or existing tests cover these changes. - [ ]...
## Description This PR wraps up #14975 and extends PR #15837. It adds a fallback debugging mode to _fast_slow_function_call that returns warnings for different types of fallback that occur in...
## Description Closes #15459 ## Checklist - [ ] I am familiar with the [Contributing Guidelines](https://github.com/rapidsai/cudf/blob/HEAD/CONTRIBUTING.md). - [ ] New or existing tests cover these changes. - [ ] The...