Skip to content

Commit b1cde4d

Browse files
authored
Update RELEASE.md
1 parent 6fd39ef commit b1cde4d

File tree

1 file changed

+2
-50
lines changed

1 file changed

+2
-50
lines changed

RELEASE.md

+2-50
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,29 @@
11
# Release 2.19.0
22

3-
<REPLACE THIS TEXT WITH THE RELEASE NOTES>
4-
5-
# Release 2.19.0
6-
73
## TensorFlow
84

9-
<INSERT SMALL BLURB ABOUT RELEASE FOCUS AREA AND POTENTIAL TOOLCHAIN CHANGES>
10-
115
### Breaking Changes
126

13-
* <DOCUMENT BREAKING CHANGES HERE>
14-
* <THIS SECTION SHOULD CONTAIN API, ABI AND BEHAVIORAL BREAKING CHANGES>
157
* `LiteRT`, a.k.a. `tf.lite`:
168
* C++ API:
17-
* The public constants `tflite::Interpreter:kTensorsReservedCapacity`
18-
and `tflite::Interpreter:kTensorsCapacityHeadroom` are now const
19-
references, rather than `constexpr` compile-time constants.
20-
(This is to enable better API compatibility for TFLite in Play services
21-
while preserving the implementation flexibility to change the values of
22-
these constants in the future.)
9+
* The public constants `tflite::Interpreter:kTensorsReservedCapacity` and `tflite::Interpreter:kTensorsCapacityHeadroom` are now const references, rather than `constexpr` compile-time constants. (This is to enable better API compatibility for TFLite in Play services while preserving the implementation flexibility to change the values of these constants in the future.)
2310
* Interpreter:
2411
* `tf.lite.Interpreter` gives deprecation warning redirecting to its new location at `ai_edge_litert.interpreter`, as the API `tf.lite.Interpreter` will be deleted in TF 2.20. See the [migration guide](https://ai.google.dev/edge/litert/migration) for details.
2512

2613
### Known Caveats
2714

28-
* <CAVEATS REGARDING THE RELEASE (BUT NOT BREAKING CHANGES).>
29-
* <ADDING/BUMPING DEPENDENCIES SHOULD GO HERE>
30-
* <KNOWN LACK OF SUPPORT ON SOME PLATFORM, SHOULD GO HERE>
31-
3215
### Major Features and Improvements
3316

3417
* `tf.lite`
3518
* `tfl.Cast` op is now supporting `bfloat16` in runtime kernel.
36-
* <IF RELEASE CONTAINS MULTIPLE FEATURES FROM SAME AREA, GROUP THEM TOGETHER>
3719

3820
### Bug Fixes and Other Changes
3921

40-
* <SIMILAR TO ABOVE SECTION, BUT FOR OTHER IMPORTANT CHANGES / BUG FIXES>
41-
* <IF A CHANGE CLOSES A GITHUB ISSUE, IT SHOULD BE DOCUMENTED HERE>
42-
* <NOTES SHOULD BE GROUPED PER AREA>
43-
44-
## Keras
45-
46-
<INSERT SMALL BLURB ABOUT RELEASE FOCUS AREA AND POTENTIAL TOOLCHAIN CHANGES>
47-
48-
### Breaking Changes
49-
50-
* <DOCUMENT BREAKING CHANGES HERE>
51-
* <THIS SECTION SHOULD CONTAIN API, ABI AND BEHAVIORAL BREAKING CHANGES>
52-
53-
### Known Caveats
54-
55-
* <CAVEATS REGARDING THE RELEASE (BUT NOT BREAKING CHANGES).>
56-
* <ADDING/BUMPING DEPENDENCIES SHOULD GO HERE>
57-
* <KNOWN LACK OF SUPPORT ON SOME PLATFORM, SHOULD GO HERE>
58-
59-
### Major Features and Improvements
60-
61-
* <INSERT MAJOR FEATURE HERE, USING MARKDOWN SYNTAX>
62-
* <IF RELEASE CONTAINS MULTIPLE FEATURES FROM SAME AREA, GROUP THEM TOGETHER>
63-
64-
### Bug Fixes and Other Changes
65-
66-
* <SIMILAR TO ABOVE SECTION, BUT FOR OTHER IMPORTANT CHANGES / BUG FIXES>
67-
* <IF A CHANGE CLOSES A GITHUB ISSUE, IT SHOULD BE DOCUMENTED HERE>
68-
* <NOTES SHOULD BE GROUPED PER AREA>
69-
7022
## Thanks to our Contributors
7123

7224
This release contains contributions from many people at Google, as well as:
7325

74-
<INSERT>, <NAME>, <HERE>, <USING>, <GITHUB>, <HANDLE>
26+
Akhil Goel, akhilgoe, Alain Flaischer, Alex, Alexander Pivovarov, Alexander Shadchin, Alexis Praga, Amrinfathima-Mcw, Andrey Pikas, Andrey Portnoy, Ankur Singh, Ashiq Imran, Assoap, c8ef, charleshofer, Chase Riley Roberts, Chenhao Jiang, Chongyun Lee, Claudio Desouza, Corentin Godeau, Crefeda Rodrigues, Danny Burrow, dependabot[bot], Dimitris Vardoulakis, Dragan Mladjenovic, Elfie Guo, Emmanuel Ferdman, fiberflow, flyingcat, Gary Yi-Hung Chen, Georg Stefan Schmid, Gerwout Van Der Veen, Harsha H S, Harshit Monish, Hugo Mano, i.Pear, Ilia Sergachev, Jane Liu, Jaroslav Sevcik, Jc (Jonathan Chen), Jerry Ge, Jian Li, johndoknjas, Johnny, Jonathan Albrecht, Kaixi Hou, Kanvi Khanna, keerthanakadiri, Kevin Ji, Kiran Sai Ramineni, kwoncy2020, LakshmiKalaKadali, Lee, Jun Seok, Mahmoud Abuzaina, Matt Bahr, mayuyuace, Melissa Weber Mendonça, misterBart, Mkarpushin-Enhancelab, Mmakevic-Amd, mraunak, nallave, Nayana Thorat, Nayana-Ibm, nick.camarena, Nicolas Castet, Om Thakkar, oyzh, Parsa Homayouni, Patrick Toulme, Pavel Emeliyanenko, Pavithra Eswaramoorthy, Pearu Peterson, pemeliya, Philipp Hack, Ravi Kumar Soni, redwrasse, Ruturaj Vaidya, Sallenkey-Wei, Sandeep Gupta, Sergey Kozub, Sevin Fide Varoglu, Shanbin Ke, Shaogang Wang, Shixin Zhang, Shraiysh, Shu Wang, Silvio Traversaro, snadampal, Sunita Nadampalli, Tai Ly, Tatwai Chong, tchatow, tdanyluk, Terry Sun, Tilak, Tj Xu, Trevor Morris, Twice, vfdev, Vladimir Silyaev, Weisser, Pascal, wokron, Won Jeon, Xuefei Jiang, Zentrik, Zoranjovanovic-Ns
7527

7628
# Release 2.18.0
7729

0 commit comments

Comments
 (0)