Skip to content

v8.3.4: Update Blis pin to revert to known-good v0.7

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jan 12:46
· 74 commits to main since this release

Previous releases have used releases of our blis package that vendor newer releases of the upstream blis library. Unfortunately these newer releases have had intermittent crashes on Windows that we haven't been able to track down.

I've therefore released a v1.2 of the blis package that goes back to the known-good v0.7 release of the vendored blis code, which we were using before. This release updates the verison-pin to use it.

It took a surprisingly long time to get v0.7 of blis to compile, due to conflicts on Windows. I regret the delay.