summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* 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
* | MANT: Remove size from string representation of object dtypeJaime Fernandez2015-05-061-2/+6
* | 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
* | | 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
* | | | 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
* | | | | | 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
* | | | | | BUG: Fix segfault in frompyfunc with nout=0Jaime Fernandez2015-05-032-1/+23
|/ / / / /
* | | | | 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
* | | | | | TEST: add module to test installed scriptsMatthew Brett2015-04-301-0/+65
|/ / / / /
* | | | | 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
* | | | | | DOC: improve the vonmises docstring examplealex2015-04-291-5/+5
|/ / / / /
* | | | | 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
* | | | Merge pull request #5597 from zerothi/ENH-distutilsCharles Harris2015-04-245-1/+269
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: rpath was not implemented for numpy.distutils.fcompilerNick Papior Andersen2015-02-273-0/+19
| * | | BUG: Had thought the defaults where made of lists, it is simply a str.Nick Papior Andersen2015-02-262-10/+10
| * | | ENH: rpath and runtime_library_dirs equivalentNick Papior Andersen2015-02-262-2/+11
| * | | BUG: Python3 fixNick Papior Andersen2015-02-251-4/+5
| * | | BUG: PEP correctionsNick Papior Andersen2015-02-252-74/+82
| * | | BUG: PEP corrections and streamlined with numpy dev lineNick Papior Andersen2015-02-252-43/+25
| * | | BUG: Trying to fix travis buildsNick Papior Andersen2015-02-241-5/+4
| * | | BUG: Trying to fix travis buildsNick Papior Andersen2015-02-241-30/+36
| * | | ENH: Added tests to the extra options read inNick Papior Andersen2015-02-241-0/+203
| * | | BLD, ENH: Reading of extra flags from site.cfg to extend flexibilityNick Papior Andersen2015-02-231-3/+44
* | | | Merge pull request #5796 from jaimefrio/more_warningsCharles Harris2015-04-243-13/+34
|\ \ \ \
| * | | | MANT: Use proper abs function for pointer addresses in simd.inc.srcJaime Fernandez2015-04-241-8/+28