METADATA 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. Metadata-Version: 2.4
  2. Name: onnxruntime
  3. Version: 1.24.3
  4. Summary: ONNX Runtime is a runtime accelerator for Machine Learning models
  5. Home-page: https://onnxruntime.ai
  6. Download-URL: https://github.com/microsoft/onnxruntime/tags
  7. Author: Microsoft Corporation
  8. Author-email: onnxruntime@microsoft.com
  9. License: MIT License
  10. Keywords: onnx machine learning
  11. Classifier: Development Status :: 5 - Production/Stable
  12. Classifier: Intended Audience :: Developers
  13. Classifier: License :: OSI Approved :: MIT License
  14. Classifier: Operating System :: POSIX :: Linux
  15. Classifier: Operating System :: Microsoft :: Windows
  16. Classifier: Operating System :: MacOS
  17. Classifier: Topic :: Scientific/Engineering
  18. Classifier: Topic :: Scientific/Engineering :: Mathematics
  19. Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
  20. Classifier: Topic :: Software Development
  21. Classifier: Topic :: Software Development :: Libraries
  22. Classifier: Topic :: Software Development :: Libraries :: Python Modules
  23. Classifier: Programming Language :: Python
  24. Classifier: Programming Language :: Python :: 3 :: Only
  25. Classifier: Programming Language :: Python :: 3.11
  26. Classifier: Programming Language :: Python :: 3.12
  27. Classifier: Programming Language :: Python :: 3.13
  28. Classifier: Programming Language :: Python :: 3.14
  29. Requires-Python: >=3.10
  30. Requires-Dist: flatbuffers
  31. Requires-Dist: numpy>=1.21.6
  32. Requires-Dist: packaging
  33. Requires-Dist: protobuf
  34. Requires-Dist: sympy
  35. Dynamic: author
  36. Dynamic: author-email
  37. Dynamic: classifier
  38. Dynamic: description
  39. Dynamic: download-url
  40. Dynamic: home-page
  41. Dynamic: keywords
  42. Dynamic: license
  43. Dynamic: requires-dist
  44. Dynamic: requires-python
  45. Dynamic: summary
  46. ONNX Runtime
  47. ============
  48. ONNX Runtime is a performance-focused scoring engine for Open Neural Network Exchange (ONNX) models.
  49. For more information on ONNX Runtime, please see `aka.ms/onnxruntime <https://aka.ms/onnxruntime/>`_ or the `Github project <https://github.com/microsoft/onnxruntime/>`_.
  50. Changes
  51. -------
  52. 1.24.3
  53. ^^^^^^
  54. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.24.3
  55. 1.24.2
  56. ^^^^^^
  57. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.24.2
  58. 1.24.1
  59. ^^^^^^
  60. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.24.1
  61. 1.23.0
  62. ^^^^^^
  63. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.23.0
  64. 1.22.0
  65. ^^^^^^
  66. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.22.0
  67. 1.21.0
  68. ^^^^^^
  69. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.21.0
  70. 1.20.0
  71. ^^^^^^
  72. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.20.0
  73. 1.19.0
  74. ^^^^^^
  75. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.19.0
  76. 1.18.0
  77. ^^^^^^
  78. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.18.0
  79. 1.17.0
  80. ^^^^^^
  81. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.17.0
  82. 1.16.0
  83. ^^^^^^
  84. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.16.0
  85. 1.15.0
  86. ^^^^^^
  87. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.15.0
  88. 1.14.0
  89. ^^^^^^
  90. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.14.0
  91. 1.13.0
  92. ^^^^^^
  93. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.13.0
  94. 1.12.0
  95. ^^^^^^
  96. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.12.0
  97. 1.11.0
  98. ^^^^^^
  99. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.11.0
  100. 1.10.0
  101. ^^^^^^
  102. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.10.0
  103. 1.9.0
  104. ^^^^^
  105. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.9.0
  106. 1.8.2
  107. ^^^^^
  108. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.8.2
  109. 1.8.1
  110. ^^^^^
  111. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.8.1
  112. 1.8.0
  113. ^^^^^
  114. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.8.0
  115. 1.7.0
  116. ^^^^^
  117. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.7.0
  118. 1.6.0
  119. ^^^^^
  120. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.6.0
  121. 1.5.3
  122. ^^^^^
  123. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.5.3
  124. 1.5.2
  125. ^^^^^
  126. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.5.2
  127. 1.5.1
  128. ^^^^^
  129. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.5.1
  130. 1.4.0
  131. ^^^^^
  132. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.4.0
  133. 1.3.1
  134. ^^^^^
  135. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.3.1
  136. 1.3.0
  137. ^^^^^
  138. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.3.0
  139. 1.2.0
  140. ^^^^^
  141. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.2.0
  142. 1.1.0
  143. ^^^^^
  144. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.1.0
  145. 1.0.0
  146. ^^^^^
  147. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.0.0
  148. 0.5.0
  149. ^^^^^
  150. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v0.5.0
  151. 0.4.0
  152. ^^^^^
  153. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v0.4.0