summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | MANT: cleanup logic in PyUFunc_On_OmJaime Fernandez2015-05-031-18/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Follow up to #5828
* | | | | | | | | | | Merge pull request #6006 from argriffing/more-polynomial-cleanupCharles Harris2015-08-142-2/+0
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | MAINT: remove redundant sorting of eigenvalues
| * | | | | | | | | | MAINT: remove redundant sorting of eigenvaluesalex2015-06-222-2/+0
| | | | | | | | | | |
* | | | | | | | | | | BUG: restore use of dtype input arg to testMatthew Brett2015-08-131-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit fac130eb incorrectly replaced input argument `dtype` with `np.dtype` in the `aligned_array` helper function. Unfortunately this part of the code was only being tested on OSX so the travis tests missed this. Run code on all platforms - it should pass anyway.
* | | | | | | | | | | BUG: restore endianness to complex testsMatthew Brett2015-08-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | At some point the endianness part of the endian complex tests seems to have dropped off; restore.
* | | | | | | | | | | Merge pull request #6200 from bsipocz/convolve_docstring_link_fixCharles Harris2015-08-121-3/+3
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | DOC: Changing invalid links to strings
| * | | | | | | | | | | Changing invalid links to stringsBrigitta Sipocz2015-08-121-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The string options of the mode parameter are incorrectly resolved as links, rather than showed as strings.
* | | | | | | | | | | | Merge pull request #6185 from piannucci/patch-1Ralf Gommers2015-08-111-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | BLD: distutils shouldn't warn unless compiler_cxx is empty
| * | | | | | | | | | | | Distutils doesn't warn unless compiler_cxx is emptyPeter Iannucci2015-08-101-1/+1
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Warns on OS X with MacPorts Python because it doesn't recognize clang. There isn't actually a problem, though, as distutils.sysconfig has done its job just fine. Proposed fix.
* | | | | | | | | | | | BLD: Option /GL does not exit for mingw32 compiler.Charles Harris2015-08-101-1/+3
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The option was removed on the win32 platform regardless of actual compiler, leading to an error.
* | | | | | | | | | | Clarify signature of numpy.pad.Antony Lee2015-08-072-5/+2
| |_|_|/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `mode` is a required argument so just declare it as such. This does not prevent it from being passed as a keyword argument.
* | | | | | | | | | Merge pull request #6174 from anntzer/fft-normalization-docsJaime2015-08-061-1/+1
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix #2128 once again.
| * | | | | | | | | | Fix #2128 once again.Antony Lee2015-08-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not sure why the error was still in the docs.
* | | | | | | | | | | BLD: revert C99 complex for msvc14Christoph Gohlke2015-08-061-1/+1
|/ / / / / / / / / /
* | | | | | | | | | DOC: Add warning about numpy._build_utilsAlex Willmer2015-08-051-0/+8
| | | | | | | | | |
* | | | | | | | | | BLD: Move numpy.build_utils -> numpy._build_utils, add to MANIFEST.inAlex Willmer2015-08-059-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the distutils built from an sdist (e.g. under tox), without including _build_utils in binary distributions or the installed numpy.
* | | | | | | | | | MAINT: List subpackages alphabetically in numpy.setup.configuration()Alex Willmer2015-08-041-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The intention is to make it easier to spot missing items
* | | | | | | | | | BLD: fix tests under Tox, include numpy.build_utils in the distributionAlex Willmer2015-08-041-0/+3
| |_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The sub-package is already included in bento builds, it appears to have been missed from distutils. This fixes the following error whilst running any tests with tox ``` ImportError: No module named build_utils.apple_accelerate ```
* | | | | | | | | Wording: correctly write the commentJulien Dubois2015-08-041-2/+2
| | | | | | | | |
* | | | | | | | | BLD: Move Intel POWL blacklist.Charles Harris2015-08-032-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update patch from Intel by moving POWL blacklist from npy_math_private.h to npy_config.h blacklists.
* | | | | | | | | BLD: fix issue with POWL for Intel compilers on Windows.Ralf Gommers2015-08-031-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thanks to Intel (contact: Yolanda Chen) for this patch. The Intel “powl” on Windows only supports 80 bits longdouble to keep compatibility with Microsoft VC. Microsoft VC only support 64 bits longdouble, from “C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\include\math.h”, powl is redefined as: #define powl(x,y) ((long double)pow((double)(x), (double)(y))) However in npy_math.c (generated from npy_math.c.src), this definition is undefined even though HAVE_POWL is set for the Intel C compilers. At line 384 of npy_math.c.src, we have:: #ifdef @kind@@c@ #undef @kind@@c@ #endif #ifndef HAVE_@KIND@@C@ @type@ npy_@kind@@c@(@type@ x, @type@ y) { return (@type@) npy_@kind@((double)x, (double) y); } #endif The expanded function generated in “npy_math.c” will look like:: #ifdef powl #undef powl #endif #ifndef HAVE_POWL npy_longdouble npy_powl(npy_longdouble x, npy_longdouble y) { return (npy_longdouble) npy_pow((double)x, (double) y); } #endif
* | | | | | | | | BLD: Intel compilers: xiar/xilib for Linux and Windows to support IPO.Ralf Gommers2015-08-031-0/+3
| | | | | | | | |
* | | | | | | | | BLD: some fixes for Intel compilers.Ralf Gommers2015-08-034-8/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix an incorrect import - Enable C99 complex support (Qstd=c99) - Don't use MSVC complex types for Intel compilers Thanks to Intel for this patch (contact: Yolanda Chen).
* | | | | | | | | Merge pull request #6145 from charris/init-1.11.0Charles Harris2015-08-031-0/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | MAINT: Init master branch for 1.11.0 development.
| * | | | | | | | | MAINT: Init master branch for 1.11.0 development.Charles Harris2015-08-031-0/+1
| | |_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create 1.11.0-notes.rst template. Update version number in setup.py. Update version number in numpyconfig.h. Update version number in pavement.py. Update version number in bento.info.
* | | | | | | | | BLD: llabs not available with msvc9Christoph Gohlke2015-08-021-0/+3
|/ / / / / / / /
* | | | | | | | BLD: fix build failureChristoph Gohlke2015-08-021-1/+1
| | | | | | | |
* | | | | | | | BLD: disable broken msvc14 trigonometric functionsChristoph Gohlke2015-08-021-1/+18
| | | | | | | |
* | | | | | | | BLD: enable C99 isnan and isinf for msvc14Christoph Gohlke2015-08-021-2/+2
| | | | | | | |
* | | | | | | | BLD: enable C99 complex for msvc14Christoph Gohlke2015-08-021-1/+1
| | | | | | | |
* | | | | | | | BLD: try_run fails on Python 3.5b4 for WindowsChristoph Gohlke2015-08-011-14/+1
| | | | | | | |
* | | | | | | | Merge pull request #6139 from cgohlke/patch-3Charles Harris2015-08-011-2/+6
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | TST: on Windows run f2py from the Scripts directory
| * | | | | | | | TST: on Windows run f2py from the Scripts directoryChristoph Gohlke2015-08-011-2/+6
| | | | | | | | |
* | | | | | | | | Merge pull request #6138 from cgohlke/patch-2Jaime2015-08-011-3/+7
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | Fix test_system_info errors and failures on Windows
| * | | | | | | | TST: use os.pathsep to separate library directoriesChristoph Gohlke2015-08-011-2/+3
| | | | | | | | |
| * | | | | | | | TST: skip gcc specific test when using msvcChristoph Gohlke2015-08-011-0/+2
| | | | | | | | |
| * | | | | | | | TST: alternatively assert existence of msvc .obj filesChristoph Gohlke2015-08-011-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes test_system_info.TestSystemInfoReading.test_compile1 failure on Windows
* | | | | | | | | TST: fix OverflowError on win-amd64Christoph Gohlke2015-08-011-1/+1
|/ / / / / / / /
* | | | | | | | Merge pull request #6091 from novocaine/masterCharles Harris2015-08-011-2/+21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Don't pass un-encodable env to spawn
| * | | | | | | | restrict to windows py3 and add commentJames Salter2015-07-171-7/+18
| | | | | | | | |
| * | | | | | | | don't pass un-encodable env to spawnJames Salter2015-07-171-2/+10
| | | | | | | | |
* | | | | | | | | Merge pull request #6092 from ahaldane/raise_warnings_fixCharles Harris2015-08-011-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | MAINT: fix raise_warnings in np.test in py3
| * | | | | | | | | MAINT: fix raise_warnings in np.test in py3Allan Haldane2015-07-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In python3 np.test would raise an error if raise_warnings is a list since dict.keys() now returns a dict_keys instance. Eg, np.test('full', raise_warnings=[FutureWarning])
* | | | | | | | | | Merge pull request #6131 from argriffing/choice-precisionCharles Harris2015-08-012-2/+20
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | MAINT: adjust tolerance for validating the sum of probs in random.choice
| * | | | | | | | | | MAINT: adjust tolerance for validating the sum of probs in random.choicealex2015-07-292-2/+20
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #6117 from charris/fix-star-imports-f2pyCharles Harris2015-08-0122-3551/+4447
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | Fix star imports f2py
| * | | | | | | | | | STY: Break some long lines in numpy/f2py/*.py.Charles Harris2015-07-298-122/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fixes are generated by autopep8, which uses line continuation. There are 441 cases that it is unable to handle, involving strings, and that is more, and more delicate, work than I want to do at this time. The line continuation characters at least mark some of the long lines.
| * | | | | | | | | | STY: PEP8 fixes in numpy/f2py/tests.Charles Harris2015-07-256-24/+46
| | | | | | | | | | |
| * | | | | | | | | | STY: Make PEP8 fixes in numpy/f2pyCharles Harris2015-07-2515-3233/+4047
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Decided to bite the bullet on this one. The code is certainly more readable, so should be easier to fix if we need to.
| * | | | | | | | | | STY: Make pyflakes fixes in numpy/f2pyCharles Harris2015-07-2512-273/+405
| | | | | | | | | | |