summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "BLD: fix compilation on non glibc-Linuxes"revert-7087-musl-buildCharles Harris2016-01-211-3/+3
* Merge pull request #7087 from xdmiodz/musl-buildCharles Harris2016-01-211-3/+3
|\
| * BLD: fix compilation on non glibc-LinuxesDmitry Odzerikho2016-01-211-3/+3
* | Merge pull request #7076 from charris/update-mailmapCharles Harris2016-01-211-0/+28
|\ \ | |/ |/|
| * MAINT: Update the git .mailmap file.Charles Harris2016-01-201-0/+28
* | Merge pull request #6997 from gfyoung/mtrand_helpers_compressJaime2016-01-201-104/+74
|\ \ | |/ |/|
| * MAINT: Simplified mtrand.pyx helpersgfyoung2016-01-201-104/+74
|/
* Merge pull request #7063 from charris/prepare-1.12-devCharles Harris2016-01-195-6/+70
|\
| * REL: Update master branch after 1.12.x branch has been made.Charles Harris2016-01-195-6/+70
|/
* Merge pull request #7062 from charris/pre-1.10.x-branchCharles Harris2016-01-193-1/+3
|\
| * 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