Skip to content

Commit 7e47879

Browse files
committed
Drop support for Numpy 1.12. (pydata#84)
* Add tests for scipy spmatrices from the left. * Fix failing tests. * Update docs. * Add back pure Python abs support. * Drop Scipy op support * Add Scipy sparse support back. * Update docs. * Remove most .ufunc calls since Numpy doesn't have them. * Update docs.
1 parent 7269073 commit 7e47879

21 files changed

+112
-514
lines changed

docs/generated/sparse.COO.abs.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/generated/sparse.COO.ceil.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/generated/sparse.COO.conj.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/generated/sparse.COO.conjugate.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/generated/sparse.COO.exp.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/generated/sparse.COO.expm1.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/generated/sparse.COO.floor.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/generated/sparse.COO.log1p.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/generated/sparse.COO.rint.rst

Lines changed: 0 additions & 6 deletions
This file was deleted.

docs/generated/sparse.COO.rst

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COO
66
.. autoclass:: COO
77

88
.. note::
9-
:obj:`COO` objects also support :doc:`operators <../user_manual/operations/basic>`
9+
:obj:`COO` objects also support :doc:`operators <../user_manual/operations/operators>`
1010
and :doc:`indexing <../user_manual/operations/indexing>`
1111

1212
.. rubric:: Attributes
@@ -33,22 +33,8 @@ COO
3333
:toctree:
3434

3535
COO.elemwise
36-
COO.abs
3736
COO.astype
38-
COO.ceil
39-
COO.conj
40-
COO.conjugate
41-
COO.exp
42-
COO.expm1
43-
COO.floor
44-
COO.log1p
45-
COO.rint
4637
COO.round
47-
COO.sin
48-
COO.sinh
49-
COO.sqrt
50-
COO.tan
51-
COO.tanh
5238

5339
.. rubric:: :doc:`Reductions <../user_manual/operations/reductions>`
5440
.. autosummary::

0 commit comments

Comments
 (0)