summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Simplify code in cov function a bit.Charles Harris2015-05-131-6/+5
* Merge pull request #4960 from tpoole/weighted_covCharles Harris2015-05-133-38/+186
|\
| * ENH: add 'fweights' and 'aweights' arguments to covariance calculations.tpoole2015-05-133-38/+186
* | Merge pull request #5870 from r-barnes/masterJaime2015-05-111-1/+1
|\ \
| * | Fixed spelling mistakeRichard Barnes2015-05-121-1/+1
|/ /
* | Merge pull request #5605 from shoyer/stackCharles Harris2015-05-128-12/+143
|\ \
| * | ENH: add np.stackStephan Hoyer2015-05-118-12/+143
* | | Merge pull request #5869 from wackywendell/notimplCharles Harris2015-05-111-2/+2
|\ \ \
| * | | MAINT: Added more detailed messages to NotImplementedError messages.Wendell Smith2015-05-111-2/+2
|/ / /
* | | Merge pull request #5858 from jaimefrio/random_betaCharles Harris2015-05-102-1/+22
|\ \ \
| * | | BUG: np.random.beta with small parameters produces NaNsJaime Fernandez2015-05-102-1/+22
| | |/ | |/|
* | | Merge pull request #5860 from sotte/neutral_elementJaime2015-05-101-0/+10
|\ \ \ | |/ / |/| |
| * | DOC: sum/prod & empty array returns neutral elmentStefan Otte2015-05-101-0/+10
|/ /
* | Merge pull request #5852 from rgommers/bento-vendorCharles Harris2015-05-071-1/+1
|\ \
| * | MAINT: switch waf download to https://github.com/numpy/numpy-vendorRalf Gommers2015-05-071-1/+1
|/ /
* | Merge pull request #5847 from christianbrodbeck/fix/setdiff1dJaime2015-05-074-13/+13
|\ \
| * | BUG: setdiff1d return dtypeChristian Brodbeck2015-05-074-13/+13
* | | Merge pull request #5843 from jaimefrio/interp_bugCharles Harris2015-05-071-80/+111
|\ \ \
| * | | BUG: Fix interp issues with small arraysJaime Fernandez2015-05-061-80/+111
* | | | Merge pull request #5841 from jaimefrio/object_dtype_strCharles Harris2015-05-073-9/+29
|\ \ \ \
| * | | | DOC: Document string dtype descriptor behaviorJaime Fernandez2015-05-061-6/+6
| * | | | DOC: Document changes in #5840 and #5841 in release notesJaime Fernandez2015-05-061-1/+17
| * | | | MANT: Remove size from string representation of object dtypeJaime Fernandez2015-05-061-2/+6
|/ / / /
* | | | Merge pull request #5848 from rgommers/fix-intelcompilerCharles Harris2015-05-061-1/+1
|\ \ \ \
| * | | | BUG: distutils: fix a typo in 64-bit Intel compiler for Windows support.Ralf Gommers2015-05-061-1/+1
|/ / / /
* | | | Merge pull request #5840 from jaimefrio/dtype_sizeCharles Harris2015-05-063-57/+26
|\ \ \ \
| * | | | MANT: Turn deprecated dtype string warnings into errorsJaime Fernandez2015-05-053-57/+26
* | | | | Merge pull request #5845 from ewmoore/broadcast_to_docCharles Harris2015-05-061-0/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | DOC: note versionadded for broadcast_toEric Moore2015-05-061-0/+4
|/ / / /
* | | | Merge pull request #5748 from mhvk/numpyufunc-binop-fixCharles Harris2015-05-053-43/+103
|\ \ \ \
| * | | | Add tests that __numpy_ufunc__ works with subclasses.Marten van Kerkwijk2015-04-041-3/+44
| * | | | BUG: core: inplace ops don't have corresponding rhs ops, so no need to check ...Pauli Virtanen2015-04-041-1/+1
| * | | | BUG: core: ensure binop execution uses ufuncs as fallbackPauli Virtanen2015-04-042-40/+59
* | | | | Merge pull request #5838 from matthew-brett/masterCharles Harris2015-05-051-1/+1
|\ \ \ \ \
| * | | | | BUG: revert use of !python for bdist_mpkg scriptsMatthew Brett2015-05-051-1/+1
|/ / / / /
* | | | | Merge pull request #5805 from jaimefrio/ix_intpCharles Harris2015-05-052-11/+39
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | BUG: Fix handling of non-empty ndarraysJaime Fernandez2015-05-042-11/+17
| * | | | TST: Added tests for ix_Jaime Fernandez2015-04-271-1/+25
| * | | | BUG: make empty inputs to ix_ create an empty int typed outputJaime Fernandez2015-04-271-9/+7
* | | | | Merge pull request #5703 from ddasilva/ddasilva/compress_rowcolsJaime2015-05-042-27/+180
|\ \ \ \ \
| * | | | | ENH: Introduce np.ma.compress_nd(), generalizes np.ma.compress_rowcols()Daniel da Silva2015-05-032-27/+180
* | | | | | Merge pull request #5821 from behzadnouri/place-segfaultJaime2015-05-042-0/+25
|\ \ \ \ \ \
| * | | | | | BUG: fixes segfault in np.place when vals is emptybehzad nouri2015-05-042-0/+25
* | | | | | | Merge pull request #5836 from rgommers/bento-sgemv-fixCharles Harris2015-05-041-0/+9
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | BLD: use fix for Accelerate SGEMV issue in Bento build. See gh-5831.Ralf Gommers2015-05-041-0/+9
|/ / / / / /
* | | | | | Merge pull request #5831 from charris/rebase-gh-5237Charles Harris2015-05-034-0/+320
|\ \ \ \ \ \
| * | | | | | BUG: Workaround segfault in Apple Accelerate framework SGEMVSturla Molden2015-05-034-0/+320
* | | | | | | Merge pull request #5828 from jaimefrio/frompyfunc_segfaultCharles Harris2015-05-032-1/+23
|\ \ \ \ \ \ \
| * | | | | | | BUG: Fix segfault in frompyfunc with nout=0Jaime Fernandez2015-05-032-1/+23
| |/ / / / / /
* | | | | | | Merge pull request #5829 from rgommers/bento-ciCharles Harris2015-05-032-4/+3
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |