You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't call np.all on a generator.
Use greedy regexp match to remove function/construction call arguments.
Use convert_to_np_array helper in AutodiffComposition.
Explicitly check for empty arrays when converting ContentAddressableMemory weights to integers.
Allow the latest numpy and fastkde packages.
Closes: #3205
This issue tracks adaptations to new behavior in Numpy 2.0
see https://numpy.org/devdocs/numpy_2_0_migration_guide.html.
Moreover, fastkde <2.1 fails with Numpy 2. and fastkde 2.1+ doesn't work with Numpy 1.x (LBL-EESA/fastkde#53), so they need to be updated in sync
The text was updated successfully, but these errors were encountered: