Hello community,

here is the log from the commit of package python-pyFFTW for openSUSE:Factory 
checked in at 2019-01-21 10:46:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyFFTW (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyFFTW.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyFFTW"

Mon Jan 21 10:46:05 2019 rev:3 rq:662852 version:0.11.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyFFTW/python-pyFFTW.changes      
2017-10-18 10:50:24.749069089 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyFFTW.new.28833/python-pyFFTW.changes   
2019-01-21 10:46:07.160330272 +0100
@@ -1,0 +2,30 @@
+Sat Dec 22 02:44:02 UTC 2018 - Todd R <toddrme2...@gmail.com>
+
+- Update to version 0.11.1
+  + New features
+    * Dask interface
+    * Fast transform planning utility
+    * Expanded support for norm keyword argument in the numpy interfaces
+    * Support for norm keyword argument in FFTW builders
+    * Dynamic library detection at build and run time
+    * OpenMP threading support
+    * Custom Configuration of Planners and Interfaces
+  + Bugs Fixed
+    * A platform-dependent bug that results in potentially overwriting a 
previously
+      computed output upon repeated calls to the numpy interfaces was fixed 
(#199).
+    * Fix to potential platform-dependent integer overflow in empty_aligned 
(#192).
+    * rfftfreq is now present in the numpy fft interfaces for numpy >= 1.8 
(#207)
+  + Other changes
+    * float16 inputs are now transformed using single rather than double 
precision.
+    * The default planning for the numpy and scipy interfaces has changed from
+      FFTW_MEASURE to FFTW_ESTIMATE.  This results in faster planning.  In 
cases
+      where the same transform is to be repeated many times, it is likely
+      advantageous to manually specify FFTW_MEASURE instead (or use the FFTW 
builders
+      to pre-plan the FFT).
+    * FutureWarnings related to NumPy multiindexing in NumPy 1.15 are avoided 
by
+      using more modern indexing conventions.
+    * version number handling is now automatically handled by versioneer
+    * All documentation is now built and hosted at Read the Docs (
+      http://pyfftw.readthedocs.io).
+
+-------------------------------------------------------------------

Old:
----
  pyFFTW-0.10.4.tar.gz

New:
----
  pyFFTW-0.11.1.tar.gz

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

Other differences:
------------------
++++++ python-pyFFTW.spec ++++++
--- /var/tmp/diff_new_pack.yMGKRg/_old  2019-01-21 10:46:07.744329554 +0100
+++ /var/tmp/diff_new_pack.yMGKRg/_new  2019-01-21 10:46:07.748329549 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyFFTW
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -23,10 +23,10 @@
 %bcond_with     test
 %endif
 Name:           python-pyFFTW
-Version:        0.10.4
+Version:        0.11.1
 Release:        0
 Summary:        A pythonic wrapper around FFTW, the FFT library
-License:        GPL-2.0+ and BSD-3-Clause
+License:        GPL-2.0-or-later AND BSD-3-Clause
 Group:          Development/Languages/Python
 Url:            http://hgomersall.github.com/pyFFTW/
 Source:         
https://files.pythonhosted.org/packages/source/p/pyFFTW/pyFFTW-%{version}.tar.gz
@@ -82,8 +82,8 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc README.rst CHANGELOG.md LICENSE.txt
+%doc README.rst
+%license LICENSE.txt
 %{python_sitearch}/*
 
 %changelog

++++++ pyFFTW-0.10.4.tar.gz -> pyFFTW-0.11.1.tar.gz ++++++
++++ 49846 lines of diff (skipped)


Reply via email to