summaryrefslogtreecommitdiff
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-197-44/+51
* 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-195-3/+50
* 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-197-3/+208
* 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 #8490 from jakirkham/rel_1.12_doc_codeCharles Harris2017-01-171-2/+2
|\ \ \
| * | | DOC: Place np.average in inline code.John Kirkham2017-01-171-2/+2
| |/ /
* | | 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
| |/ /
* | | Merge pull request #8489 from juliantaylor/ma-median-inf-fixCharles Harris2017-01-173-6/+47
|\ \ \ | |/ / |/| |
| * | 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
| |/
* | Merge pull request #8483 from juliantaylor/nat-fixesCharles Harris2017-01-163-4/+8
|\ \
| * | BUG: fix wrong future nat warning and equiv type logic errorJulian Taylor2017-01-163-4/+8
* | | Merge pull request #8478 from charris/forward-port-1.12.0-changesRalf Gommers2017-01-174-616/+636
|\ \ \ | |/ / |/| |
| * | MAINT: Forward port accumulated changes from the 1.12.0 release.Charles Harris2017-01-154-616/+636
| |/
* | Merge pull request #8474 from ssalonen/shebang-using-env-fixes-8472Charles Harris2017-01-155-5/+2
|\ \ | |/ |/|
| * 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-113-2/+14
|\ \
| * | FIX set memmap offset attribute correctlyLoïc Estève2017-01-053-2/+14
* | | Merge pull request #8464 from nouiz/masterNathaniel J. Smith2017-01-101-2/+2
|\ \ \ | |_|/ |/| |
| * | [DOC]Small release doc fix. I did this PR for Theano and my first PR in numpy...Frederic Bastien2017-01-101-2/+2
|/ /
* | Merge pull request #8452 from mhvk/testing-avoid-subclass-bool-arraysseberg2017-01-102-17/+40
|\ \
| * | BUG assert_almost_equal fails on subclasses that cannot handle boolMarten van Kerkwijk2017-01-092-17/+40
|/ /
* | Merge pull request #8448 from rgommers/laplacetestseberg2017-01-051-4/+0
|\ \ | |/ |/|
| * TST: remove a duplicate test. Closes gh-8447.Ralf Gommers2017-01-061-4/+0
|/
* Merge pull request #8410 from jotasi/arrayAssertLessFixseberg2017-01-053-18/+172
|\
| * DOC: Added changed behavior of assert_array_lessJonathan Tammo Siebert2017-01-041-0/+7
| * BUG: corrected behavior for assert_array_lessJonathan Tammo Siebert2017-01-041-18/+20