Hello community,
here is the log from the commit of package python3-Bottleneck for
openSUSE:Factory checked in at 2016-11-24 21:20:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-Bottleneck (Old)
and /work/SRC/openSUSE:Factory/.python3-Bottleneck.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-Bottleneck"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-Bottleneck/python3-Bottleneck.changes
2016-07-14 09:47:11.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python3-Bottleneck.new/python3-Bottleneck.changes
2016-11-24 21:20:46.000000000 +0100
@@ -1,0 +2,28 @@
+Sat Oct 22 16:26:51 UTC 2016 - [email protected]
+
+- update to version 1.2.0:
+ * Port to C
+ + Bottleneck is now written in C
+ + Cython is no longer a dependency
+ + Source tarball size reduced by 80%
+ + Build time reduced by 66%
+ + Install size reduced by 45%
+ * Redesign
+ + Besides porting to C, much of bottleneck has been redesigned to
+ be simpler and faster. For example, bottleneck now uses its own
+ N-dimensional array iterators, reducing function call overhead.
+ * New features
+ + The new function bench_detailed runs a detailed performance
+ benchmark on a single bottleneck function.
+ + Bottleneck can be installed on systems that do not yet have
+ NumPy installed. Previously that only worked on some systems.
+ * Beware
+ + Functions partsort and argpartsort have been renamed to
+ partition and argpartition to match NumPy. Additionally the
+ meaning of the input arguments have changed: bn.partsort(a, n)
+ is now equivalent to bn.partition(a, kth=n-1). Similarly for
+ bn.argpartition.
+ + The keyword for array input has been changed from arr to a in
+ all functions. It now matches NumPy.
+
+-------------------------------------------------------------------
Old:
----
Bottleneck-1.1.0.tar.gz
New:
----
Bottleneck-1.2.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-Bottleneck.spec ++++++
--- /var/tmp/diff_new_pack.f9wUlr/_old 2016-11-24 21:20:47.000000000 +0100
+++ /var/tmp/diff_new_pack.f9wUlr/_new 2016-11-24 21:20:47.000000000 +0100
@@ -17,7 +17,7 @@
Name: python3-Bottleneck
-Version: 1.1.0
+Version: 1.2.0
Release: 0
Summary: A collection of fast NumPy array functions
License: BSD-2-Clause and BSD-3-Clause
++++++ Bottleneck-1.1.0.tar.gz -> Bottleneck-1.2.0.tar.gz ++++++
++++ 130752 lines of diff (skipped)