[Release] NPU Engine 0.0.6 release
authorDongju Chae <dongju.chae@samsung.com>
Tue, 7 Jan 2020 04:07:07 +0000 (13:07 +0900)
committer채동주/On-Device Lab(SR)/Staff Engineer/삼성전자 <dongju.chae@samsung.com>
Fri, 31 Jan 2020 04:08:55 +0000 (13:08 +0900)
This commit releases a newer version of NPU Engine library, 0.0.6.

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 f5e1109..783555e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+0.0.5 -> 0.0.6:
+  - Support new NPU binary format (i.e., version 2)
+  - Support non-contiguous multiple input/output tensors
+  - Support data manipulation and quantization (only for npubinfmt v2)
+
 0.0.4 -> 0.0.5:
   - Add a prototype for NPU-ASR
   - Fix minor bugs
index 15cfe75..94d0d28 100644 (file)
@@ -1,3 +1,9 @@
+npu-engine (0.0.6) unstable xenial bionic; urgency=medium
+
+  * 0.0.6 release
+
+ -- Dongju Chae <dongju.chae@samsung.com>  Tue, 07 Jan 2020 13:05:00 +0900
+
 npu-engine (0.0.5) unstable xenial bionic; urgency=medium
 
   * 0.0.5 release
index aba467f..4abfb71 100644 (file)
@@ -2,7 +2,7 @@
 # C++ is only allowed inside test directory for gtest.
 
 project('npu-engine', ['c', 'cpp'],
-  version: '0.0.5',
+  version: '0.0.6',
   license: ['Proprietary'],
   meson_version: '>=0.50.0',
   default_options: [
index d0c79c0..d98faaf 100644 (file)
@@ -4,7 +4,7 @@
 
 Name:          npu-engine
 Summary:       NPU Engine
-Version:       0.0.5
+Version:       0.0.6
 Release:       1
 Group:         System Environment/Daemons
 Packager:      MyungJoo Ham <myungjoo.ham@samsung.com>
@@ -215,6 +215,9 @@ HTML pages of lcov results of NPU Engine generated during rpmbuild
 %endif
 
 %changelog
+* Tue Jan 07 2020 Dongju Chae <dongju.chae@samsung.com>
+- Release of 0.0.6
+
 * Tue Dec 17 2019 Dongju Chae <dongju.chae@samsung.com>
 - Release of 0.0.5