Start of 0.1.1 Release Candidate Development
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 25 Jan 2019 00:54:08 +0000 (09:54 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 25 Jan 2019 06:14:37 +0000 (15:14 +0900)
This is the start of 0.1.1 development.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
CHANGES
debian/changelog
packaging/nnstreamer.spec

diff --git a/CHANGES b/CHANGES
index ff5fa99..5f5c0db 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,17 @@
+0.0.3 -> 0.1.0:
+       - Build system migration cmake --> meson
+       - Support Tensorflow without input/output tensor memcpy
+       - other/tensor stream format updated
+               - From 0.1.0, a single property, "dimension", describes the whole dimension instead of "dim1", "dim2", ...
+               - Objective 1: in the future, we may support tensors with more than 4 dimensions without updating the protocol.
+               - Objective 2: it was just too ugly.
+       - Example applications migrated to other git repo to make this repo ready for upstreaming in the future and to ensure buildability for third party developers.
+       - Support run-time attaching subplugins (filter and decoder)
+       - Support "ini" and envvar configurations for subplugin locations
+       - Dynamic external recurrences
+       - Subplugin API sets (draft. do not expect backward compatibility)
+       - Bug fixes (memory leaks, incorrect logs, type checks, ...)
+
 0.0.2 -> 0.0.3:
        - Support external recurrencies with tensor_repo (more test cases are to be released later)
        - Support multi-operators with a single instance of tensor_transform (with a few limitations on the supported orders of operators)
index c564cb3..8e7bc37 100644 (file)
@@ -1,3 +1,9 @@
+nnstreamer (0.1.1.0) unstable xenial bionic; urgency=medium
+
+  * 0.1.1 RC Development Started
+
+ -- MyungJoo Ham <myungjoo.ham@samsung.com>  Thu, 24 Jan 2019 15:33:33 +0900
+
 nnstreamer (0.1.0-2) unstable xenial bionic; urgency=medium
 
   * 0.1.0 release
index dd32147..78a6ec4 100644 (file)
@@ -5,8 +5,8 @@
 
 Name:          nnstreamer
 Summary:       gstremaer plugins for neural networks
-Version:       0.1.0
-Release:       2
+Version:       0.1.1
+Release:       0
 Group:         Applications/Multimedia
 Packager:      MyungJoo Ham <myungjoo.ham@samsung.com>
 License:       LGPL-2.1