- Update to v0.3.31.159
- Replace the VERSION = in Makefile.rule with the one from pyproject.toml
- use single workflow step for publishing to PyPI
- refactor, add pypi publishing
- disambiguate bewteen a NIGHTLY build and a publish build
- Trusted publishing work
- fix bad re-zip: use 'w' not 'a'
- update to 0.3.31-126-g55b16e59
- feat: build riscv64+glibc wheel
- update to v0.3.31-22-g5ffbf38b
- fix typo which created bad pkgconfig file on arm64 32-bit interface
- version
- update OpenBLAS version
- cleanup and single-use OPENBLAS_COMMIT via a file
- Use clang instead of gcc to build on Linux
- Always use gfortran-11 on macos
- update OpenBLAS version to v0.3.30-322-gef6f9762
- patch out extraneous lock/unlock
- use gfortran-11 on macos-x86_64 build
- cleanup clean_code, remove repo_dir, checkout OpenBLAS commit in ci-before-build.sh
- patch to remove OpenBLAS PR 4741, cleanup unused bash code
- Use cibuildwheel to replace multibuild
- Using USE_THREADS & NUM_THREADS while building openblas for win arm64
- update OpenBLAS to 0.3.30
- fix cmake and README
- Refactor confusing BUILD_BITS variable in CI
- Refactor CI to produce 64-bit integer interface wheels for WoA
- Add build script for Windows on ARM64