-
Notifications
You must be signed in to change notification settings - Fork 52
Description
Hi @nihui ,
First of all, thank you for maintaining this great tool!
https://pypi.org/project/ruapu/
I am writing to request a new release of ruapu on PyPI. The current version available on PyPI (0.1.0) was last updated on Feb 27, 2024, which is quite outdated compared to the current state of the repository.
The Issue: Today, while trying to detect CPU ISA support on a colleague's machine using the PyPI version of ruapu, we found that certain instructions could not be detected/recognized. After investigation, I realized my local environment was using a newer build, while the PyPI version was nearly a year old and missing recent improvements and instruction support.
Why it matters:
- Instruction Support: Many new CPU features and fixes added in the past few months are not accessible via pip install ruapu.
- Consistency: Users expect the package manager version to be relatively in sync with the master branch to ensure reliable environment setups.
Could you please trigger a new release to PyPI when you have a moment?
Thank you for your time and help!