From: MyungJoo Ham Date: Mon, 3 Dec 2018 05:45:54 +0000 (+0900) Subject: Release of v0.0.3 X-Git-Tag: v0.0.3^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab7e4500c37d2c1083edd7936f6ad20ebeddebd8;p=platform%2Fupstream%2Fnnstreamer.git Release of v0.0.3 As Sprint 1811A and 1811B conclude along with Coverity/SVACE issues cleared, 0.0.3 is hereby released. Signed-off-by: MyungJoo Ham --- diff --git a/CHANGES b/CHANGES index 3109697..ff5fa99 100644 --- 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) diff --git a/debian/changelog b/debian/changelog index 488b5e5..e529114 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +nnstreamer (0.0.3-2) stable; urgency=medium + + * 0.0.3 release + + -- MyungJoo Ham Mon, 03 Dec 2018 14:45:10 +0900 + nnstreamer (0.0.3-1rc1) stable; urgency=medium * Start of 0.0.3 development diff --git a/packaging/nnstreamer.spec b/packaging/nnstreamer.spec index af6c1b1..a56085a 100644 --- a/packaging/nnstreamer.spec +++ b/packaging/nnstreamer.spec @@ -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 +- Release of 0.0.3 + * Mon Oct 15 2018 MyungJoo Ham - Started single-binary packaging for 0.0.3