1. 295ad27 Merge pull request #43443 from tensorflow-jenkins/version-numbers-2.0.3-23981 by Mihai Maruseac · 5 years ago v2.0.3
  2. c574e64 Update version numbers to 2.0.3 by TensorFlow Release Automation · 5 years ago
  3. 1bdd956 Merge pull request #43438 from tensorflow-jenkins/relnotes-2.0.3-26591 by Mihai Maruseac · 5 years ago
  4. 60f0b7b Update RELEASE.md by Mihai Maruseac · 5 years ago
  5. e081967 Insert release notes place-fill by TensorFlow Release Automation · 5 years ago
  6. 975a523 Merge pull request #43411 from tensorflow/mm-fix-2.0 by Mihai Maruseac · 5 years ago
  7. 0ea1b84 Add missing import by Mihai Maruseac · 5 years ago
  8. b98dc69 No `disable_tfrt` present on this branch by Mihai Maruseac · 5 years ago
  9. 4ec48a1 Merge pull request #43407 from tensorflow/mihaimaruseac-patch-2 by Mihai Maruseac · 5 years ago
  10. c55d0c3 Remove import that is not needed by Mihai Maruseac · 5 years ago
  11. a6752f0c Merge pull request #43404 from tensorflow/mihaimaruseac-patch-1 by Mihai Maruseac · 5 years ago
  12. e47dd65 Fix import path by Mihai Maruseac · 5 years ago
  13. 63e6ed8 Merge pull request #43402 from tensorflow/mihaimaruseac-patch-2-1 by Mihai Maruseac · 5 years ago
  14. baa1b69 Cast away a const in intermediate API by Mihai Maruseac · 5 years ago
  15. 4573558 Merge pull request #43399 from tensorflow/mihaimaruseac-patch-1 by Mihai Maruseac · 5 years ago
  16. 67e53f8 Fix typo in macro by Mihai Maruseac · 5 years ago
  17. 43903c1 Merge pull request #43395 from tensorflow/mihaimaruseac-patch-2 by Mihai Maruseac · 5 years ago
  18. 5502bd7 Fix import path by Mihai Maruseac · 5 years ago
  19. b71eb54 Merge pull request #43389 from tensorflow/mihaimaruseac-patch-2 by Mihai Maruseac · 5 years ago
  20. 3f13b7e Solve leftover from merge conflict by Mihai Maruseac · 5 years ago
  21. 7732945 Merge pull request #43355 from tensorflow/mm-patch-r2.0 by Mihai Maruseac · 5 years ago
  22. ec14e1b Fix undefined behavior in `tf.raw_ops.Switch` in eager mode. by Mihai Maruseac · 5 years ago
  23. 0615b26 Fix heap buffer overflow in `tf.raw_ops.SparseFillEmptyRowsGrad`. by Mihai Maruseac · 5 years ago
  24. 446b0ea Prevent integer truncation from 64 to 32 bits. by Mihai Maruseac · 5 years ago
  25. 3a322cb Prevent `int64` to `int` truncation in `Shard` API usage. by Mihai Maruseac · 5 years ago
  26. e432a7a Prevent format string vulnerability in `tf.strings.as_string`. by Mihai Maruseac · 5 years ago
  27. 8cdee3c Prevent segfault in `GetSessionHandle{,V2}`. by Mihai Maruseac · 5 years ago
  28. f95fa5f Validate `data_splits` for `tf.StringNGrams`. by Mihai Maruseac · 5 years ago
  29. b902fac Fix bad import by Mihai Maruseac · 5 years ago
  30. 4c1c846 Validate `NodeDef`s from `FunctionDefLibrary` of a `GraphDef`. by Mihai Maruseac · 5 years ago
  31. e4d36ad Prevent loading saved models where constant nodes have no tensor value. by Mihai Maruseac · 5 years ago
  32. db6e190 Properly handle negative shape dimensions from improper saved models. by Mihai Maruseac · 5 years ago
  33. ce945d5 [tflite] Ensure `ResolveAxis` properly handles negative inputs. by Mihai Maruseac · 5 years ago
  34. 79deaeb [tflite] Ensure `MatchingDim` does not allow buffer overflow. by Mihai Maruseac · 5 years ago
  35. 7bb92ee [tflite] Ensure input tensors don't have `nullptr` buffers. by Mihai Maruseac · 5 years ago
  36. 8c2092e [tflite] Ensure inputs and outputs don't overlap. by Mihai Maruseac · 5 years ago
  37. 0b5be27 [tflite] Make `GetOptionalInputTensor` the same as `GetInput`. by Mihai Maruseac · 5 years ago
  38. d8f8236 [tflite] Test for `kTfLiteOptionalTensor` in `GetInput`. by Mihai Maruseac · 5 years ago
  39. 015b91f [tflite] Don't check for buffers on every subgraph. by Mihai Maruseac · 5 years ago
  40. f19bc1b Merge pull request #40731 from tensorflow/mm-cherry-pick-sqlite-fix-r2.0 by Mihai Maruseac · 5 years ago
  41. fe9e707 Bump sqlite to 3.33.0 by Mihai Maruseac · 5 years ago
  42. 5fd6a2d Merge pull request #43305 from tensorflow/mihaimaruseac-patch-1 by Mihai Maruseac · 5 years ago
  43. d80787c Disable test which fails on mac pip by Mihai Maruseac · 5 years ago
  44. f3fece3 Merge pull request #43283 from tensorflow/mihaimaruseac-patch-1 by Mihai Maruseac · 5 years ago
  45. 0703cc5 Fix missing comma by Mihai Maruseac · 5 years ago
  46. ba7ae97 Merge pull request #43281 from tensorflow/patch_release by Mihai Maruseac · 5 years ago
  47. cb10f63 Fixing build files for broken test/builds by Geeta Chavan · 5 years ago
  48. 3ecef3c Merge pull request #42536 from tensorflow/update_v_2.0 by Mihai Maruseac · 5 years ago
  49. 0da03ad Pin numpy version to 1.19 by Geeta Chavan · 5 years ago
  50. 5e8d401 Merge pull request #41706 from angerson/r2.0 by Mihai Maruseac · 5 years ago
  51. 06e7f8a Backport new rel/ structure to r2.0 branch by Austin Anderson · 5 years ago
  52. 67746f8 Merge pull request #40705 from Intel-tensorflow:chuanqiw/upgrade_sqlite by TensorFlower Gardener · 5 years ago
  53. 2c2fdd3 Merge pull request #39355 from tensorflow-jenkins/relnotes-2.0.2-25649 by Mihai Maruseac · 5 years ago v2.0.2
  54. d853307 Update RELEASE.md by Mihai Maruseac · 5 years ago
  55. 2cab83a Merge pull request #37063 from tensorflow/mm-cherrypick-36960-cve-fixes-on-r2.0 by Mihai Maruseac · 5 years ago
  56. b64d5ed Merge pull request #38407 from tensorflow/mm-cherrypick-libjpeg-turbo-on-r2.0 by Mihai Maruseac · 5 years ago
  57. f09139c Merge pull request #38275 from tensorflow/mm-cherrypick-curl-cve-fix-on-r2.0 by Mihai Maruseac · 5 years ago
  58. 4dc855b Merge pull request #39086 from ShaneSmiskol/r2.0-cherry-pick-pycharm-dynamic-display by Mihai Maruseac · 5 years ago
  59. 4d1d786 Merge pull request #39191 from tensorflow/mm-cherry-pick-apache-switches-on-r2.0 by Mihai Maruseac · 5 years ago
  60. e6f531b5 Merge pull request #39356 from tensorflow-jenkins/version-numbers-2.0.2-6911 by Mihai Maruseac · 5 years ago
  61. ac3518e Update version numbers to 2.0.2 by TensorFlow Release Automation · 5 years ago
  62. 7fdf7f2 Insert release notes place-fill by TensorFlow Release Automation · 5 years ago
  63. 2ab9864 Increase Apache Spark version to 2.4.5 to handle GitHub Security Alert by Mihai Maruseac · 5 years ago
  64. 30d8248 Fix dynamic display for PyCharm by Shane Smiskol · 5 years ago
  65. 0ecb0e0 Merge pull request #38401 from yongtang:libjpeg-turbo by TensorFlower Gardener · 5 years ago
  66. 24ccca4 Add `socketpair.c` to curl buildable files to fix Windows builds. by Mihai Maruseac · 5 years ago
  67. cf6831f Merge pull request #38200 from Intel-tensorflow:chuanqiw/curl_upgrade by TensorFlower Gardener · 5 years ago
  68. b5dd7bf [Intel Mkl] Upgrade Sqlite3 to fix CVE-2019-19880 CVE-2019-19244 and CVE-2019-19645 by Clayne Robison · 6 years ago
  69. a641fa1 Merge pull request #36260 from angerson/r2.0 by Mihai Maruseac · 6 years ago
  70. 791c6fa Remove 2.0.x Python 2 docker images by Austin Anderson · 6 years ago
  71. 765ac8d Merge pull request #35913 from tensorflow-jenkins/relnotes-2.0.1-6767 by Mihai Maruseac · 6 years ago v2.0.1
  72. 0bcb99b Add CVE number for main patch by Mihai Maruseac · 6 years ago
  73. a093c7e Merge pull request #36085 from tensorflow/mm-r2.0-fix-release-builds-pt4 by Mihai Maruseac · 6 years ago
  74. 63aedd7 Disable test that times out on mac non pip builds by Mihai Maruseac · 6 years ago
  75. 619c578 Disable the gpu on cpu tests as they were added for 2.1 by Mihai Maruseac · 6 years ago
  76. 1a617d6 Merge pull request #36047 from tensorflow/mm-r2.0-fix-release-builds-pt3 by Mihai Maruseac · 6 years ago
  77. 32d9138 Cleanup the windows builds by Mihai Maruseac · 6 years ago
  78. dd1ebd7 Cleanup macos builds by Mihai Maruseac · 6 years ago
  79. 3b93059 Remove py2 macos scripts by Mihai Maruseac · 6 years ago
  80. 606596f Remove builds which are not needed for the release by Mihai Maruseac · 6 years ago
  81. 39283d4 Pin estimator and tensorboard in `common.sh` instead of in build files by Mihai Maruseac · 6 years ago
  82. fe523f0 Merge pull request #36041 from tensorflow/mm-r2.0-fix-release-builds-pt2 by Mihai Maruseac · 6 years ago
  83. 3d77cdd Remove the tests that depend on `tf.contrib` by Mihai Maruseac · 6 years ago
  84. 932e052 Remove `-y` on `pip install` as it does not exist by Mihai Maruseac · 6 years ago
  85. 3b432d6 Merge pull request #36026 from tensorflow/mm-r2.0-patch by Mihai Maruseac · 6 years ago
  86. b8c41d4 Fix copy-paste error by Mihai Maruseac · 6 years ago
  87. 328255a Fix BUILD file by Mihai Maruseac · 6 years ago
  88. bedfb39 Update RELEASE.md by Mihai Maruseac · 6 years ago
  89. 620c770 Fix cherry-pick by Mihai Maruseac · 6 years ago
  90. 3ccda1c Changes with no issues by Mihai Maruseac · 6 years ago
  91. d2b2ee9 Revert "Fix segfault when attempting to convert string to float16." by Mihai Maruseac · 6 years ago
  92. cc01e36 Merge pull request #36022 from tensorflow/mm-r2.0-fix-release-builds by Mihai Maruseac · 6 years ago
  93. 7dc97c2 Fix segfault when attempting to convert string to float16. by Mihai Maruseac · 6 years ago
  94. 89a24ac Pin estimator and tensorboard at their version during final release by Mihai Maruseac · 6 years ago
  95. 5aa3a3b Fix linux/gpu_on_cpu build based on changes to master by Mihai Maruseac · 6 years ago
  96. b356642 Remove non-existent build in TF2.0 by Mihai Maruseac · 6 years ago
  97. c847bde Use xcode 10.3 for pip builds too. See #32998 by Mihai Maruseac · 6 years ago
  98. 719bd67 Update xcode to 10.3 by Mihai Maruseac · 6 years ago
  99. c31671d Merge pull request #36012 from tensorflow/mm-r2.0-deps-upgrade by Mihai Maruseac · 6 years ago
  100. 0645aeb Add mising `quic.h` header file by Mihai Maruseac · 6 years ago