1
0
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:
2019-09-26 18:37:13 +00:00
committed by Git OBS Bridge
parent d136334418
commit dbec3744fd
4 changed files with 28 additions and 5 deletions

View File

@@ -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

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-sparse
Version: 0.7.0
Version: 0.8.0
Release: 0
Summary: Sparse n-dimensional arrays for Python
License: BSD-3-Clause

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a3dc14ee5314caa2e64331b0b50c8f92e8999d7d275179a804a114e6cb1f8b81
size 313753