Skip to content
Open
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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## OpenBLAS v0.3.34

### 0.3.34.0.0 (2026-07-17)
- Update to OpenBLAS 0.3.34

## OpenBLAS v0.3.33

### 0.3.33.201.0 (2026-07-05)
Expand Down
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.33-201-ge70a7a73
v0.3.34
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.33-201-ge70a7a73
version = "0.3.33.201.0"
# v0.3.34.0
version = "0.3.34.0"
requires-python = ">=3.7"
description = "Provides OpenBLAS for python packaging"
readme = "README.md"
Expand Down
Loading