[Release] NPU Engine 2.3.1 release
authorDongju Chae <dongju.chae@samsung.com>
Mon, 1 Feb 2021 07:02:55 +0000 (16:02 +0900)
committer채동주/On-Device Lab(SR)/Staff Engineer/삼성전자 <dongju.chae@samsung.com>
Tue, 9 Feb 2021 04:39:01 +0000 (13:39 +0900)
This patch makes new npu-engine release, v2.3.1.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
CHANGES
debian/changelog
meson.build
packaging/npu-engine.spec

diff --git a/CHANGES b/CHANGES
index c5fa0dd..636b151 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+2.3.0 -> 2.3.1:
+  - Update npubinfmt.h to store extra model info
+  - Support per-layer profiling for MDK
+  - Provide hotdoc-generated documents
+
 2.2.10 -> 2.3.0:
   - Support 2-TOPS TRIV2 as the default NPU
   - Support TRIV 2.3.x architecture
index 0dcec8a..0cdc1c7 100644 (file)
@@ -1,3 +1,9 @@
+npu-engine (2.3.1) unstable xenial bionic; urgency=medium
+
+  * 2.3.1 release; See ./CHANGES for details
+
+ -- Dongju Chae <dongju.chae@samsung.com>  Tue, 02 Feb 2021 12:00:00 +0900
+
 npu-engine (2.3.0) unstable xenial bionic; urgency=medium
 
   * 2.3.0 release; See ./CHANGES for details
index 7eab517..70b1365 100644 (file)
@@ -1,5 +1,5 @@
 project('npu-engine', ['c', 'cpp'],
-  version: '2.3.0',
+  version: '2.3.1',
   license: ['Proprietary'],
   meson_version: '>=0.47.0',
   default_options: [
index 0f1a2c8..10f6775 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:          npu-engine
 Summary:       NPU Engine
-Version:       2.3.0
+Version:       2.3.1
 Release:       1
 Group:         System Environment/Daemons
 Packager:      MyungJoo Ham <myungjoo.ham@samsung.com>
@@ -90,6 +90,9 @@ This probides utility packages for NPU Engine, including metadata extraction of
 %{neexampledir}/utils/*
 
 %changelog
+* Tue Feb 02 2021 Dongju Chae <dongju.chae@samsung.com>
+- Release of 2.3.1
+
 * Fri Jan 15 2021 Dongju Chae <dongju.chae@samsung.com>
 - Release of 2.3.0