[Release] NPU SystemService 2.0.0
authorDongju Chae <dongju.chae@samsung.com>
Fri, 8 May 2020 06:42:00 +0000 (15:42 +0900)
committer송욱/On-Device Lab(SR)/Staff Engineer/삼성전자 <wook16.song@samsung.com>
Thu, 21 May 2020 06:43:29 +0000 (15:43 +0900)
This patch makes a new release, NPU SystemService 2.0.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 b28a0a1..2171790 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+1.2.0 -> 2.0.0:
+  - Revise the whole source codes (C++ porting/refactoring)
+  - Increase the code coverage (>= 85%)
+  - Support a segment table for TRIV2 inferences
+  - Sync with the revised NPU kernel drivers
+
 1.1.4 -> 1.2.0:
   - Sync with the NPU kernel driver refactoring
   - Add the version control with the NPU kernel driver
index fa794d0..99c2353 100644 (file)
@@ -1,3 +1,9 @@
+npu-engine (2.0.0) unstable xenial bionic; urgency=medium
+
+  * 2.0.0 release
+
+ -- Dongju Chae <dongju.chae@samsung.com>  Fri, 15 May 2020 12:00:00 +0900
+
 npu-engine (1.2.0) unstable xenial bionic; urgency=medium
 
   * 1.2.0 release
index 2c11bdd..e3433b6 100644 (file)
@@ -1,5 +1,5 @@
 project('npu-engine', ['c', 'cpp'],
-  version: '1.2.0',
+  version: '2.0.0',
   license: ['Proprietary'],
   meson_version: '>=0.50.0',
   default_options: [
index dffacdb..c1ff720 100644 (file)
@@ -2,7 +2,7 @@
 
 Name:          npu-engine
 Summary:       NPU Engine
-Version:       1.2.0
+Version:       2.0.0
 Release:       1
 Group:         System Environment/Daemons
 Packager:      MyungJoo Ham <myungjoo.ham@samsung.com>
@@ -189,6 +189,9 @@ HTML pages of lcov results of NPU Engine generated during rpmbuild
 %endif
 
 %changelog
+* Fri May 15 2020 Dongju Chae <dongju.chae@samsung.com>
+- Release of 2.0.0
+
 * Tue Mar 10 2020 Dongju Chae <dongju.chae@samsung.com>
 - Release of 1.2.0