summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Merge pull request #6439 from juliantaylor/sdk-compileCharles Harris2015-10-111-2/+6
|\ \ \ \ \ | | | | | | | | | | | | BLD: import setuptools to allow compile with VS2008 python2.7 sdk
| * | | | | BLD: import setuptools to allow compile with VS2008 python2.7 sdkJulian Taylor2015-10-101-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Needed to build numpy with Microsoft Visual C++ Compiler for Python 2.7 Otherwise one gets an Unable to find vcvarsall.bat error SET DISTUTILS_USE_SDK=1 SET MSSdk=1 triggers the same from distutils.
* | | | | | Merge pull request #6444 from charris/gh-6440Charles Harris2015-10-111-0/+7
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update 6440, BLD: enable SSE2 for 32-bit msvc 9 and 10 compilers.
| * | | | | | DOC: Document the reason msvc requires SSE2 on 32 bit platforms.Charles Harris2015-10-101-0/+2
| | | | | | |
| * | | | | | BLD: enable SSE2 for 32-bit msvc 9 and 10 compilersChristoph Gohlke2015-10-101-0/+5
| | | | | | |
* | | | | | | Merge pull request #6438 from juliantaylor/msvc-workaroundCharles Harris2015-10-111-1/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | BUG: mask nan to 1 in ordered compare
| * | | | | | | BUG: mask nan to 1 in ordered compareJulian Taylor2015-10-101-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | msvc2008 32 bit seems to miscompile it otherwise. closes gh-6428
* | | | | | | | Merge pull request #6445 from rgommers/arrayterator-docNathaniel J. Smith2015-10-104-5/+11
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | DOC: add lib.Arrayterator to reference guide. Closes gh-6404.
| * | | | | | | DOC: add lib.Arrayterator to reference guide. Closes gh-6404.Ralf Gommers2015-10-114-5/+11
|/ / / / / / /
* | | | | | | Merge pull request #6436 from juliantaylor/conf-warningsCharles Harris2015-10-101-0/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | MAINT: remove Wreturn-type warnings from config checks
| * | | | | | | MAINT: remove Wreturn-type warnings from config checksJulian Taylor2015-10-091-0/+2
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | closes gh-6427
* | | | | | | Merge pull request #6309 from pizzathief/issue6191Ralf Gommers2015-10-101-0/+27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | DOC: first attempt at documenting load_library.
| * | | | | | | DOC: fixing some minor nitpicks. string to str, can't to cannot.jason king2015-10-051-3/+3
| | | | | | | |
| * | | | | | | DOC: first attempt at documenting load_library.jason king2015-09-121-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found some doco at http://docs.scipy.org/doc/numpy-dev/user/c-info.python-as-glue.html which seemed to describe the function, so used that.
* | | | | | | | Merge pull request #6437 from njsmith/cc0-governanceRalf Gommers2015-10-101-0/+9
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | DEV: add CC-0 public domain dedication to governance document
| * | | | | | | | DEV: add CC-0 public domain dedication to governance documentNathaniel J. Smith2015-10-091-0/+9
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We want to allow other projects to steal from us, like we stole from Jupyter/IPython :-). This relicensing / public domain dedication is possible because all text here is either by me (and thus copyright me) or else taken from the Jupyter/IPython document, and their document is also under CC-0 as per https://github.com/jupyter/governance/pull/9
* | | | | | | | Merge pull request #6441 from cgohlke/patch-2Charles Harris2015-10-092-2/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | BLD: do not build exclusively for SSE4.2 processors
| * | | | | | | BLD: do not build exclusively for SSE4.2 processorsChristoph Gohlke2015-10-091-1/+1
| | | | | | | |
| * | | | | | | BLD: do not build exclusively for SSE4.2 processorsChristoph Gohlke2015-10-091-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #6161 from grlee77/sign_docstringCharles Harris2015-10-091-1/+15
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | DOC: document behaviour of sign for complex numbers
| * | | | | | | DOC: update documentation of sign for complex and nan inputsGregory R. Lee2015-10-091-5/+6
| | | | | | | |
| * | | | | | | DOC: document behaviour of sign for complex numbersGregory R. Lee2015-08-041-0/+13
| | | | | | | |
* | | | | | | | Merge pull request #6354 from mingwpy/mingwpyCharles Harris2015-10-096-36/+41
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | BLD: mingwpy fixes
| * | | | | | | | BLD: mingwpy fixescarlkl2015-09-246-36/+41
| | | | | | | | |
* | | | | | | | | Merge pull request #6434 from rgommers/govdoc-typoCharles Harris2015-10-091-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | DOC: typo: change NumFocus to NumFOCUS in one place in governance doc.
| * | | | | | | | | DOC: typo: change NumFocus to NumFOCUS in one place in governance doc.Ralf Gommers2015-10-091-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #6429 from charris/remove-single-file-optionNathaniel J. Smith2015-10-0830-194/+9
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Remove single file option
| * | | | | | | | | DOC: Document removal of single file builds in 1.11.0 release notes.Charles Harris2015-10-081-2/+2
| | | | | | | | | |
| * | | | | | | | | TST: Remove single file compilation test from travis ci.Charles Harris2015-10-081-3/+2
| | | | | | | | | |
| * | | | | | | | | MAINT: Remove single file c files.Charles Harris2015-10-082-70/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These were the files in which all the other files were included for single file builds.
| * | | | | | | | | MAINT: Remove single file compilation support.Charles Harris2015-10-0826-119/+5
| | | | | | | | | |
* | | | | | | | | | Merge pull request #6426 from juliantaylor/clump-improveCharles Harris2015-10-082-18/+39
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | ENH: improve worst case of ma.clump_masked
| * | | | | | | | | ENH: improve worst case of ma.clump_maskedJulian Taylor2015-10-082-18/+39
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The worst case of alternating masked iterated all boundaries and sliced half away, improve this by only iterating the needed half of the boundary index array.
* | | | | | | | | Merge pull request #6330 from cjermain/bug-6246Charles Harris2015-10-072-9/+64
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | BUG: only tell/seek np.fromfile when buffered
| * | | | | | | | TST: for unbuffered IO without tell/seekColin Jermain2015-10-071-0/+13
| | | | | | | | |
| * | | | | | | | BUG: only require tell/seek in np.fromfile when bufferedColin Jermain2015-10-071-9/+51
|/ / / / / / / /
* | | | | | | | Merge pull request #6420 from pizzathief/issue6333argriffing2015-10-071-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | DOC: fixing beta calculation for numpy.random,gumbel
| * | | | | | | | DOC: fixing beta calculation for numpy.random,gumbeljason king2015-10-071-1/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #6421 from charris/forwardport-gh-6417Charles Harris2015-10-071-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | DOC: fix var. reference in percentile docstring
| * | | | | | | DOC: fix var. reference in percentile docstringTobias Megies2015-10-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The argument for the original input array is named `a` but in the docstring it was at some point referred to as `arr`. [skip ci]
* | | | | | | | Merge pull request #6391 from rlamy/lapack-setupCharles Harris2015-10-061-20/+21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | MAINT: Simplify lapack setup
| * | | | | | | | STY: Make numpy/linalg/setup.py PEP8 compliantRonan Lamy2015-10-021-16/+17
| | | | | | | | |
| * | | | | | | | MAINT: Simplify numpy/linalg/setup.pyRonan Lamy2015-10-021-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Compute the sources required to build extensions lapack_lite and _umath_linalg in a more direct way that doesn't rely on abusing the 'depends' argument to config.add_extension().
* | | | | | | | | Merge pull request #6406 from charris/update-gh-6310Charles Harris2015-10-062-16/+19
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | DOC: Update gh-6310: Update docs for numpy.genfromtxt.
| * | | | | | | | DOC: Cleanup genfromtxt documentation a bit.Charles Harris2015-10-042-18/+19
| | | | | | | | |
| * | | | | | | | DOC: Update docs for numpy.genfromtxt.jason king2015-10-042-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that a list of strings can be passed as the first parameter. The strings are treated as the lines in a file. Closes #6247
* | | | | | | | | Merge pull request #6415 from charris/update-1.10.0-notesNathaniel J. Smith2015-10-051-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | DOC: Update 1.10.x release notes.
| * | | | | | | | | DOC: Update 1.10.x release notes.Charles Harris2015-10-051-1/+1
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Version format was incorrect, was x.y.z.dev+githash instead of x.y.z.dev0+githash
* | | | | | | | | Merge pull request #6352 from njsmith/governanceCharles Harris2015-10-054-0/+456
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | DEV: Governance document (draft)
| * | | | | | | | | DEV: attempt to clarify rules for ending an Institutional PartnershipNathaniel J. Smith2015-10-041-3/+6
| | | | | | | | | |