Skip to content

Improve the version visibility #263

@mattip

Description

@mattip

Today when running threadpoolctl -i numpy we get a generic OpenBLAS dev version:

$ python -m threadpoolctl -i numpy
[
  {
    "user_api": "blas",
    "internal_api": "openblas",
    "num_threads": 24,
    "prefix": "libscipy_openblas",
    "filepath": "/tmp/venv313/lib/python3.13/site-packages/numpy.libs/libscipy_openblas64_-ff84a88b.so",
    "version": "0.3.31.dev",
    "threading_layer": "pthreads",
    "architecture": "Haswell"
  }
]

It would be nice if that showed the actual scipy-openblas version like 0.3.31.196.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions