summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REL: 1.11.0b1 releasev1.11.0b1Charles Harris2016-01-251-2/+2
* Merge pull request #7106 from charris/backport-7073Charles Harris2016-01-231-90/+136
|\
| * DOC: Update the 1.11.0 release notes.Charles Harris2016-01-231-90/+136
* | Merge pull request #7098 from jakirkham/cast_float_linalg_bp_1_11_xCharles Harris2016-01-222-9/+105
|\ \ | |/ |/|
| * DOC: Update `norm` docstring examples to include floating point values.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.John Kirkham2016-01-221-0/+3
|/
* Merge pull request #7095 from charris/backport-7092Charles Harris2016-01-221-11/+8
|\
| * BLD: fix compilation on non glibc-LinuxesDmitry Odzerikho2016-01-211-11/+8
|/
* Merge pull request #7086 from charris/update-mailmapCharles Harris2016-01-211-0/+28
|\
| * MAINT: Update the git .mailmap file.Charles Harris2016-01-211-0/+28
|/
* Merge pull request #7075 from charris/make-bad-strides-reasonableCharles Harris2016-01-211-8/+0
|\
| * REL: Reset strides for RELAXED_STRIDE_CHECKING for 1.11 releases.Charles Harris2016-01-201-8/+0
|/
* Merge pull request #7066 from charris/no-relaxed-stride-checkingCharles Harris2016-01-203-4/+4
|\
| * MAINT: Make no relaxed stride checking the default for 1.11.Charles Harris2016-01-203-4/+4
|/
* Merge pull request #7065 from charris/update-pavement-for-1.11.xRalf Gommers2016-01-201-1/+1
|\
| * REL: Update pavement.py END_LOG for 1.11.x branch.Charles Harris2016-01-191-1/+1
* | Merge pull request #7068 from jakirkham/pin_pipRalf Gommers2016-01-201-1/+1
|\ \ | |/ |/|
| * MAINT: Constrain `pip` and `setuptools` to versions that still support Python...John Kirkham2016-01-201-1/+1
|/
* 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
|/