microsoft / onnxruntime-extensions

onnxruntime-extensions: A specialized pre- and post- processing library for ONNX Runtime
MIT License
295 stars 80 forks source link

Update of onnuxruntime-extensions in the PyPi repository #728

Open prsmendonca opened 1 month ago

prsmendonca commented 1 month ago

I'm completely unfamiliar with the process of updating the version of a Python package in the PyPi repository, so I don't know if this is the right venue for my question, but here it is... As of May 24, 2024, the version of onnxruntime-extensions in the PyPi repository is 0.10. Could that be updated to a later version, perhaps even 0.12? I'm aware that I can install whichever version I want from the git repo.

(SANDBOX_env) :~$ pip install onnxruntime-extensions
Collecting onnxruntime-extensions
  Downloading onnxruntime_extensions-0.10.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.3 kB)
Downloading onnxruntime_extensions-0.10.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.0/7.0 MB 10.4 MB/s eta 0:00:00
Installing collected packages: onnxruntime-extensions
Successfully installed onnxruntime-extensions-0.10.1
JTunis commented 1 month ago

0.10.1 is currently the latest release of onnxruntime-extensions: https://github.com/microsoft/onnxruntime-extensions/releases

wenbingl commented 1 month ago

0.11 just release. And number in version.txt is under-development and will be release in the future. @prsmendonca