What's the migration path for ray.data.aggregate's Max, Mean, Min, and Std functions?

Hi, I was using from ray.data.aggregate import Max, Mean, Min, Std in ray 2.23.0. But after upgrading to 2.40.0, these functions were moved to ray.data._internal.aggregate. What’s the suggested way to use these functions now?

Ray team plans to make them part of public API interface again.

Slack