From ee6bc61fe30d0da4779b0a546119cc97b1d1536a Mon Sep 17 00:00:00 2001 From: meepat Date: Tue, 28 Jan 2025 13:20:04 -0800 Subject: [PATCH] update synap to 3.2.0 --- Doxyfile | 2 +- manual/conf.py | 2 +- manual/metadata.yml | 6 +++--- release_notes/index.rst | 21 +++++++++++++++++++++ release_notes/metadata.yml | 6 +++--- 5 files changed, 29 insertions(+), 8 deletions(-) diff --git a/Doxyfile b/Doxyfile index afb0ffa..f48f905 100644 --- a/Doxyfile +++ b/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "SyNAP" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = "3.1.0" +PROJECT_NUMBER = "3.2.0" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/manual/conf.py b/manual/conf.py index 9aa58dd..35ead31 100644 --- a/manual/conf.py +++ b/manual/conf.py @@ -3,5 +3,5 @@ ] preprocessor_variables = { - 'SyNAP_Version': '3.1.0' + 'SyNAP_Version': '3.2.0' } diff --git a/manual/metadata.yml b/manual/metadata.yml index ceee4e4..b491217 100644 --- a/manual/metadata.yml +++ b/manual/metadata.yml @@ -5,16 +5,16 @@ project: 'SyNAP' author: 'Synaptics' # document version -version: '3.1.0' +version: '3.2.0' # document release -release: '3.1.0' +release: '3.2.0' # part number part_number: '511-000xxx-01' # document revision -revision: '3.1.0' +revision: '3.2.0' # copyright years years: [2021,2022,2023,2024] diff --git a/release_notes/index.rst b/release_notes/index.rst index b1c6144..531ed12 100644 --- a/release_notes/index.rst +++ b/release_notes/index.rst @@ -1,6 +1,27 @@ SyNAP Release Notes ******************* +Version 3.2.0 +============= + +Toolkit +------- + +- New features + + - Added pip wheels for Python 3.12 and 3.10 + - Introduced a new Detector class for post-processing YOLOv8 segmentation models + - Added a Python-based model export pipeline for YOLOv8, YOLOv9, and YOLO11 + +- Improvements and updates + + - Upgraded to Verisilicon Acuity 6.30.6 + - Enhanced flexibility in requirements.txt to accommodate varying dependencies + +- Fixes + + - Resolved mixed quantization issue with the OCR model + Version 3.1.0 ============= diff --git a/release_notes/metadata.yml b/release_notes/metadata.yml index f294541..4407d98 100644 --- a/release_notes/metadata.yml +++ b/release_notes/metadata.yml @@ -5,16 +5,16 @@ project: 'SyNAP Release Notes' author: 'Synaptics' # document version -version: '3.1.0' +version: '3.2.0' # document release -release: '3.1.0' +release: '3.2.0' # part number part_number: '511-000xxx-01' # document revision -revision: '3.1.0' +revision: '3.2.0' # copyright years years: [2021,2022,2023,2024]