| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ |
|
* | MAINT: Remove all uses of run_module_suite. | Charles Harris | 2018-04-06 | 5 | -25/+4 |
* | TST: Switch to using pytest markers | Charles Harris | 2018-04-04 | 3 | -18/+19 |
* | ENH: Add a repr to np._NoValue | Eric Wieser | 2018-02-03 | 1 | -1/+7 |
* | ENH: Add `order=` keyword to `np.eye()` (#9996) | Danny Hermes | 2017-11-12 | 1 | -4/+13 |
* | TST, MAINT: Add `__init__.py` files to tests directories. | Charles Harris | 2017-08-06 | 1 | -0/+0 |
* | MAINT/DOC: Use builtin when np.{x} is builtins.{x}. | Eric Wieser | 2017-08-05 | 1 | -1/+1 |
* | TST: Remove unittest dependencies in numpy/tests. | Charles Harris | 2017-07-24 | 1 | -23/+23 |
* | MAINT: Rearrange files in numpy/testing module. | Charles Harris | 2017-07-04 | 2 | -7/+4 |
* | BUG: KeyboardInterrupt is swallowed all over the place | Eric Wieser | 2017-06-03 | 1 | -1/+1 |
* | ENH: Spelling fixes | Ville Skyttä | 2017-05-09 | 1 | -2/+2 |
* | MAINT: Remove asbytes where a b prefix would suffice | Eric Wieser | 2017-03-25 | 1 | -3/+3 |
* | TST: Add tests for stacklevel in warnings and "ignore" filters. | Sebastian Berg | 2016-09-02 | 1 | -0/+86 |
* | 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 |
* | TST: Fix test_ctypeslib and test_indexing when running on debug interpreter | Tadeu Manoel | 2016-04-20 | 1 | -1/+8 |
* | [PATCH] Make _pointer_type_cache functional | Meet Udeshi | 2016-02-23 | 1 | -0/+5 |
* | MAINT: Use `is None` or `is not None` instead of `== None` or `!= None`. | Dongjoon Hyun | 2016-02-15 | 1 | -1/+1 |
* | TST: Fixed f2py test for Anaconda non-win32 | gfyoung | 2016-02-02 | 1 | -8/+3 |
* | TST: Fixed f2py test for non-versioned python executables | gfyoung | 2016-01-25 | 1 | -4/+13 |
* | TST: Fixed f2py test for win32 virtualenv | gfyoung | 2016-01-25 | 1 | -1/+7 |
* | TST: fix issues with test for correctness of numpy version string. | Ralf Gommers | 2016-01-16 | 1 | -4/+4 |