Patrick Marx
Patrick Marx
> but this PR uses it in `pyspark/core/` rather than in tests @rgommers `np.set_printoptions` is only called inside `def _test() -> None:` in these classes, which setup and run `doctest`....
@jonathanunderwood @jmg-duarte will there be a new build supporting Python 3.13? The latest version of https://pypi.org/project/trino/ now depends on this package, which blocks us from updating since there are currently...
@coastalwhite thanks for the quick review and the MRE! However, I think there was a mistake in the test. You were filtering on `pl.col.a == pl.col.b`, which is true for...
There's an overview page of which libraries already support NumPy 2.0: https://github.com/numpy/numpy/issues/26191 According to this, `scipy>=1.13.0`, `pandas >= 2.2.2` and `numba >= 0.6.0` are already updated, while `tensorflow` [might take...