pydata / bottleneck

Fast NumPy array functions written in C
BSD 2-Clause "Simplified" License
1.07k stars 104 forks source link

Test with numpy 2.0.0rc1 and fix API changes of np.array()'s copy kwarg #450

Closed bnavigator closed 5 months ago

bnavigator commented 6 months ago

Follow up of https://github.com/pydata/bottleneck/pull/449#issuecomment-2100314258

mgorny commented 6 months ago

Thanks for this!

rdbisme commented 5 months ago

Thanks a lot.