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