Skip to content

Commit e207d10

Browse files
sayanshaw24Sayan Shaw
andcommitted
Update release notes for nuget (#456)
* Update release notes for nuget * indentation fix --------- Co-authored-by: Sayan Shaw <sayanshaw@microsoft.com>
1 parent 6b68d45 commit e207d10

1 file changed

Lines changed: 9 additions & 13 deletions

File tree

nuget/NativeNuget.nuspec

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,19 @@
22
<package>
33
<metadata>
44
<id>Microsoft.ML.OnnxRuntime.Extensions</id>
5-
<version>0.8.0-alpha</version>
5+
<version>0.8.0</version>
66
<authors>Microsoft</authors>
77
<owners>Microsoft</owners>
88
<description>ONNX Runtime Extensions NuGet Package</description>
99
<releaseNotes>
10-
General
11-
1. New custom operators: Whisper, DrawBoundingBoxes, RobertaTokenizer, ClipTokenizer, EncodeImage, DecodeImage
12-
2. Optional input/output support
13-
3. ORT custom operator C++ stub generation tool
14-
4. Operator implementation and documentation improved.
15-
16-
Mobile
17-
1. Android package: Maven
18-
2. iOS package: CocoaPods
19-
3. PrePostProcessor tool for mobile model
20-
4. Super-resolution model pre- / post- processing end-to-end examples
21-
</releaseNotes>
10+
1. NuGet package for the .NET platform. This package offers comprehensive platform support, including Windows, Linux, MacOS, Android, and iOS. Both x64 and arm64 architectures are supported, where applicable.
11+
2. Support for pre-processing and post-processing of the Whisper model, inclusive of Audio and Tokenizer decoding operators.
12+
3. Extends support for pre-processing and post-processing of object-detection models, including a new DrawBoundingBoxes operator. Pre/post processing tools can add non-max-suppression to the model to select the best bounding boxes, and scale those to the original image. See the end-to-end example in yolo_e2e.py.
13+
4. Introduces the Audio Domain, complemented with AudioCodec and optimized STFT Operators, enhancing audio processing capabilities.
14+
5. Enabled optional input/output support for some operators such as GPT2Tokenizer, ClipTokenizer, and RobertaTokenizer.
15+
6. Refined the implementation of offset mapping for BBPE-style tokenizers for more operators and efficiency improvement.
16+
7. Other bug and security fixes.
17+
</releaseNotes>
2218
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
2319
<tags>ONNX ONNXRuntime AI Machine Learning</tags>
2420
<icon>ORT_icon_for_light_bg.png</icon>

0 commit comments

Comments
 (0)