From 63769b742f569a99022e8e26f6d297e760ed452e Mon Sep 17 00:00:00 2001 From: MyungJoo Ham Date: Thu, 21 Feb 2019 19:00:26 +0900 Subject: [PATCH] Release of 0.1.1 Along with Mini Summit #4, nnstreamer 0.1.1 is released. Signed-off-by: MyungJoo Ham --- CHANGES | 13 +++++++++++++ debian/changelog | 6 ++++++ packaging/nnstreamer.spec | 5 ++++- 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 5f5c0db..9fe98d8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,16 @@ +0.1.0 -> 0.1.1: + - Full "Plug & Play" capability of subplugins (tensor_filter, tensor_filter::custom, tensor_decoder) + - Fully configurable subplugin locations + - Capability to build subplungins wihtout the dependencies on nnstreamer sources + - Revert Tensorflow input-memcpy-less-ness for multi-tensor support. (Will support memcpy-less-ness later) + - Support "String" type of tensors + - API sets updated (still not "stable") + - Code location refactored. + - Yocto/Openembedded Layer Registered (not tested): "meta-neural-network" + - No more additional shared libraries. + - Better error handling and messages for a few plugins + - Android support (N / arm64) + 0.0.3 -> 0.1.0: - Build system migration cmake --> meson - Support Tensorflow without input/output tensor memcpy diff --git a/debian/changelog b/debian/changelog index 8e7bc37..2b0599f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +nnstreamer (0.1.1.1) unstable xenial bionic; urgency=medium + + * 0.1.1 Release + + -- MyungJoo Ham Mon, 25 Feb 2019 12:00:00 +0900 + nnstreamer (0.1.1.0) unstable xenial bionic; urgency=medium * 0.1.1 RC Development Started diff --git a/packaging/nnstreamer.spec b/packaging/nnstreamer.spec index 4ea2997..222c753 100644 --- a/packaging/nnstreamer.spec +++ b/packaging/nnstreamer.spec @@ -6,7 +6,7 @@ Name: nnstreamer Summary: gstremaer plugins for neural networks Version: 0.1.1 -Release: 0 +Release: 1 Group: Applications/Multimedia Packager: MyungJoo Ham License: LGPL-2.1 @@ -224,6 +224,9 @@ popd %{_prefix}/lib/nnstreamer/customfilters/*.so %changelog +* Mon Feb 25 2019 MyungJoo Ham +- Release of 0.1.1 + * Thu Jan 24 2019 MyungJoo Ham - Release of 0.1.0 -- 2.7.4