Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## OpenBLAS v0.3.31.188 (v0.3.31-188-g4956446c)

### 0.3.31.188.0 (2026-03-22)
- Update to v0.3.31.188

## OpenBLAS v0.3.31.159 (v0.3.31-159-g7a95460b)

### 0.3.31.159.0 (2026-03-17)
Expand Down Expand Up @@ -98,4 +103,4 @@
## OpenBLAS v0.3.29.0

### 0.3.29.0.0 (2025-04-03)
- Add build script for Windows on ARM64
- Add build script for Windows on ARM64
2 changes: 1 addition & 1 deletion OpenBLAS
2 changes: 1 addition & 1 deletion openblas_commit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.3.31-159-g7a95460b
v0.3.31-188-g4956446c
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ build-backend = "setuptools.build_meta"

[project]
name = "scipy-openblas64"
# v0.3.31.159
version = "0.3.31.159.0"
# v0.3.31-188-g4956446c
version = "0.3.31.188.0"
requires-python = ">=3.7"
description = "Provides OpenBLAS for python packaging"
readme = "README.md"
Expand Down
Loading