summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * REL: Prepare for 1.10.x branch.Charles Harris2016-01-193-1/+3
|/
* 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-198-148/+122
|\ \
| * | DOC: Update the 1.10.0 release notes.Charles Harris2016-01-191-10/+17
| * | 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
| |/
* | Merge pull request #7057 from charris/nat-future-warningCharles Harris2016-01-192-3/+69
|\ \ | |/ |/|
| * 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
|/
* Merge pull request #6360 from jonathanunderwood/legfit_restrict_termsCharles Harris2016-01-1815-35/+402
|\
| * Add release note for polynomial fit deg changesJonathan Underwood2016-01-181-0/+9
| * 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
|/
* Merge pull request #7049 from andyfaff/isclosetstCharles Harris2016-01-171-1/+1
|\
| * 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 #7045 from rgommers/runtests-no-eggsCharles Harris2016-01-171-8/+6
|\ \ \
| * | | TST: de-uglify the setuptools appeasement in runtests.py a bit.Ralf Gommers2016-01-171-8/+6
|/ / /
* | | 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-173-36/+65
|\ \ \
| * | | 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-163-40/+60
* | | | 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-1612-475/+423
|\ \ \ \
| * | | | DOC: document changes to assert_warnsStephan Hoyer2016-01-162-0/+8
| * | | | API: Make datetime64 timezone naiveStephan Hoyer2016-01-1510-457/+349
| * | | | TST: Make assert_warns an optional contextmanagerStephan Hoyer2016-01-142-18/+66
* | | | | Merge pull request #7038 from jakirkham/cblasfuncs_sty_fixesCharles Harris2016-01-161-7/+12
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | STY: Wrap some long lines.John Kirkham2016-01-161-7/+12
* | | | | Merge pull request #7040 from rgommers/fix-runtests-setuptoolsCharles Harris2016-01-162-10/+25
|\ \ \ \ \