Skip to content

Replace the 'VERSION = ' in Makefile.rule with the one from pyproject.toml#264

Merged
mattip merged 4 commits intoMacPython:mainfrom
mattip:use-version
Mar 17, 2026
Merged

Replace the 'VERSION = ' in Makefile.rule with the one from pyproject.toml#264
mattip merged 4 commits intoMacPython:mainfrom
mattip:use-version

Conversation

@mattip
Copy link
Collaborator

@mattip mattip commented Mar 17, 2026

  • I updated the package version in pyproject.toml and made sure the first 3 numbers match ./openblas_commit.txt. If I did not update ./openblas_commit.txt, I incremented the wheel build number (i.e. 0.3.29.0.0 to 0.3.29.0.1)

Note: update ./openblas_commit.txt with cd OpenBLAS; git describe --tags --abbrev=8 > ../openblas_commit.txt

Set the VERSION. This will make $ python -m threadpoolctl -i numpy and $ python -m scipy_openblas64 show the package version instead of a generic OpenBLAS version.

@mattip mattip changed the title Replace the VERSION = in Makefile.rule with the one from pyproject.toml Replace the 'VERSION = ' in Makefile.rule with the one from pyproject.toml Mar 17, 2026
@mattip mattip linked an issue Mar 17, 2026 that may be closed by this pull request
@mattip
Copy link
Collaborator Author

mattip commented Mar 17, 2026

Closes #263

@mattip
Copy link
Collaborator Author

mattip commented Mar 17, 2026

Also add a CHANGELOG.md that maps the package version to the git commit, and allows figuring out what changed.

@mattip mattip merged commit 29c2e3c into MacPython:main Mar 17, 2026
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve the version visibility

1 participant