summaryrefslogtreecommitdiff
path: root/numpy/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove two TODO notes that got outdated (#22788)Sebastian Berg2022-12-131-8/+0
* DOC: Fix doc `numpy.<exception>` to `numpy.exceptions.<exception>`Sebastian Berg2022-12-061-2/+2
* API: Hide exceptions from the main namespaceSebastian Berg2022-12-061-6/+2
* DOC: No need to repeat "error" after DTypePromotionError and line breaksSebastian Berg2022-12-021-7/+7
* MAINT: Rename to DTypePromotionErrorSebastian Berg2022-12-021-7/+7
* DOC,TST: address review comments and improve test coverageSebastian Berg2022-12-021-6/+5
* ENH: Add an InvalidPromotion exceptionSebastian Berg2022-12-011-3/+50
* Update numpy/exceptions.pySebastian Berg2022-11-301-2/+0
* DOC: Update messages to NumPy 1.25 although I hope its 2.0 :)Sebastian Berg2022-11-301-3/+3
* DOC: Document exceptions and warnings in the refguideSebastian Berg2022-11-301-2/+40
* TYP: Modify typing stubs for new `np.exceptions` moduleSebastian Berg2022-11-301-0/+1
* MAINT: Move ModuleDeprecationWarning and ModuleDeprecationWarningSebastian Berg2022-11-301-1/+38
* API: Add new exceptions module and move exception exposed via numericSebastian Berg2022-11-301-0/+123