summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge pull request #5597 from zerothi/ENH-distutilsCharles Harris2015-04-247-2/+314
|\ \ \ | |/ / |/| |
| * | 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-264-4/+15
| * | 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-253-48/+32
| * | 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-243-1/+244
| * | 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
| * | | MANT: Use labs, not fabs, for integer abs in distributions.cJaime Fernandez2015-04-231-1/+2
| * | | BUG: Fix wrong NULL checks in multiarray_tests.c.srcJaime Fernandez2015-04-231-4/+4
* | | | Merge pull request #5792 from jaimefrio/unused_varsseberg2015-04-241-2/+1
|\ \ \ \
| * | | | MANT: Remove unused variables from _PyArray_DescrHashImpJaime Fernandez2015-04-231-2/+1
| |/ / /
* | | | Merge pull request #5793 from jaimefrio/pyobject_castseberg2015-04-241-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | MANT: Add castings to PyObject in PyArray_RoundJaime Fernandez2015-04-231-2/+2
|/ / /
* | | Merge pull request #5785 from jaimefrio/compiler_warningsCharles Harris2015-04-231-2/+2
|\ \ \ | |_|/ |/| |
| * | BUG: Fixed wrong return of PyArray_Partition on failureJaime Fernandez2015-04-221-2/+2
* | | Merge pull request #4453 from abalkin/issue-4452Charles Harris2015-04-231-0/+6
|\ \ \
| * | | TST: Test that masked array addition works when dtype=objectLev Abalkin2015-04-231-0/+6
| |/ /
* | | Merge pull request #5784 from jaimefrio/list_overflowCharles Harris2015-04-231-2/+4
|\ \ \
| * | | BUG: Use npy_intp instead of int in ctors.cJaime Fernandez2015-04-221-2/+4
| |/ /
* | | Merge pull request #4612 from Nodd/loadtxt_commentsCharles Harris2015-04-232-10/+52
|\ \ \