summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | TST: re-enable TravisCI testing with Bento.Ralf Gommers2015-05-032-4/+3
| | |/ / / | |/| | |
* | | | | Merge pull request #5825 from charris/cleanup-gh-5583Charles Harris2015-05-022-16/+33
|\ \ \ \ \
| * | | | | MAINT: Refactor numpy.ma.where.Charles Harris2015-05-021-40/+24
| * | | | | BUG: Fix `numpy.ma.where` to be consistent with unmasked version.John Kirkham2015-05-022-4/+37
|/ / / / /
* | | | | Merge pull request #5824 from charris/cleanup-gh-5516Charles Harris2015-05-022-1/+11
|\ \ \ \ \
| * | | | | TST: Add test for fix to issue #2972Gerrit Holl2015-05-021-0/+9
| * | | | | BUG: Fix mask assignment in masked_where to use .mask property.Gerrit Holl2015-05-021-1/+2
* | | | | | Merge pull request #5817 from matthew-brett/masterCharles Harris2015-04-303-3/+79
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | TEST: add module to test installed scriptsMatthew Brett2015-04-303-3/+79
|/ / / / /
* | | | | Merge pull request #5815 from matthew-brett/f2py-shebang-fixCharles Harris2015-04-301-1/+15
|\ \ \ \ \
| * | | | | ENH: add bdist_mpkg, bdist_wininst to binary distsMatthew Brett2015-04-291-2/+3
| * | | | | BUG: fix f2py shebang line for bdist wheel, eggMatthew Brett2015-04-291-1/+14
* | | | | | Merge pull request #5814 from argriffing/vonmises-docstringCharles Harris2015-04-291-5/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | DOC: improve the vonmises docstring examplealex2015-04-291-5/+5
|/ / / / /
* | | | | Merge pull request #5791 from charris/indexing-explanations-cleanupCharles Harris2015-04-291-151/+98
|\ \ \ \ \
| * | | | | MAINT: Spelling and style fixes to internals.code-explanations.rst.Charles Harris2015-04-281-63/+65
| * | | | | DOC: Update indexing implementation explanations.Sebastian Berg2015-04-231-129/+74
* | | | | | Merge pull request #5800 from behzadnouri/nonc-chi2Charles Harris2015-04-273-8/+21
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | BUG: Fixes random.noncentral_chisquare when 0 < df <= 1behzad nouri2015-04-273-8/+21
|/ / / / /
* | | | | Merge pull request #5797 from jaimefrio/py_return_noneCharles Harris2015-04-2517-101/+51
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | MANT: Use Py_RETURN_NONE whenever Py_None is returnedJaime Fernandez2015-04-2417-101/+51