| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | updating test file to ignore the failure | Eric Schles | 2018-09-25 | 1 | -10/+4 |
* | updating f2py to ensure that at least f2py base exists, and doesn't error out... | Eric Schles | 2018-09-25 | 1 | -3/+11 |
* | Merge pull request #10915 from mattip/implement-nep-0015 | Charles Harris | 2018-08-31 | 1 | -4/+4 |
|\ |
|
| * | MAINT: merge umath, multiarray into _multiarray, add python wrappers | mattip | 2018-08-21 | 1 | -4/+4 |
* | | ENH: Use entry_points to install the f2py scripts. | Charles Harris | 2018-08-23 | 1 | -20/+25 |
|/ |
|
* | MAINT: Improve memory usage in PEP3118 format parsing | Eric Wieser | 2018-07-23 | 1 | -0/+20 |
* | Merge pull request #10970 from eric-wieser/cut-down-ctypeslib | Charles Harris | 2018-06-07 | 1 | -10/+67 |
|\ |
|
| * | BUG: Remove fragile use of __array_interface__ in ctypeslib.as_array | Eric Wieser | 2018-05-26 | 1 | -5/+43 |
| * | MAINT: Pull repeated decorators up to their containing class | Eric Wieser | 2018-04-24 | 1 | -12/+9 |
| * | MAINT: Use assert_equal | Eric Wieser | 2018-04-24 | 1 | -4/+4 |
| * | TST: Add tests for numpy.ctypeslib.as_array | tynn | 2018-04-24 | 1 | -2/+24 |
* | | TST: Ignore PendingDeprecationWarning in matrixlib tests. | Marten van Kerkwijk | 2018-05-29 | 1 | -0/+8 |
|/ |
|