summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUG: fix f2py shebang line for bdist wheel, eggMatthew Brett2015-04-291-1/+14
* 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
|\ \ \
| * | | ENH: Multiple comment tokens in loadtxtJoseph Martinot-Lagarde2015-04-222-10/+52
* | | | Merge pull request #5789 from pitrou/identity_steal_noneJaime2015-04-231-1/+1
|\ \ \ \
| * | | | BUG: reference stolen from None when looking up a ufunc's identity attributeAntoine Pitrou2015-04-231-1/+1
|/ / / /
* | | | Merge pull request #5786 from pitrou/record_dtype_hashJaime2015-04-231-40/+39
|\ \ \ \
| * | | | BUG: fix instability of structured dtype hashAntoine Pitrou2015-04-231-40/+39
|/ / / /
* | | | Merge pull request #5787 from pitrou/abs_neg_zeroJaime2015-04-232-4/+38
|\ \ \ \
| * | | | BUG: fix abs() of floating point scalar on negative zerosAntoine Pitrou2015-04-232-4/+38
| | |/ / | |/| |
* | | | Merge pull request #5788 from pitrou/complex_round_explicit_outputJaime2015-04-232-7/+18
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: fix round() on complex array with explicit outputAntoine Pitrou2015-04-232-7/+18
|/ / /
* | | Merge pull request #5316 from juliantaylor/align-fixesCharles Harris2015-04-214-1/+27
|\ \ \
| * | | BUG: reduce maximum alignment to 8 bytes on 32 bitJulian Taylor2014-11-262-0/+6
| * | | BUG: fix string arrays not being alignedJulian Taylor2014-11-262-1/+21
* | | | Merge pull request #5774 from rgommers/gfortran-versionJulian Taylor2015-04-192-15/+40
|\ \ \ \
| * | | | BLD: distutils: more robust gfortran version checking. Closes gh-5768.Ralf Gommers2015-04-192-15/+40
|/ / / /
* | | | Merge pull request #5770 from pv/npyio-pickleCharles Harris2015-04-183-12/+68
|\ \ \ \
| * | | | ENH: add options for disabling use of pickle in load/savePauli Virtanen2015-04-183-12/+68
|/ / / /