We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dd980b commit 6b5590cCopy full SHA for 6b5590c
CHANGES.md
@@ -1,5 +1,5 @@
1
-3.5.0 (TDB)
2
-===========
+3.5.0 (2024-04-29)
+==================
3
4
- Added support for the Scientific Python version of OpenBLAS
5
(https://github.com/MacPython/openblas-libs), which exposes symbols with different
threadpoolctl.py
@@ -24,7 +24,7 @@
24
from functools import lru_cache
25
from contextlib import ContextDecorator
26
27
-__version__ = "3.5.0.dev0"
+__version__ = "3.5.0"
28
__all__ = [
29
"threadpool_limits",
30
"threadpool_info",
0 commit comments