File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ def zeros(
3939class OptimizeResult : ...
4040
4141@deprecated ("will be removed in SciPy v2.0.0" )
42- class OptimizeWarning : ...
42+ class OptimizeWarning ( UserWarning ) : ...
4343
4444@deprecated ("will be removed in SciPy v2.0.0" )
4545def approx_fprime (
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ __all__ = [
2222MAXPRINT : Final [int ]
2323
2424@deprecated ("will be removed in SciPy v2.0.0" )
25- class SparseWarning : ...
25+ class SparseWarning ( UserWarning ) : ...
2626
2727@deprecated ("will be removed in SciPy v2.0.0" )
28- class SparseFormatWarning : ...
28+ class SparseFormatWarning ( UserWarning ) : ...
2929
3030@deprecated ("will be removed in SciPy v2.0.0" )
31- class SparseEfficiencyWarning : ...
31+ class SparseEfficiencyWarning ( UserWarning ) : ...
3232
3333@deprecated ("will be removed in SciPy v2.0.0" )
3434class spmatrix :
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ __all__ = [
3131]
3232
3333@deprecated ("will be removed in SciPy v2.0.0" )
34- class SparseEfficiencyWarning : ...
34+ class SparseEfficiencyWarning ( UserWarning ) : ...
3535
3636@deprecated ("will be removed in SciPy v2.0.0" )
3737class IndexMixin :
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ __all__ = [
2525]
2626
2727@deprecated ("will be removed in SciPy v2.0.0" )
28- class SparseEfficiencyWarning : ...
28+ class SparseEfficiencyWarning ( UserWarning ) : ...
2929
3030@deprecated ("will be removed in SciPy v2.0.0" )
3131class spmatrix :
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ __all__ = [
1818test : ModuleType
1919
2020@deprecated ("will be removed in SciPy v2.0.0" )
21- class MatrixRankWarning : ...
21+ class MatrixRankWarning ( UserWarning ) : ...
2222
2323@final
2424@deprecated ("will be removed in SciPy v2.0.0" )
You can’t perform that action at this time.
0 commit comments