[Release] NPU engine 1.0.0 release
authorDongju Chae <dongju.chae@samsung.com>
Fri, 7 Feb 2020 06:48:44 +0000 (15:48 +0900)
committer파리차이카푸르/On-Device Lab(SR)/Engineer/삼성전자 <pk.kapoor@samsung.com>
Tue, 18 Feb 2020 08:14:34 +0000 (17:14 +0900)
This commit releases new version of NPU engine, 1.0.0.
Now we need to consider the version matching with NPU_Linux-kernel.

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 bce5db3..36c0b92 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+0.0.7 -> 1.0.0:
+  - Support simultaneous request handling from different user apps
+  - Support timeout and priority handling for multiple requests
+  - Add and verify prebuilt tvn models (TRIV v1) in FastModel
+  - Sync with the NPU driver version in NPU_Linux-kernel
+
 0.0.6 -> 0.0.7:
   - Verify test cases on FastModel
   - Fix a few minor bugs
index 243d154..4a9ac0c 100644 (file)
@@ -1,3 +1,9 @@
+npu-engine (1.0.0) unstable xenial bionic; urgency=medium
+
+  * 1.0.0 release
+
+ -- Dongju Chae <dongju.chae@samsung.com>  Fri, 14 Feb 2020 13:00:00 +0900
+
 npu-engine (0.0.7) unstable xenial bionic; urgency=medium
 
   * 0.0.7 release
index 5e63ddb..50e7b39 100644 (file)
@@ -2,7 +2,7 @@
 # C++ is only allowed inside test directory for gtest.
 
 project('npu-engine', ['c', 'cpp'],
-  version: '0.0.7',
+  version: '1.0.0',
   license: ['Proprietary'],
   meson_version: '>=0.50.0',
   default_options: [
index ceff246..7cba5fe 100644 (file)
@@ -4,7 +4,7 @@
 
 Name:          npu-engine
 Summary:       NPU Engine
-Version:       0.0.7
+Version:       1.0.0
 Release:       1
 Group:         System Environment/Daemons
 Packager:      MyungJoo Ham <myungjoo.ham@samsung.com>
@@ -254,6 +254,9 @@ HTML pages of lcov results of NPU Engine generated during rpmbuild
 %endif
 
 %changelog
+* Fri Feb 14 2020 Dongju Chae <dongju.chae@samsung.com>
+- Release of 1.0.0
+
 * Fri Feb 07 2020 Dongju Chae <dongju.chae@samsung.com>
 - Release of 0.0.7