METADATA 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  1. Metadata-Version: 2.4
  2. Name: onnxruntime
  3. Version: 1.23.2
  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.10
  26. Classifier: Programming Language :: Python :: 3.11
  27. Classifier: Programming Language :: Python :: 3.12
  28. Classifier: Programming Language :: Python :: 3.13
  29. Requires-Python: >=3.10
  30. Requires-Dist: coloredlogs
  31. Requires-Dist: flatbuffers
  32. Requires-Dist: numpy>=1.21.6
  33. Requires-Dist: packaging
  34. Requires-Dist: protobuf
  35. Requires-Dist: sympy
  36. Dynamic: author
  37. Dynamic: author-email
  38. Dynamic: classifier
  39. Dynamic: description
  40. Dynamic: download-url
  41. Dynamic: home-page
  42. Dynamic: keywords
  43. Dynamic: license
  44. Dynamic: requires-dist
  45. Dynamic: requires-python
  46. Dynamic: summary
  47. ONNX Runtime
  48. ============
  49. ONNX Runtime is a performance-focused scoring engine for Open Neural Network Exchange (ONNX) models.
  50. For more information on ONNX Runtime, please see `aka.ms/onnxruntime <https://aka.ms/onnxruntime/>`_ or the `Github project <https://github.com/microsoft/onnxruntime/>`_.
  51. Changes
  52. -------
  53. 1.23.2
  54. ^^^^^^
  55. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.23.2
  56. 1.23.1
  57. ^^^^^^
  58. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.23.1
  59. 1.23.0
  60. ^^^^^^
  61. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.23.0
  62. 1.22.0
  63. ^^^^^^
  64. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.22.0
  65. 1.21.0
  66. ^^^^^^
  67. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.21.0
  68. 1.20.0
  69. ^^^^^^
  70. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.20.0
  71. 1.19.0
  72. ^^^^^^
  73. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.19.0
  74. 1.18.0
  75. ^^^^^^
  76. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.18.0
  77. 1.17.0
  78. ^^^^^^
  79. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.17.0
  80. 1.16.0
  81. ^^^^^^
  82. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.16.0
  83. 1.15.0
  84. ^^^^^^
  85. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.15.0
  86. 1.14.0
  87. ^^^^^^
  88. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.14.0
  89. 1.13.0
  90. ^^^^^^
  91. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.13.0
  92. 1.12.0
  93. ^^^^^^
  94. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.12.0
  95. 1.11.0
  96. ^^^^^^
  97. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.11.0
  98. 1.10.0
  99. ^^^^^^
  100. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.10.0
  101. 1.9.0
  102. ^^^^^
  103. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.9.0
  104. 1.8.2
  105. ^^^^^
  106. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.8.2
  107. 1.8.1
  108. ^^^^^
  109. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.8.1
  110. 1.8.0
  111. ^^^^^
  112. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.8.0
  113. 1.7.0
  114. ^^^^^
  115. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.7.0
  116. 1.6.0
  117. ^^^^^
  118. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.6.0
  119. 1.5.3
  120. ^^^^^
  121. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.5.3
  122. 1.5.2
  123. ^^^^^
  124. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.5.2
  125. 1.5.1
  126. ^^^^^
  127. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.5.1
  128. 1.4.0
  129. ^^^^^
  130. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.4.0
  131. 1.3.1
  132. ^^^^^
  133. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.3.1
  134. 1.3.0
  135. ^^^^^
  136. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.3.0
  137. 1.2.0
  138. ^^^^^
  139. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.2.0
  140. 1.1.0
  141. ^^^^^
  142. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.1.0
  143. 1.0.0
  144. ^^^^^
  145. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.0.0
  146. 0.5.0
  147. ^^^^^
  148. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v0.5.0
  149. 0.4.0
  150. ^^^^^
  151. Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v0.4.0