summaryrefslogtreecommitdiff
path: root/changelog/13899.changes.rst
blob: da827734779bf0d720121dafd2ad9fac5a503b66 (plain)
1
2
3
4
Incorrect ``threshold`` in ``np.set_printoptions`` raises ``TypeError`` or ``ValueError``
-----------------------------------------------------------------------------------------
Previously an incorrect ``threshold`` raised ``ValueError``; it now raises ``TypeError``
for non-numeric types and ``ValueError`` for ``nan`` values.