summaryrefslogtreecommitdiff
path: root/numpy/core/_ufunc_config.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Move set_module to numpy.core to use without C importSebastian Berg2022-11-241-1/+1
* DOC: Fixup docs for improved scalar floating point warning messageSebastian Berg2022-06-281-1/+1
* STY: Minor tweaks/rewordingSebastian Berg2022-06-151-4/+3
* API: Add leading underscore to `no_nep50_warning` and `get/set_promotion_state`Sebastian Berg2022-06-151-3/+3
* WIP: Add warning context manager and fix min_scalar for new promotionSebastian Berg2022-06-151-1/+22
* DOC: Merge doc strings of divide and true_divide. (#20246)drosin2021-12-081-1/+1
* MAINT: OrderedDict is no longer necessary from Python 3.7Mike Taves2021-03-081-16/+12
* MAINT: Revise imports from collections.abc moduleMike Taves2020-01-221-8/+4
* MAINT: Implement keyword-only arguments as syntaxEric Wieser2020-01-061-2/+2
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-2/+2
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-4/+0
* MAINT: Move umath error helpers into their own moduleEric Wieser2019-04-131-0/+458