Back to Numpy

``meshgrid`` now always returns a tuple

doc/release/upcoming_changes/30707.change.rst

2.5.0.dev0237 B
Original Source

meshgrid now always returns a tuple

np.meshgrid previously used to return a list when sparse was true and copy was false. Now, it always returns a tuple regardless of the arguments.