summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fixed 'midpoint' interpolation of np.percentile in odd cases.Joseph Fox-Rabinovitz2016-01-312-2/+6
* TST: Fixed f2py test for non-versioned python executablesgfyoung2016-01-251-4/+13
* TST: Fixed f2py test for win32 virtualenvgfyoung2016-01-251-1/+7
* BUG: One element array inputs get one element arrays returned in np.randomgfyoung2016-01-242-188/+274
* DOC: Clarified output size for broadcastable mtrand.pyx functionsgfyoung2016-01-231-182/+243
* TST: Added broadcasting tests in test_random.pygfyoung2016-01-232-87/+644
* DOC: Update `norm` docstring to include examples that reflect that all comput...John Kirkham2016-01-221-8/+8
* BUG: Make sure that the `ord=0` case returns a float.John Kirkham2016-01-222-5/+2
* TST: Verify that `norm` is properly casting values to floats as needed.John Kirkham2016-01-221-0/+96
* BUG: In `norm`, always cast non-floating point arrays to 64-bit floats. Other...John Kirkham2016-01-221-0/+3
* BLD: fix compilation on non glibc-LinuxesDmitry Odzerikho2016-01-221-11/+8
* MAINT: Simplified mtrand.pyx helpersgfyoung2016-01-201-104/+74
* REL: Prepare for 1.10.x branch.Charles Harris2016-01-192-0/+2
* Merge pull request #7027 from gfyoung/test_fromnumeric_expandCharles Harris2016-01-194-198/+490
|\
| * TST: Added lots of new tests for fromnumeric.pygfyoung2016-01-184-198/+490
* | Merge pull request #7052 from charris/fixup-polynomialsCharles Harris2016-01-197-138/+105
|\ \
| * | MAINT: Refactor polynomial leastsquares fits.Charles Harris2016-01-197-138/+105
| |/
* | Merge pull request #7053 from tushar-rishav/ifft_RAM_requirementsCharles Harris2016-01-191-1/+1
|\ \
| * | BUG:Should fix astype cast bug in numpy.fft moduleTushar Gautam2016-01-191-1/+1
| |/
* | TST: Add tests for NAT comparison FutureWarning.Charles Harris2016-01-181-0/+28
* | DEP: Emit FutureWarning for NAT comparisons.Charles Harris2016-01-181-3/+41
|/
* TST: Add tests for check_fit with deg specified as listJonathan Underwood2016-01-181-0/+9
* ENH: Allow specification of terms to fit in fit methodJonathan Underwood2016-01-181-2/+8
* TST: Add tests for hermefit with deg specified as listJonathan Underwood2016-01-181-0/+31
* ENH: Allow specification of terms to fit in hermefitJonathan Underwood2016-01-181-5/+34
* TST: Add tests for polyfit with deg specified as listJonathan Underwood2016-01-181-0/+27
* ENH: Allow specification of terms to fit in polyfitJonathan Underwood2016-01-181-5/+34
* TST: Add tests for lagfit with deg specified as listJonathan Underwood2016-01-181-0/+16
* ENH: Allow specification of terms to fit in lagfitJonathan Underwood2016-01-181-5/+34
* TST: Add tests for hermfit with deg specified as listJonathan Underwood2016-01-181-0/+31
* ENH: Allow specification of terms to fit in hermfitJonathan Underwood2016-01-181-5/+34
* TST: Add tests for chebfit with deg specified as listJonathan Underwood2016-01-181-0/+31
* ENH: Allow specification of terms to fit in chebfitJonathan Underwood2016-01-181-5/+34
* TST: Add tests for legfit with deg specified as listJonathan Underwood2016-01-181-0/+31
* ENH: Allow specification of terms to fit in legfitJonathan Underwood2016-01-181-8/+39
* TST: np.isclose, correct error msg on testAndrew Nelson2016-01-181-1/+1
* Merge pull request #7048 from zerothi/enh-fix-distutils.libsCharles Harris2016-01-171-1/+4
|\
| * ENH: Allow site.cfg information with libraries keyNick Papior2016-01-171-1/+4
* | Merge pull request #6608 from stuarteberg/fix-api-version-warning-intsCharles Harris2016-01-171-2/+2
|\ \
| * | MAINT: Add '0x' to API version error for clarity.Stuart Berg2016-01-171-2/+2
* | | Merge pull request #5981 from dfreese/fix/multi_percent_nanperc_bugJulian Taylor2016-01-172-3/+34
|\ \ \ | |_|/ |/| |
| * | BUG: Fix nanpercentile crash on all-nan slicesDavid Freese2016-01-122-3/+34
* | | Merge pull request #6933 from anntzer/fastshuffle-memcpyNathaniel J. Smith2016-01-172-36/+61
|\ \ \
| * | | Revert to non-generative test.Antony Lee2016-01-161-5/+4
| * | | Top shuffle speed for machine-sized ints/floats.Antony Lee2016-01-161-8/+18
| * | | MAINT: memcpy-based ~4x faster, typed shuffle.Antony Lee2016-01-162-40/+56
* | | | Merge pull request #7042 from charris/revert-7001Charles Harris2016-01-168-135/+24
|\ \ \ \ | |/ / / |/| | |
| * | | Revert "Merge pull request #7001 from shoyer/NaT-comparison"Charles Harris2016-01-168-135/+24
* | | | Merge pull request #6453 from shoyer/naive-datetime64Charles Harris2016-01-1610-450/+345
|\ \ \ \
| * | | | DOC: document changes to assert_warnsStephan Hoyer2016-01-161-0/+4