Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-sparse for openSUSE:Factory 
checked in at 2021-09-22 22:13:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sparse (Old)
 and      /work/SRC/openSUSE:Factory/.python-sparse.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sparse"

Wed Sep 22 22:13:06 2021 rev:8 rq:921019 version:0.13.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-sparse/python-sparse.changes      
2021-02-15 23:19:19.783667287 +0100
+++ /work/SRC/openSUSE:Factory/.python-sparse.new.1899/python-sparse.changes    
2021-09-22 22:13:45.848363270 +0200
@@ -1,0 +2,33 @@
+Wed Sep 22 12:39:03 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 0.13.0
+  * GCXS improvements and changes.
+  * Maintainence fixes
+  * sparse.DOK.from_scipy_sparse method
+  * Black re-formatting
+  * Add sparse.pad
+  * Switch to GitHub Actions
+  * Fix a number of bugs in format conversion.
+  * Fix bug in sparse.matmul for higher-dimensional arrays.
+  * Fix scalar conversion to COO
+  * Fix OOB memory accesses
+  * Fixes element-wise ops with scalar COO array.
+  * Fix scalar broadcast_to with nnz==0.
+  * Add order parameter to {zero, ones, full}[_like].
+  * Fix tensordot typing bugs.
+- Release 0.12.0
+  * There are a number of large changes in this release. For
+    example, we have implemented the GCXS type, and its
+    specializations CSR and CSC. We plan on gradually improving the
+    performance of these.
+  * A number of GCXS fixes and additions
+  * Ability to change the index dtype for better storage
+    characteristics.
+  * Some work on DOK arrays to bring them closer to the other
+    formats
+  * CSR and CSC specializations of GCXS
+  * Fix a number of bugs
+  * Add nnz parameter to sparse.random
+- Drop sparse-pr421-fix-cootype.patch merged upstream
+
+-------------------------------------------------------------------

Old:
----
  sparse-0.11.2.tar.gz
  sparse-pr421-fix-cootype.patch

New:
----
  sparse-0.13.0.tar.gz

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

Other differences:
------------------
++++++ python-sparse.spec ++++++
--- /var/tmp/diff_new_pack.L51Z9d/_old  2021-09-22 22:13:46.372363706 +0200
+++ /var/tmp/diff_new_pack.L51Z9d/_new  2021-09-22 22:13:46.376363709 +0200
@@ -20,28 +20,26 @@
 %define         skip_python2 1
 %define         skip_python36 1
 Name:           python-sparse
-Version:        0.11.2
+Version:        0.13.0
 Release:        0
 Summary:        Sparse n-dimensional arrays for Python
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 URL:            https://github.com/pydata/sparse
 Source:         
https://files.pythonhosted.org/packages/source/s/sparse/sparse-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM sparse-pr421-fix-cootype.patch -- gh#pydata#sparse#421
-Patch0:         %{url}/pull/421.patch#/sparse-pr421-fix-cootype.patch
 BuildRequires:  %{python_module pathlib}
 BuildRequires:  %{python_module setuptools}
 # SECTION test requirements
 BuildRequires:  %{python_module dask-array}
 BuildRequires:  %{python_module numba >= 0.49}
-BuildRequires:  %{python_module numpy}
+BuildRequires:  %{python_module numpy >= 1.17}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module scipy >= 0.19}
 # /SECTION
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-numba >= 0.49
-Requires:       python-numpy
+Requires:       python-numpy >= 1.17
 Requires:       python-scipy >= 0.19
 BuildArch:      noarch
 

++++++ sparse-0.11.2.tar.gz -> sparse-0.13.0.tar.gz ++++++
++++ 8929 lines of diff (skipped)

Reply via email to