| Commit message (Expand) | Author | Age | Files | Lines |
* | MAINT: cleanup unused imports; avoid redefinition of imports | Mike Taves | 2020-02-06 | 3 | -4/+1 |
* | MAINT: dir(numpy) returned duplicate "testing" (gh-15425) | SanthoshBala18 | 2020-01-27 | 1 | -0/+6 |
* | Merge pull request #15381 from sethtroisi/matlib_namespace | Matti Picus | 2020-01-27 | 1 | -8/+0 |
|\ |
|
| * | DEP: deprecate importing numpy/matrixlib.py | Seth Troisi | 2020-01-23 | 1 | -8/+0 |
* | | MAINT: Replace basestring with str. | Charles Harris | 2020-01-23 | 1 | -1/+0 |
|/ |
|
* | MAINT: Python2 Cleanups | Seth Troisi | 2020-01-21 | 1 | -1/+1 |
* | MAINT: Remove sys.version checks in tests | Seth Troisi | 2020-01-15 | 3 | -63/+56 |
* | Merge remote-tracking branch 'upstream/master' into remove-numpy.distutils.co... | Eric Wieser | 2020-01-06 | 7 | -20/+5 |
|\ |
|
| * | MAINT: Remove implicit inheritance from object class (#15236) | Jon Dufresne | 2020-01-05 | 1 | -5/+5 |
| * | MAINT: Remove unused int_asbuffer | Jon Dufresne | 2020-01-04 | 1 | -1/+0 |
| * | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 7 | -14/+0 |
* | | MAINT: Delete numpy.distutils.compat | Eric Wieser | 2020-01-06 | 1 | -1/+0 |
|/ |
|
* | MAINT: move numpy/random/examples -> numpy/random/_examples | mattip | 2019-11-19 | 1 | -1/+0 |
* | API: restructure and document numpy.random C-API (#14604) | Matti Picus | 2019-11-19 | 1 | -1/+2 |
* | API: move bit_generator and generator to be private | mattip | 2019-10-11 | 1 | -2/+0 |
* | API: make BitGenerators private | mattip | 2019-10-11 | 1 | -4/+0 |
* | API: rename common, bounded_integers -> _common, _bounded_integers; cleanup | mattip | 2019-10-11 | 1 | -2/+0 |
* | MAINT: remove unused numpy/f2py/info.py file | Ralf Gommers | 2019-09-22 | 1 | -1/+0 |
* | DOC: clean up numpy.lib docstring, remove numpy/lib/info.py | Ralf Gommers | 2019-09-22 | 1 | -1/+0 |
* | DOC: add up-to-date numpy.linalg docstring, remove info.py file | Ralf Gommers | 2019-09-22 | 1 | -1/+0 |
* | MAINT: remove stray numpy/random/info.py file | Ralf Gommers | 2019-09-22 | 1 | -1/+0 |
* | DOC: add a numpy.distutils module docstring, remove info.py file | Ralf Gommers | 2019-09-22 | 1 | -1/+0 |
* | DOC: remove numpy/core/info.py and incomplete docstring for core. | Ralf Gommers | 2019-09-22 | 1 | -1/+0 |
* | DEP: remove deprecate (and private) numpy.testing submodules. | Ralf Gommers | 2019-09-21 | 1 | -3/+0 |
* | TST: add test to check that (semi-)public API modules can be imported | Ralf Gommers | 2019-09-19 | 1 | -17/+68 |
* | TST: remove random.entropy from public API test, it was removed in gh-14498 | Ralf Gommers | 2019-09-19 | 1 | -1/+0 |
* | TST: make xfailed test for modules in public API pass. | Ralf Gommers | 2019-09-19 | 1 | -3/+35 |
* | TST: add comment on public/semi-private modules. | Ralf Gommers | 2019-09-19 | 1 | -21/+31 |
* | MAINT: add missing 'Arrayterator' to `numpy.lib.__all__` | Ralf Gommers | 2019-09-19 | 1 | -5/+6 |
* | TST: add details to the public modules test about how to check public-ness | Ralf Gommers | 2019-09-19 | 1 | -0/+15 |
* | TST: add `core/generate_numpy_api.py` to private-but-present modules | Ralf Gommers | 2019-09-19 | 1 | -0/+1 |
* | TST: add test to prevent new public-looking modules being added | Ralf Gommers | 2019-09-19 | 1 | -1/+288 |
* | MAINT: Lazy import testing on python >=3.7 (#14097) | Mark Harfouche | 2019-08-22 | 1 | -0/+23 |
* | MAINT: Fix errors seen on new python 3.8 | Sebastian Berg | 2019-05-21 | 1 | -1/+1 |
* | DOC: Added maximum_sctype to documentation | Joseph Fox-Rabinovitz | 2019-02-27 | 1 | -1/+0 |
* | MAINT: Move pickle import to numpy.compat | Charles Harris | 2019-02-21 | 1 | -1/+1 |
* | ENH: Add np.ctypeslib.as_ctypes_type(dtype), improve `np.ctypeslib.as_ctypes` | Eric Wieser | 2019-01-13 | 1 | -0/+92 |
* | BUG,TST: Remove the misguided `run_command` that wraps subprocess in a broken... | Eric Wieser | 2018-12-18 | 1 | -71/+16 |
* | DEV: add test for 'python -mnumpy.f2py' | mattip | 2018-12-18 | 1 | -0/+5 |
* | BUG: fix segfault in ctypeslib with obj being collected | Anthony Sottile | 2018-12-16 | 1 | -0/+13 |
* | MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1... | Roman Yurchak | 2018-12-06 | 1 | -1/+1 |
* | BUG: test, fix NPY_VISIBILITY_HIDDEN on gcc, which becomes NPY_NO_EXPORT | mattip | 2018-11-22 | 1 | -1/+13 |
* | BUG/ENH: Fix use of ndpointer in return values | Eric Wieser | 2018-11-21 | 1 | -5/+70 |
* | BUG: Fix inconsistent cache keying in ndpointer | Eric Wieser | 2018-11-19 | 1 | -3/+8 |
* | MAINT: fix tests on Python 2 | Stephan Hoyer | 2018-11-14 | 1 | -0/+6 |
* | MAINT: separate builtins and undocumented functions | Stephan Hoyer | 2018-11-13 | 1 | -8/+12 |
* | DOC: add a comment explaining why we use normal assert | Stephan Hoyer | 2018-11-13 | 1 | -0/+2 |
* | ENH: set correct __module__ for objects in numpy's public API | Stephan Hoyer | 2018-11-13 | 1 | -0/+65 |
* | MAINT, TST import pickle from numpy.core.numeric | Pierre Glaser | 2018-10-10 | 1 | -3/+5 |
* | removing warnings | Eric Schles | 2018-09-25 | 1 | -1/+0 |