Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge pull request #6439 from juliantaylor/sdk-compile | Charles Harris | 2015-10-11 | 1 | -2/+6 | |
|\ \ \ \ \ | | | | | | | | | | | | | BLD: import setuptools to allow compile with VS2008 python2.7 sdk | |||||
| * | | | | | BLD: import setuptools to allow compile with VS2008 python2.7 sdk | Julian Taylor | 2015-10-10 | 1 | -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-6440 | Charles Harris | 2015-10-11 | 1 | -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 Harris | 2015-10-10 | 1 | -0/+2 | |
| | | | | | | | ||||||
| * | | | | | | BLD: enable SSE2 for 32-bit msvc 9 and 10 compilers | Christoph Gohlke | 2015-10-10 | 1 | -0/+5 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #6438 from juliantaylor/msvc-workaround | Charles Harris | 2015-10-11 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | BUG: mask nan to 1 in ordered compare | |||||
| * | | | | | | | BUG: mask nan to 1 in ordered compare | Julian Taylor | 2015-10-10 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | msvc2008 32 bit seems to miscompile it otherwise. closes gh-6428 | |||||
* | | | | | | | | Merge pull request #6445 from rgommers/arrayterator-doc | Nathaniel J. Smith | 2015-10-10 | 4 | -5/+11 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | DOC: add lib.Arrayterator to reference guide. Closes gh-6404. | |||||
| * | | | | | | | DOC: add lib.Arrayterator to reference guide. Closes gh-6404. | Ralf Gommers | 2015-10-11 | 4 | -5/+11 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #6436 from juliantaylor/conf-warnings | Charles Harris | 2015-10-10 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | MAINT: remove Wreturn-type warnings from config checks | |||||
| * | | | | | | | MAINT: remove Wreturn-type warnings from config checks | Julian Taylor | 2015-10-09 | 1 | -0/+2 | |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | closes gh-6427 | |||||
* | | | | | | | Merge pull request #6309 from pizzathief/issue6191 | Ralf Gommers | 2015-10-10 | 1 | -0/+27 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | DOC: first attempt at documenting load_library. | |||||
| * | | | | | | | DOC: fixing some minor nitpicks. string to str, can't to cannot. | jason king | 2015-10-05 | 1 | -3/+3 | |
| | | | | | | | | ||||||
| * | | | | | | | DOC: first attempt at documenting load_library. | jason king | 2015-09-12 | 1 | -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-governance | Ralf Gommers | 2015-10-10 | 1 | -0/+9 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | DEV: add CC-0 public domain dedication to governance document | |||||
| * | | | | | | | | DEV: add CC-0 public domain dedication to governance document | Nathaniel J. Smith | 2015-10-09 | 1 | -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-2 | Charles Harris | 2015-10-09 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | BLD: do not build exclusively for SSE4.2 processors | |||||
| * | | | | | | | BLD: do not build exclusively for SSE4.2 processors | Christoph Gohlke | 2015-10-09 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | BLD: do not build exclusively for SSE4.2 processors | Christoph Gohlke | 2015-10-09 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #6161 from grlee77/sign_docstring | Charles Harris | 2015-10-09 | 1 | -1/+15 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | DOC: document behaviour of sign for complex numbers | |||||
| * | | | | | | | DOC: update documentation of sign for complex and nan inputs | Gregory R. Lee | 2015-10-09 | 1 | -5/+6 | |
| | | | | | | | | ||||||
| * | | | | | | | DOC: document behaviour of sign for complex numbers | Gregory R. Lee | 2015-08-04 | 1 | -0/+13 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge pull request #6354 from mingwpy/mingwpy | Charles Harris | 2015-10-09 | 6 | -36/+41 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | BLD: mingwpy fixes | |||||
| * | | | | | | | | BLD: mingwpy fixes | carlkl | 2015-09-24 | 6 | -36/+41 | |
| | | | | | | | | | ||||||
* | | | | | | | | | Merge pull request #6434 from rgommers/govdoc-typo | Charles Harris | 2015-10-09 | 1 | -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 Gommers | 2015-10-09 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #6429 from charris/remove-single-file-option | Nathaniel J. Smith | 2015-10-08 | 30 | -194/+9 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Remove single file option | |||||
| * | | | | | | | | | DOC: Document removal of single file builds in 1.11.0 release notes. | Charles Harris | 2015-10-08 | 1 | -2/+2 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | TST: Remove single file compilation test from travis ci. | Charles Harris | 2015-10-08 | 1 | -3/+2 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | MAINT: Remove single file c files. | Charles Harris | 2015-10-08 | 2 | -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 Harris | 2015-10-08 | 26 | -119/+5 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #6426 from juliantaylor/clump-improve | Charles Harris | 2015-10-08 | 2 | -18/+39 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | ENH: improve worst case of ma.clump_masked | |||||
| * | | | | | | | | | ENH: improve worst case of ma.clump_masked | Julian Taylor | 2015-10-08 | 2 | -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-6246 | Charles Harris | 2015-10-07 | 2 | -9/+64 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | BUG: only tell/seek np.fromfile when buffered | |||||
| * | | | | | | | | TST: for unbuffered IO without tell/seek | Colin Jermain | 2015-10-07 | 1 | -0/+13 | |
| | | | | | | | | | ||||||
| * | | | | | | | | BUG: only require tell/seek in np.fromfile when buffered | Colin Jermain | 2015-10-07 | 1 | -9/+51 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #6420 from pizzathief/issue6333 | argriffing | 2015-10-07 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | DOC: fixing beta calculation for numpy.random,gumbel | |||||
| * | | | | | | | | DOC: fixing beta calculation for numpy.random,gumbel | jason king | 2015-10-07 | 1 | -1/+1 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #6421 from charris/forwardport-gh-6417 | Charles Harris | 2015-10-07 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | DOC: fix var. reference in percentile docstring | |||||
| * | | | | | | | DOC: fix var. reference in percentile docstring | Tobias Megies | 2015-10-07 | 1 | -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-setup | Charles Harris | 2015-10-06 | 1 | -20/+21 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | MAINT: Simplify lapack setup | |||||
| * | | | | | | | | STY: Make numpy/linalg/setup.py PEP8 compliant | Ronan Lamy | 2015-10-02 | 1 | -16/+17 | |
| | | | | | | | | | ||||||
| * | | | | | | | | MAINT: Simplify numpy/linalg/setup.py | Ronan Lamy | 2015-10-02 | 1 | -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-6310 | Charles Harris | 2015-10-06 | 2 | -16/+19 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | DOC: Update gh-6310: Update docs for numpy.genfromtxt. | |||||
| * | | | | | | | | DOC: Cleanup genfromtxt documentation a bit. | Charles Harris | 2015-10-04 | 2 | -18/+19 | |
| | | | | | | | | | ||||||
| * | | | | | | | | DOC: Update docs for numpy.genfromtxt. | jason king | 2015-10-04 | 2 | -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-notes | Nathaniel J. Smith | 2015-10-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | DOC: Update 1.10.x release notes. | |||||
| * | | | | | | | | | DOC: Update 1.10.x release notes. | Charles Harris | 2015-10-05 | 1 | -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/governance | Charles Harris | 2015-10-05 | 4 | -0/+456 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | DEV: Governance document (draft) | |||||
| * | | | | | | | | | DEV: attempt to clarify rules for ending an Institutional Partnership | Nathaniel J. Smith | 2015-10-04 | 1 | -3/+6 | |
| | | | | | | | | | |