Release of v0.0.3 v0.0.3
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Mon, 3 Dec 2018 05:45:54 +0000 (14:45 +0900)
committerMyungJoo Ham <myungjoo.ham@gmail.com>
Mon, 3 Dec 2018 06:29:22 +0000 (06:29 +0000)
As Sprint 1811A and 1811B conclude along with Coverity/SVACE issues cleared, 0.0.3 is hereby released.

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

diff --git a/CHANGES b/CHANGES
index 3109697..ff5fa99 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,20 @@
+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)
+       - Support split
+       - Support bounding-box decoding (tensor_decoder)
+       - Support subplugins for tensor_decoder
+       - Internal APIs for dynamic configurations and subplugins. tensor_filter and tensor_decoder will be updated to use such configurations in the later releases.
+       - Tensorflow support is in-progress, it's postponed to later releases. (Still, tensorflow-lite is the only framework officially supported)
+       - Pipeviz support. (tensor_converter/filter/decoder)
+       - Tested with MTCNN (each "part" is separated as an instance of tensor_filter).
+       - Meson build introduced.
+       - Released via build.tizen.org (Tizen Devel. x64/x86/arm32/arm64) and launchpad.net (Ubuntu/PPA. x64/x86/arm32/arm64)
+       - Static build for Android (Not tested. No example. An example Android application is to be released later)
+       - Timestamp handling / Synchronization support
+       - AWS App Testing Enabled (testing nnstreamer application with virtual camera devices in AWS)
+       - arm64 support added
+
 0.0.1 -> 0.0.2:
        - Support multi-tensors (other/tensors) along with mux, demux.
        - Support audio, test, binary-octet streams (tensor converter)
index 488b5e5..e529114 100644 (file)
@@ -1,3 +1,9 @@
+nnstreamer (0.0.3-2) stable; urgency=medium
+
+  * 0.0.3 release
+
+ -- MyungJoo Ham <myungjoo.ham@samsung.com>  Mon, 03 Dec 2018 14:45:10 +0900
+
 nnstreamer (0.0.3-1rc1) stable; urgency=medium
 
   * Start of 0.0.3 development
index af6c1b1..a56085a 100644 (file)
@@ -5,7 +5,7 @@
 Name:          nnstreamer
 Summary:       gstremaer plugins for neural networks
 Version:       0.0.3
-Release:       1rc1
+Release:       2
 # From 0.0.3, don't put letters as the first character of release. Use "1.rc1" instead of "rc1".
 # We are using "stable-1" because we've been using "rc#" for 0.0.2
 Group:         Applications/Multimedia
@@ -176,6 +176,9 @@ install build/gst/tensor_filter/*.a %{buildroot}%{_libdir}/
 %exclude %{_libdir}/libtensor_filter_tflitecore.so
 
 %changelog
+* Mon Dec 03 2018 MyungJoo Ham <myungjoo.ham@samsung.com>
+- Release of 0.0.3
+
 * Mon Oct 15 2018 MyungJoo Ham <myungjoo.ham@samsung.com>
 - Started single-binary packaging for 0.0.3