[Release] NPU Engine 2.3.0 release
authorDongju Chae <dongju.chae@samsung.com>
Fri, 15 Jan 2021 08:07:52 +0000 (17:07 +0900)
committer채동주/On-Device Lab(SR)/Staff Engineer/삼성전자 <dongju.chae@samsung.com>
Fri, 15 Jan 2021 09:40:53 +0000 (18:40 +0900)
This patch makes new release for NPU Engine, v2.3.0.

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 509fdec..c5fa0dd 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+2.2.10 -> 2.3.0:
+  - Support 2-TOPS TRIV2 as the default NPU
+  - Support TRIV 2.3.x architecture
+  - Make TRIV1 and TRIA devices deprecated
+
 2.2.9 -> 2.2.10:
   - Fix tensor size calculation using dynamic data granularity
   - Increase the code coverage for new APIs
index be1791e..0dcec8a 100644 (file)
@@ -1,3 +1,9 @@
+npu-engine (2.3.0) unstable xenial bionic; urgency=medium
+
+  * 2.3.0 release; See ./CHANGES for details
+
+ -- Dongju Chae <dongju.chae@samsung.com>  Fri, 15 Jan 2021 12:00:00 +0900
+
 npu-engine (2.2.10) unstable xenial bionic; urgency=medium
 
   * 2.2.10 release; See ./CHANGES for details
index 6d2bb29..7eab517 100644 (file)
@@ -1,5 +1,5 @@
 project('npu-engine', ['c', 'cpp'],
-  version: '2.2.10',
+  version: '2.3.0',
   license: ['Proprietary'],
   meson_version: '>=0.47.0',
   default_options: [
index f12ca38..0f1a2c8 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:          npu-engine
 Summary:       NPU Engine
-Version:       2.2.10
+Version:       2.3.0
 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
+* Fri Jan 15 2021 Dongju Chae <dongju.chae@samsung.com>
+- Release of 2.3.0
+
 * Mon Jan 04 2021 Dongju Chae <dongju.chae@samsung.com>
 - Release of 2.2.10