| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #14616 from madphysicist/comment-correction | Sebastian Berg | 2019-10-01 | 1 | -4/+6 |
|\ |
|
| * | DOC: Updated sphinx directive formatting | Joseph R. Fox-Rabinovitz | 2019-09-30 | 1 | -4/+6 |
* | | DOC: s/OR/AND/ in np.logical_and docstring | Seth Troisi | 2019-10-01 | 1 | -1/+1 |
|/ |
|
* | BLD: remove unused functions, rearrange headers (from CC=clang) (#14534) | Matti Picus | 2019-09-26 | 8 | -54/+49 |
* | Merge pull request #14583 from mattip/select-deprecation | Sebastian Berg | 2019-09-26 | 2 | -38/+10 |
|\ |
|
| * | DEP: remove expired deprecation in select | mattip | 2019-09-23 | 2 | -38/+10 |
* | | Merge pull request #14573 from rgommers/remove-info-files | Matti Picus | 2019-09-25 | 12 | -360/+109 |
|\ \ |
|
| * | | MAINT: remove unused numpy/f2py/info.py file | Ralf Gommers | 2019-09-22 | 2 | -7/+0 |
| * | | DOC: clean up numpy.lib docstring, remove numpy/lib/info.py | Ralf Gommers | 2019-09-22 | 3 | -162/+13 |
| * | | DOC: add up-to-date numpy.linalg docstring, remove info.py file | Ralf Gommers | 2019-09-22 | 3 | -81/+67 |
| * | | MAINT: remove stray numpy/random/info.py file | Ralf Gommers | 2019-09-22 | 2 | -6/+0 |
| * | | MAINT: remove outdated `numpy/distutils/__version__.py` file | Ralf Gommers | 2019-09-22 | 2 | -7/+0 |
| * | | DOC: add a numpy.distutils module docstring, remove info.py file | Ralf Gommers | 2019-09-22 | 3 | -8/+21 |
| * | | DOC: remove numpy/core/info.py and incomplete docstring for core. | Ralf Gommers | 2019-09-22 | 3 | -89/+8 |
| |/ |
|
* | | Merge pull request #14562 from rgommers/randomCapi-cleanup | Matti Picus | 2019-09-25 | 4 | -4/+2 |
|\ \ |
|
| * | | MAINT: don't install partial numpy.random C/Cython API. | Ralf Gommers | 2019-09-21 | 4 | -4/+2 |
* | | | Update numpy/core/src/multiarray/compiled_base.c | Sebastian Berg | 2019-09-23 | 1 | -1/+1 |
* | | | BUG: Add missing check for 0-sized array in ravel_multi_index | Sebastian Berg | 2019-09-22 | 2 | -0/+32 |
* | | | Merge pull request #14568 from mattip/hide-config-probe2 | Charles Harris | 2019-09-22 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | BUILD, DOC: fix 14518, add release note | mattip | 2019-09-22 | 1 | -1/+1 |
* | | | Merge pull request #14567 from rgommers/fix-publicapi-test | Charles Harris | 2019-09-21 | 4 | -51/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | DEP: remove deprecate (and private) numpy.testing submodules. | Ralf Gommers | 2019-09-21 | 4 | -51/+0 |
* | | | TST: ensure coercion tables aren't printed on failing public API test | Ralf Gommers | 2019-09-21 | 1 | -19/+21 |
| |/
|/| |
|
* | | Merge pull request #14554 from WarrenWeckesser/remove-dup-loop | Sebastian Berg | 2019-09-20 | 1 | -5/+5 |
|\ \ |
|
| * | | MAINT: core: Remove duplicated inner loop ee->e from log, exp, sin, cos, sqrt. | Warren Weckesser | 2019-09-20 | 1 | -5/+5 |
* | | | DOC: remove note about Pocketfft license file (non-existing here). | Ralf Gommers | 2019-09-20 | 1 | -5/+0 |
* | | | BUILD: add warn-error option to turn compiler warnings into errors (-Werror) | mattip | 2019-09-20 | 3 | -3/+29 |
| |/
|/| |
|
* | | MAINT: move the option to build_src, simplifies logic | mattip | 2019-09-20 | 2 | -7/+6 |
* | | BUG: fixes from review | mattip | 2019-09-20 | 1 | -2/+3 |
* | | BUILD: fix runtests.py option, fix previous changeset | mattip | 2019-09-20 | 1 | -1/+1 |
* | | BUILD: only report these headers with --debug-configure | mattip | 2019-09-20 | 1 | -6/+6 |
* | | BUILD: add --debug-configure option to reduce output, use logger more | mattip | 2019-09-20 | 7 | -39/+32 |
* | | Merge pull request #14454 from rgommers/test-public-modules | Matti Picus | 2019-09-20 | 7 | -24/+421 |
|\ \
| |/
|/| |
|
| * | TST: add test to check that (semi-)public API modules can be imported | Ralf Gommers | 2019-09-19 | 2 | -31/+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 | 3 | -4/+39 |
| * | TST: add comment on public/semi-private modules. | Ralf Gommers | 2019-09-19 | 1 | -21/+31 |
| * | DOC: add some comments to explain namespace cleanup in numpy/__init__.py | Ralf Gommers | 2019-09-19 | 1 | -0/+4 |
| * | MAINT: add missing 'Arrayterator' to `numpy.lib.__all__` | Ralf Gommers | 2019-09-19 | 3 | -8/+19 |
| * | TST: add details to the public modules test about how to check public-ness | Ralf Gommers | 2019-09-19 | 1 | -0/+15 |
| * | MAINT: fix issue with `np.lib.mixins.__all__` and import of mixins | Ralf Gommers | 2019-09-19 | 2 | -5/+3 |
| * | 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 |
* | | Merge pull request #14525 from mattip/pypy | Sebastian Berg | 2019-09-19 | 1 | -1/+2 |
|\ \ |
|
| * | | BUILD, MAINT: run tests with verbose for PyPY, also do not leak resource | mattip | 2019-09-16 | 1 | -1/+2 |
* | | | Merge pull request #14531 from WarrenWeckesser/binomial-regression | Matti Picus | 2019-09-19 | 7 | -11/+75 |
|\ \ \ |
|
| * | | | BUG: random: Create a legacy implementation of random.binomial. | Warren Weckesser | 2019-09-16 | 7 | -11/+75 |
* | | | | Merge pull request #14223 from kritisingh1/dep-tests | Matti Picus | 2019-09-19 | 2 | -0/+55 |
|\ \ \ \ |
|
| * | | | | Fix errors and add release notes for deprecation | kritisingh1 | 2019-09-19 | 1 | -6/+14 |
| * | | | | TST: Add tests for deprecated C functions (PyArray_As1D, PyArray_As1D) | kritisingh1 | 2019-08-24 | 2 | -0/+47 |