Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package OpenImageDenoise for 
openSUSE:Factory checked in at 2021-09-30 23:43:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/OpenImageDenoise (Old)
 and      /work/SRC/openSUSE:Factory/.OpenImageDenoise.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "OpenImageDenoise"

Thu Sep 30 23:43:33 2021 rev:5 rq:922293 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/OpenImageDenoise/OpenImageDenoise.changes        
2020-09-25 16:30:00.407809126 +0200
+++ 
/work/SRC/openSUSE:Factory/.OpenImageDenoise.new.2443/OpenImageDenoise.changes  
    2021-09-30 23:44:48.272566187 +0200
@@ -1,0 +2,87 @@
+Sun Sep 26 16:03:56 UTC 2021 - Hans-Peter Jansen <[email protected]>
+
+- Update to 1.4.1:
+  + Fixed crash when in-place denoising images with certain unusual
+    resolutions
+  + Fixed compile error when building for Apple Silicon using some
+    unofficial builds of ISPC
+
+- Update to 1.4.0:
+  + Improved fine detail preservation
+  + Added the cleanAux filter parameter for further improving
+    quality when the auxiliary feature (albedo, normal) images are
+    noise-free
+  + Added support for denoising auxiliary feature images, which can
+    be used together with the new cleanAux parameter for improving
+    quality when the auxiliary images are noisy (recommended for
+    final frame denoising)
+  + Normals are expected to be in the [-1, 1] range (but still do
+    not have to be normalized)
+  + Added the oidnUpdateFilterData function which must be called
+    when the contents of an opaque data parameter bound to a filter
+    (e.g. weights) has been changed after committing the filter
+  + Added the oidnRemoveFilterImage and oidnRemoveFilterData
+    functions for removing previously set image and opaque data
+    parameters of filters
+  + Reduced the overhead of oidnCommitFilter to zero in some cases
+    (e.g. when changing already set image buffers/pointers or the
+    inputScale parameter)
+  + Reduced filter memory consumption by about 35%
+  + Reduced total memory consumption significantly when using
+    multiple filters that belong to the same device
+  + Reduced the default maximum memory consumption to 3000 MB
+  + Added the OIDN_FILTER_RT and OIDN_FILTER_RTLIGHTMAP CMake
+    options for excluding the trained filter weights from the build
+    to significantly decrease its size
+  + Fixed detection of static TBB builds on Windows
+  + Fixed compile error when using future glibc versions
+  + Added oidnBenchmark option for setting custom resolutions
+  + Upgraded to oneTBB 2021.2.0 in the official binaries
+
+- Update to 1.3.0:
+  + Improved denoising quality
+  + Improved sharpness of fine details / less blurriness
+  + Fewer noisy artifacts
+  + Slightly improved performance and lowered memory consumption
+  + Added directional (e.g. spherical harmonics) lightmap denoising
+    to the RTLightmap filter
+  + Added inputScale filter parameter which generalizes the
+    existing (and thus now deprecated) hdrScale parameter for non-
+    HDR images
+  + Added native support for Apple Silicon and the BNNS library on
+    macOS (currently requires rebuilding from source)
+  + Added OIDN_NEURAL_RUNTIME CMake option for setting the neural
+    network runtime library
+  + Reduced the size of the library binary
+  + Fixed compile error on some older macOS versions
+  + Upgraded release builds to use oneTBB 2021.1.1
+  + Removed tbbmalloc dependency
+  + Appended the library version to the name of the directory
+    containing the installed CMake files
+  + Training:
+  + Faster training performance
+  + Added mixed precision training (enabled by default)
+  + Added efficient data-parallel training on multiple GPUs
+  + Enabled preprocessing datasets multiple times with possibly
+    different options
+  + Minor bugfixes
+
+- Update to 1.2.4:
+  + Added OIDN_API_NAMESPACE CMake option that allows to put all
+    API functions inside a user-defined namespace
+  + Fixed bug when TBB_USE_GLIBCXX_VERSION is defined
+  + Fixed compile error when using an old compiler which does not
+    support OpenMP SIMD
+  + Added compatibility with oneTBB 2021
+  + Export only necessary symbols on Linux and macOS
+
+- Update to 1.2.3:
+  + Fixed incorrect detection of AVX-512 on macOS (sometimes
+    causing a crash)
+  + Fixed inconsistent performance and costly initialization for
+    AVX-512
+  + Fixed JIT'ed AVX-512 kernels not showing up correctly in VTune
+
+- Eliminate version from installed cmake directory
+
+-------------------------------------------------------------------
@@ -4 +91 @@
-- update to 1.2.2:
+- Update to 1.2.2:
@@ -36 +123 @@
-- add memory contraints: 8G
+- Add memory contraints: 8G
@@ -41 +128 @@
-- version 1.1.0: initial build
+- Version 1.1.0: initial build

Old:
----
  oidn-1.2.2.src.tar.gz

New:
----
  oidn-1.4.1.src.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ OpenImageDenoise.spec ++++++
--- /var/tmp/diff_new_pack.YMoVFB/_old  2021-09-30 23:44:49.620567731 +0200
+++ /var/tmp/diff_new_pack.YMoVFB/_new  2021-09-30 23:44:49.624567736 +0200
@@ -1,8 +1,8 @@
 #
 # spec file for package OpenImageDenoise
 #
-# Copyright (c) 2020 SUSE LLC
-# Copyright (c) 2019 LISA GmbH, Bingen, Germany.
+# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2019-2021 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,11 @@
 #
 
 
-%define sover 0
+%define sover 1
 %define libname lib%{name}%{sover}
 %define pkgname oidn
 Name:           OpenImageDenoise
-Version:        1.2.2
+Version:        1.4.1
 Release:        0
 Summary:        Open Image Denoise library
 License:        Apache-2.0
@@ -58,6 +58,7 @@
 
 %prep
 %setup -q -n %{pkgname}-%{version}
+sed -i 's|-${OIDN_VERSION}$||' cmake/oidn_install.cmake
 
 %build
 %cmake

++++++ oidn-1.2.2.src.tar.gz -> oidn-1.4.1.src.tar.gz ++++++
/work/SRC/openSUSE:Factory/OpenImageDenoise/oidn-1.2.2.src.tar.gz 
/work/SRC/openSUSE:Factory/.OpenImageDenoise.new.2443/oidn-1.4.1.src.tar.gz 
differ: char 5, line 1

Reply via email to