Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: typo: affect | Lars Buitinck | 2015-10-02 | 3 | -7/+7 |
* | Merge pull request #6312 from behzadnouri/object-lexsort | Charles Harris | 2015-10-02 | 3 | -5/+48 |
|\ | |||||
| * | ENH: adds lexsort for arrays with object dtype | behzad nouri | 2015-10-02 | 3 | -5/+48 |
|/ | |||||
* | Merge pull request #6336 from njsmith/clean-up-ufunc-dead-code | Charles Harris | 2015-10-01 | 7 | -63/+33 |
|\ | |||||
| * | MAINT: cleanup dead code/arguments/fields from ufuncs | Nathaniel J. Smith | 2015-10-01 | 7 | -63/+33 |
* | | Merge pull request #6322 from pizzathief/issue5900 | Charles Harris | 2015-10-01 | 2 | -5/+6 |
|\ \ | |||||
| * | | DOC: numpy.diff docstring changed as per recommendation on | jason king | 2015-09-16 | 2 | -5/+6 |
* | | | Merge pull request #6346 from ChristopherHogan/signbit_fix | Charles Harris | 2015-10-01 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | BUG: Guarantee non-zero is 1 for switch statements | Chris Hogan | 2015-10-01 | 1 | -1/+1 |
* | | | | Merge pull request #6384 from anntzer/fill-default-dtype-futurewarning | Charles Harris | 2015-09-28 | 1 | -0/+10 |
|\ \ \ \ | |||||
| * | | | | Add tests. | Antony Lee | 2015-09-28 | 1 | -0/+10 |
* | | | | | Merge pull request #6269 from yashmehrotra/depr-pyobject_compare | Charles Harris | 2015-09-28 | 5 | -41/+46 |
|\ \ \ \ \ | |||||
| * | | | | | MAINT: Deprecated PyObject_Compare in favor of PyObject_RichCompareBool. Fixe... | Yash Mehrotra | 2015-09-29 | 5 | -41/+46 |
* | | | | | | Merge pull request #6382 from anntzer/fill-default-dtype-futurewarning | Charles Harris | 2015-09-28 | 1 | -2/+7 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | FutureWarning for np.full(..., non-float). | Antony Lee | 2015-09-28 | 1 | -2/+7 |
|/ / / / / | |||||
* | | | | | Merge pull request #6361 from seberg/issue6359 | ahaldane | 2015-09-27 | 3 | -1/+28 |
|\ \ \ \ \ | |||||
| * | | | | | TST: Add test that array interface descr and typestr itemsize match | Sebastian Berg | 2015-09-27 | 1 | -0/+10 |
| * | | | | | BUG: Add void field at end of dtype.descr to match itemsize | Sebastian Berg | 2015-09-25 | 2 | -1/+18 |
| |/ / / / | |||||
* | | | | | Merge pull request #6371 from seberg/pr-5771 | Charles Harris | 2015-09-27 | 2 | -1/+10 |
|\ \ \ \ \ | |||||
| * | | | | | TST: Test empty warning for split with manual inputs | Sebastian Berg | 2015-09-27 | 1 | -0/+9 |
| * | | | | | BUG: Expanded warning conditions for array_split | Michael Currie | 2015-09-27 | 1 | -1/+1 |
* | | | | | | Merge pull request #6372 from seberg/revert-vdot | Charles Harris | 2015-09-27 | 3 | -43/+55 |
|\ \ \ \ \ \ | |||||
| * | | | | | | DOC: Document behaviour of ravel more clearly | Sebastian Berg | 2015-09-27 | 1 | -1/+5 |
| * | | | | | | REV: Make sure ravel returns a contiguous array | Sebastian Berg | 2015-09-27 | 2 | -42/+50 |
* | | | | | | | Merge pull request #6373 from seberg/vdot-newshape | Charles Harris | 2015-09-27 | 2 | -6/+32 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | BUG: Fix vdot for uncontiguous arrays. | Sebastian Berg | 2015-09-27 | 2 | -6/+32 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #6368 from anntzer/empty-object-is-none | Charles Harris | 2015-09-26 | 1 | -2/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Document empty(..., object) initialization to None. | Antony Lee | 2015-09-26 | 1 | -2/+2 |
* | | | | | | | Merge pull request #6362 from seberg/issue6351 | Charles Harris | 2015-09-26 | 2 | -9/+19 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | BUG,ENH: allow linalg.cond to work on a stack of matrices | Sebastian Berg | 2015-09-25 | 2 | -9/+19 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge pull request #6347 from charris/fix-sdist-missing-files | Charles Harris | 2015-09-25 | 4 | -1/+20 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | TST: Update test__version.py. | Charles Harris | 2015-09-23 | 1 | -0/+13 |
| * | | | | | BUG: Add cblasfuncs.c and python_xerbla.c to MANIFEST.in | Charles Harris | 2015-09-23 | 2 | -0/+6 |
| * | | | | | BUG: PEP440 compliant versioning for development releases. | Charles Harris | 2015-09-23 | 1 | -1/+1 |
* | | | | | | Merge pull request #6355 from jjhelmus/ma_zero_shape | ahaldane | 2015-09-25 | 2 | -2/+14 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | BUG: numpy.ma functions can be called with only keyword arguments | Jonathan Helmus | 2015-09-24 | 2 | -2/+14 |
|/ / / / / | |||||
* | | | | | Merge pull request #6243 from dzagorny/intel-distutils-fixes | Charles Harris | 2015-09-22 | 8 | -63/+92 |
|\ \ \ \ \ | |||||
| * | | | | | Changed from distutils_MSVCCompiler to | Dmitry Zagorny | 2015-09-15 | 2 | -11/+12 |
| * | | | | | Align with pep8 | Dmitry Zagorny | 2015-09-15 | 2 | -5/+8 |
| * | | | | | Fixed issue: SciPy can't be build in case, if python was installed into | Dmitry Zagorny | 2015-09-15 | 1 | -28/+15 |
| * | | | | | MSVCCompiler overwrite 'lib' and 'include' environment variables. This | Dmitry Zagorny | 2015-09-15 | 6 | -35/+71 |
| * | | | | | Added closing for 'so_dup' and 'se_dup' file descriptors. | Dmitry Zagorny | 2015-09-15 | 1 | -0/+2 |
* | | | | | | Merge pull request #6328 from zerothi/enh-distutils-openblas | Charles Harris | 2015-09-22 | 2 | -3/+14 |
|\ \ \ \ \ \ | |||||
| * | | | | | | ENH: enabled extra_link_args in OpenBLAS segment | Nick Papior | 2015-09-17 | 2 | -3/+14 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge pull request #6321 from pizzathief/issue5904 | Charles Harris | 2015-09-21 | 1 | -3/+4 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | DOC: linalg.eig will return an array of a real type if the | jason king | 2015-09-16 | 1 | -3/+4 |
|/ / / / / | |||||
* | | | | | Merge pull request #6278 from endolith/patch-1 | Charles Harris | 2015-09-13 | 1 | -1/+2 |
|\ \ \ \ \ | |||||
| * | | | | | DOC: Note that all imports need to be explicit | endolith | 2015-09-01 | 1 | -1/+2 |
* | | | | | | Merge pull request #6279 from pitrou/parallel_runtests | Julian Taylor | 2015-09-10 | 1 | -1/+5 |
|\ \ \ \ \ \ | |||||
| * | | | | | | DEV: allow parallel build in runtests.py | Antoine Pitrou | 2015-09-02 | 1 | -1/+5 |
| |/ / / / / |