We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This allows using the more efficient x[indices] += y, instead of np.add.at(x, indices, y)