Hello community,

here is the log from the commit of package python3-numba for openSUSE:Factory 
checked in at 2017-02-02 15:45:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-numba (Old)
 and      /work/SRC/openSUSE:Factory/.python3-numba.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-numba"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-numba/python3-numba.changes      
2017-01-25 23:21:42.349521735 +0100
+++ /work/SRC/openSUSE:Factory/.python3-numba.new/python3-numba.changes 
2017-02-03 18:59:07.235018554 +0100
@@ -1,0 +2,46 @@
+Sun Jan 15 00:33:08 UTC 2017 - [email protected]
+
+- update to version 0.30.1:
+  * Fixes:
+    + PR #2232: Fix name clashes with _Py_hashtable_xxx in Python 3.6.
+  * Improvements:
+    + PR #2217: Add Intel TBB threadpool implementation for parallel
+      ufunc.
+
+-------------------------------------------------------------------
+Tue Jan 10 17:17:33 UTC 2017 - [email protected]
+
+- specfile:
+  * update copyright year
+
+- update to version 0.30.0:
+  * Improvements:
+    + PR #2209: Support Python 3.6.
+    + PR #2175: Support np.trace(), np.outer() and np.kron().
+    + PR #2197: Support np.nanprod().
+    + PR #2190: Support caching for ufunc.
+    + PR #2186: Add system reporting tool.
+  * Fixes:
+    + PR #2214, Issue #2212: Fix memory error with ndenumerate and
+      flat iterators.
+    + PR #2206, Issue #2163: Fix zip() consuming extra elements in
+      early exhaustion.
+    + PR #2185, Issue #2159, #2169: Fix rewrite pass affecting objmode
+      fallback.
+    + PR #2204, Issue #2178: Fix annotation for liftedloop.
+    + PR #2203: Fix Appveyor segfault with Python 3.5.
+    + PR #2202, Issue #2198: Fix target context not initialized when
+      loading from ufunc cache.
+    + PR #2172, Issue #2171: Fix optional type unpacking.
+    + PR #2189, Issue #2188: Disable freezing of big (>1MB) global
+      arrays.
+    + PR #2180, Issue #2179: Fix invalid variable version in
+      looplifting.
+    + PR #2156, Issue #2155: Fix divmod, floordiv segfault on CUDA.
+
+-------------------------------------------------------------------
+Fri Dec  2 21:07:51 UTC 2016 - [email protected]
+
+- remove subjective words from description
+
+-------------------------------------------------------------------

Old:
----
  numba-0.29.0.tar.gz

New:
----
  numba-0.30.1.tar.gz

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

Other differences:
------------------
++++++ python3-numba.spec ++++++
--- /var/tmp/diff_new_pack.Btb4lX/_old  2017-02-03 18:59:07.678956203 +0100
+++ /var/tmp/diff_new_pack.Btb4lX/_new  2017-02-03 18:59:07.686955079 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-numba
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,7 +16,7 @@
 
 
 Name:           python3-numba
-Version:        0.29.0
+Version:        0.30.1
 Release:        0
 License:        BSD-2-Clause
 Summary:        Compiling Python code using LLVM
@@ -35,18 +35,17 @@
 Requires(postun): update-alternatives
 
 %description
-Numba is an Open Source NumPy-aware optimizing compiler for Python
-sponsored by Continuum Analytics, Inc.  It uses the
-remarkable LLVM compiler infrastructure to compile Python syntax to
+Numba is a NumPy-aware optimizing compiler for Python. It uses the
+LLVM compiler infrastructure to compile Python syntax to
 machine code.
 
 It is aware of NumPy arrays as typed memory regions and so can speed-up
 code using NumPy arrays.  Other, less well-typed code will be translated
-to Python C-API calls effectively removing the "interpreter" but not removing
+to Python C-API calls, effectively removing the "interpreter", but not removing
 the dynamic indirection.
 
 Numba is also not a tracing JIT.  It *compiles* your code before it gets
-run either using run-time type information or type information you provide
+run, either using run-time type information or type information you provide
 in the decorator.
 
 Numba is a mechanism for producing machine code from Python syntax and typed

++++++ numba-0.29.0.tar.gz -> numba-0.30.1.tar.gz ++++++
++++ 9239 lines of diff (skipped)


Reply via email to