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
Resolve Windows instability by reverting back to the v0.7 version of the vendored Blis library we'd been using. This was surprisingly hard to do, because I had a lot of trouble getting it to compile due to conflicts between cpuid.h and intrin.h on Windows.
Widen the runtime numpy compatibility range to allow usage alongside numpy 1 and numpy 2. We still build against numpy 2 though.