| Commit message (Expand) | Author | Age | Files | Lines |
* | Change string to f-string | Jakob | 2020-10-23 | 1 | -1/+1 |
* | Merge pull request #17344 from danbeibei/master | Charles Harris | 2020-10-09 | 1 | -0/+1 |
|\ |
|
| * | ENH: Add support for the NVIDIA HPC SDK fortran compiler | Daniel Vanzo | 2020-09-22 | 1 | -0/+1 |
* | | Merge pull request #17223 from mattip/setuptools1 | Charles Harris | 2020-09-04 | 1 | -12/+0 |
|\ \ |
|
| * | | MAINT: use sysconfig not distutils.sysconfig where possible | mattip | 2020-09-02 | 1 | -12/+0 |
* | | | MAINT, DOC: move informational files from numpy.doc.*.py to their *.rst coun... | Matti Picus | 2020-09-02 | 1 | -11/+0 |
|/ / |
|
* | | DEP: lib: Remove the deprecated financial functions. (#17067) | Warren Weckesser | 2020-08-12 | 1 | -1/+0 |
|/ |
|
* | Fixed language style | Erfan Nariman | Veneficus | 2020-06-23 | 1 | -3/+3 |
* | Merge pull request #13516 from seiko2plus/core_improve_infa_build | Matti Picus | 2020-06-17 | 1 | -0/+1 |
|\ |
|
| * | ENH: [1/7] enable multi-platform SIMD compiler optimizations | Sayed Adel | 2020-06-15 | 1 | -0/+1 |
* | | Merge pull request #16558 from person142/typing-runtime | Matti Picus | 2020-06-17 | 1 | -1/+2 |
|\ \ |
|
| * | | MAINT: make typing module available at runtime | Josh Wilson | 2020-06-09 | 1 | -1/+2 |
| |/ |
|
* | | DEP: Deprecate aliases of builtin types in python 3.7+ | Eric Wieser | 2020-06-12 | 1 | -12/+16 |
|/ |
|
* | DEP: Deprecate `numpy.dual`. | Warren Weckesser | 2020-05-04 | 1 | -1/+1 |
* | BUG: add missing c_distributions.pxd, enables cython use of random C-API (gh-... | Matti Picus | 2020-03-16 | 1 | -0/+1 |
* | MAINT: dir(numpy) returned duplicate "testing" (gh-15425) | SanthoshBala18 | 2020-01-27 | 1 | -0/+6 |
* | MAINT: Remove sys.version checks in tests | Seth Troisi | 2020-01-15 | 1 | -3/+0 |
* | Merge remote-tracking branch 'upstream/master' into remove-numpy.distutils.co... | Eric Wieser | 2020-01-06 | 1 | -3/+0 |
|\ |
|
| * | 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 | 1 | -2/+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 |
* | DOC: Added maximum_sctype to documentation | Joseph Fox-Rabinovitz | 2019-02-27 | 1 | -1/+0 |
* | BUG: test, fix NPY_VISIBILITY_HIDDEN on gcc, which becomes NPY_NO_EXPORT | mattip | 2018-11-22 | 1 | -1/+13 |
* | 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 |