Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: Warn when reloading numpy or using numpy in sub-interpreter | Sebastian Berg | 2020-12-15 | 1 | -5/+9 |
* | BUG: Allow attaching documentation twice in add_docstring | Sebastian Berg | 2020-05-19 | 1 | -0/+26 |
* | MAINT: cleanup unused imports; avoid redefinition of imports | Mike Taves | 2020-02-06 | 1 | -2/+0 |
* | MAINT: Remove sys.version checks in tests | Seth Troisi | 2020-01-15 | 1 | -4/+1 |
* | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 1 | -2/+0 |
* | MAINT: Move pickle import to numpy.compat | Charles Harris | 2019-02-21 | 1 | -1/+1 |
* | MAINT, TST import pickle from numpy.core.numeric | Pierre Glaser | 2018-10-10 | 1 | -3/+5 |
* | MAINT: Remove all uses of run_module_suite. | Charles Harris | 2018-04-06 | 1 | -5/+1 |
* | ENH: Add a repr to np._NoValue | Eric Wieser | 2018-02-03 | 1 | -1/+7 |
* | BUG: Make sure numpy globals keep identity after reload. | Charles Harris | 2016-08-16 | 1 | -3/+11 |
* | BUG: Raise RuntimeError when reloading numpy is attempted. | Charles Harris | 2016-07-20 | 1 | -0/+26 |