forked from pool/python-sparse
Accepting request 728510 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/728510 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sparse?expand=0&rev=5
This commit is contained in:
@@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 5 13:38:18 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
- Update to 0.8.0
|
||||||
|
* Fixed a bug where an array with size == 1 and nnz == 0
|
||||||
|
could not be broadcast.
|
||||||
|
* Add ``std`` and ``var``.
|
||||||
|
* Move to Azure Pipelines with CI for Windows, macOS and
|
||||||
|
Linux.
|
||||||
|
* Add ``resize``, and change ``reshape`` so it raises a
|
||||||
|
``ValueError`` on shapes that don't correspond to the
|
||||||
|
same size.
|
||||||
|
* Add ``isposinf`` and ``isneginf``.
|
||||||
|
* Fix ``tensordot`` when nnz = 0.
|
||||||
|
* Modifications to ``__array_function__`` to allow for sparse
|
||||||
|
XArrays.
|
||||||
|
* Add not-yet-public support for GCXS.
|
||||||
|
* Improvements to ``__array_function__``.
|
||||||
|
* Convert all Numba lists to typed lists.
|
||||||
|
* Why write code when it exists elsewhere?
|
||||||
|
* Fix some element-wise operations with scalars.
|
||||||
|
* Private modules should be private, and tests should be in the package.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 9 08:57:08 UTC 2019 - pgajdos@suse.com
|
Tue Apr 9 08:57:08 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@@ -17,9 +17,9 @@
|
|||||||
|
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-sparse
|
Name: python-sparse
|
||||||
Version: 0.7.0
|
Version: 0.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Sparse n-dimensional arrays for Python
|
Summary: Sparse n-dimensional arrays for Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4496f1f02c6106dba4709c3319f7091197134bc65596dd74a3663c8ee8254a46
|
|
||||||
size 305034
|
|
3
sparse-0.8.0.tar.gz
Normal file
3
sparse-0.8.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a3dc14ee5314caa2e64331b0b50c8f92e8999d7d275179a804a114e6cb1f8b81
|
||||||
|
size 313753
|
Reference in New Issue
Block a user