Skip to content

Commit befbe32

Browse files
authored
Merge pull request #273 from mattip/threading
update to v0.3.33-112 to get a fix for threading locks
2 parents e9fd0e3 + 11a78ee commit befbe32

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## OpenBLAS v0.3.33
22

3+
### 0.3.33.112.0 (2026-06-15)
4+
- Update to v0.3.33.112
5+
36
### 0.3.33.0.0 (2026-05-03)
47
- Update to OpenBLAS 0.3.33
58

OpenBLAS

openblas_commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.3.33
1+
v0.3.33-112-g9bdf051b

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ build-backend = "setuptools.build_meta"
88

99
[project]
1010
name = "scipy-openblas64"
11-
# v0.3.33
12-
version = "0.3.33.0.0"
11+
# v0.3.33-112-g9bdf051b
12+
version = "0.3.33.112.0"
1313
requires-python = ">=3.7"
1414
description = "Provides OpenBLAS for python packaging"
1515
readme = "README.md"

0 commit comments

Comments
 (0)