[Release] NPU Engine 0.0.5 Release
authorDongju Chae <dongju.chae@samsung.com>
Tue, 17 Dec 2019 06:35:07 +0000 (15:35 +0900)
committer채동주/On-Device Lab(SR)/Staff Engineer/삼성전자 <dongju.chae@samsung.com>
Wed, 18 Dec 2019 09:17:48 +0000 (18:17 +0900)
This commit starts NPU Engine 0.0.5 Release.

After this, 0.0.6 will include npubinfmt v2 and data manipulation.

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 3901ef2..f5e1109 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,14 @@
+0.0.4 -> 0.0.5:
+  - Add a prototype for NPU-ASR
+  - Fix minor bugs
+
+0.0.3 -> 0.0.4:
+  - Change names of sub-packages from libnpuengine to npu-engine
+
+0.0.2 -> 0.0.3:
+  - Tarballs containing test data are removed
+  - Test data are generated at the build time
+
 0.0.1 -> 0.0.2:
   - NPU Vision functionality verified in the FastModel envionment
   - Support Ubuntu 16.04 packaging & emulation of NPU executions
index f472b95..15cfe75 100644 (file)
@@ -1,13 +1,18 @@
+npu-engine (0.0.5) unstable xenial bionic; urgency=medium
+
+  * 0.0.5 release
+
+ -- Dongju Chae <dongju.chae@samsung.com>  Tue, 17 Dec 2019 15:32:00 +0900
+
 npu-engine (0.0.4) unstable xenial bionic; urgency=medium
 
-  * Change names of sub-packages from libnpuengine to npu-engine
+  * 0.0.4 release
 
  -- Wook Song <wook16.song@samsung.com>  Thu, 28 Nov 2019 12:26:00 +0900
 
 npu-engine (0.0.3) unstable xenial bionic; urgency=medium
 
-  * Tarballs containing test data are removed
-  * Test data are generated at the build time
+  * 0.0.3 release
 
  -- Wook Song <wook16.song@samsung.com>  Wed, 27 Nov 2019 12:42:00 +0900
 
index 8bfd2b6..ad21dfb 100644 (file)
@@ -2,7 +2,7 @@
 # C++ is only allowed inside test directory for gtest.
 
 project('npu-engine', ['c', 'cpp'],
-  version: '0.0.4',
+  version: '0.0.5',
   license: ['Proprietary'],
   meson_version: '>=0.50.0',
   default_options: [
index d35164e..cfd5794 100644 (file)
@@ -4,7 +4,7 @@
 
 Name:          npu-engine
 Summary:       NPU Engine
-Version:       0.0.4
+Version:       0.0.5
 Release:       1
 Group:         System Environment/Daemons
 Packager:      MyungJoo Ham <myungjoo.ham@samsung.com>
@@ -212,5 +212,14 @@ HTML pages of lcov results of NPU Engine generated during rpmbuild
 %endif
 
 %changelog
+* Tue Dec 17 2019 Dongju Chae <dongju.chae@samsung.com>
+- Release of 0.0.5
+
+* Thu Nov 28 2019 Wook Song <wook16.song@samsung.com>
+- Release of 0.0.4
+
+* Wed Nov 27 2019 Wook Song <wook16.song@samsung.com>
+- Release of 0.0.3
+
 * Fri Nov 22 2019 Dongju Chae <dongju.chae@samsung.com>
 - Release of 0.0.2