Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion manual/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
]

preprocessor_variables = {
'SyNAP_Version': '3.1.0'
'SyNAP_Version': '3.2.0'
}
6 changes: 3 additions & 3 deletions manual/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
21 changes: 21 additions & 0 deletions release_notes/index.rst
Original file line number Diff line number Diff line change
@@ -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
=============

Expand Down
6 changes: 3 additions & 3 deletions release_notes/metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down