summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* MAINT: drop NPY_INLINEPauli Virtanen2017-01-191-1/+1
* MAINT: bump API versionPauli Virtanen2017-01-193-2/+6
* ENH: core: change NPY_ITER_OVERLAP_NOT_SAME to NPY_ITER_OVERLAP_ALLOW_SAMEPauli Virtanen2017-01-196-22/+34
* STY: core: remove unused variablePauli Virtanen2017-01-191-1/+0
* BUG: umath: in reduceat, arrays must be copied on overlap even if they are th...Pauli Virtanen2017-01-194-2/+39
* ENH: core: handle memory overlap in ufunc.atPauli Virtanen2017-01-194-11/+120
* TST: core: add tests for memory overlap in ufunc reductionsPauli Virtanen2017-01-191-15/+114
* ENH: umath: turn on overlap detection + copying in ufunc reductionsPauli Virtanen2017-01-192-6/+51
* TST: core: add tests to check that basic ufunc calls deal with memory overlapPauli Virtanen2017-01-191-22/+274
* BUG: core/ufunc: fix assumptions about iterator in execute_fancy_ufunc_loopsPauli Virtanen2017-01-191-21/+22
* ENH: umath: turn on overlap detection + copying in ufunc basic callsPauli Virtanen2017-01-191-3/+6
* ENH: core: add overlap detection logic to EQUIVALENTLY/TRIVIALLY_ITERABLE loopsPauli Virtanen2017-01-194-31/+108
* BUG: core: fix use of wrong output array in iterator_loopPauli Virtanen2017-01-191-1/+1
* STY: core: change test docstring to comment, to prettify nose outputPauli Virtanen2017-01-191-1/+1
* ENH: NpyIter: add a flag to handle read/write operand overlapPauli Virtanen2017-01-196-3/+181
* MAINT: core: add a missing compilation dependency to setup.pyPauli Virtanen2017-01-191-0/+1
* Merge pull request #8486 from eric-wieser/patch-8ahaldane2017-01-172-3/+27
|\
| * BUG: Fix IndexError in fromrecordsEric Wieser2017-01-172-3/+27
* | Merge pull request #8470 from MartinThoma/savez_compressed_docsCharles Harris2017-01-171-6/+44
|\ \
| * | DOC: Add example to np.savez_compressedMartin Thoma2017-01-151-6/+44
* | | Merge pull request #8488 from eric-wieser/recarray-reprCharles Harris2017-01-171-15/+17
|\ \ \
| * | | ENH: Improve the alignment of recarray.__repr__Eric Wieser2017-01-171-15/+17
| | |/ | |/|
* | | Merge pull request #8491 from juliantaylor/i386-finiteCharles Harris2017-01-171-1/+3
|\ \ \
| * | | TST: work around isfinite inconsistency on i386Julian Taylor2017-01-171-1/+3
| |/ /
* | | BUG: fix wrong masked median for some special casesJulian Taylor2017-01-173-6/+47
|/ /
* | Merge pull request #8475 from befelix/clipCharles Harris2017-01-161-3/+3
|\ \
| * | DOC: improve clip docstringFelix Berkenkamp2017-01-151-3/+3
| |/
* | BUG: fix wrong future nat warning and equiv type logic errorJulian Taylor2017-01-163-4/+8
* | MAINT: Remove shebang from test modulesSami Salonen2017-01-153-3/+0
* | MAINT: use env in shebang instead of absolute pathSami Salonen2017-01-153-3/+3
|/
* Merge pull request #8468 from mhvk/testing-utils-assert-equal-safe-for-matricesseberg2017-01-122-8/+44
|\
| * Ensure inf/nan removal in assert_array_compare is matrix-safe.Marten van Kerkwijk2017-01-112-8/+44
* | Merge pull request #8443 from lesteve/mmap-offsetseberg2017-01-112-2/+8
|\ \ | |/ |/|
| * FIX set memmap offset attribute correctlyLoïc Estève2017-01-052-2/+8
* | BUG assert_almost_equal fails on subclasses that cannot handle boolMarten van Kerkwijk2017-01-092-17/+40
* | TST: remove a duplicate test. Closes gh-8447.Ralf Gommers2017-01-061-4/+0
|/
* Merge pull request #8410 from jotasi/arrayAssertLessFixseberg2017-01-052-18/+165
|\
| * BUG: corrected behavior for assert_array_lessJonathan Tammo Siebert2017-01-041-18/+20
| * TST: Added test that np.inf is not approx. -np.infJonathan Tammo Siebert2017-01-041-0/+5
| * TST: Added unit tests for assert_array_lessJonathan Tammo Siebert2017-01-041-0/+140
* | BUG: correct norm='ortho' scaling for rfft when n != NoneGregory R. Lee2017-01-042-4/+28
|/
* single too argument + mention in release docs.Oscar Villellas2017-01-031-9/+5
* Documentation fix and proper handling of toleranceOscar Villellas2017-01-031-10/+15
* fixed merged testOscar Villellas2017-01-031-14/+8
* Merge remote-tracking branch 'numpy-org/master' into mult-normOscar Villellas2017-01-03423-21109/+38711
|\
| * BUG: Fix apply_along_axis() for when func1d() returns a non-ndarray (#8426)Ben Rowland2016-12-312-1/+7
| * BUG: Output a valid include path, rather than one inherited from NumericEric Wieser2016-12-291-1/+1
| * BUG: Fix incorrect use of StringIO to handle bytesEric Wieser2016-12-291-5/+5
| * DOC: Point out that plex is python 2 onlyEric Wieser2016-12-291-2/+4
| * MAINT: Switch to the PyPI version of plexEric Wieser2016-12-292-4/+4