summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | DOC: Update release notes.Blake Griffith2013-09-061-0/+8
| * | | BLD TRAVIS: Added libatlas to travis build so it can test BLAS stuff.Blake Griffith2013-09-051-0/+2
| * | | BLD: Added ufunc_override.h to setup.py.Blake Griffith2013-09-051-1/+2
| * | | TST: Add ufunc override tests.Blake Griffith2013-09-053-0/+217
| * | | ENH: Add ufunc override functionality to ufuncs and dots.Blake Griffith2013-09-053-3/+95
| * | | ENH: Add ufunc override API.Blake Griffith2013-08-311-0/+195
| * | | DOC: Add NEP and documentation for ufunc overrides.Blake Griffith2013-08-312-0/+276
* | | | Merge pull request #3689 from charris/fix-gitignoreCharles Harris2013-09-051-1/+1
|\ \ \ \
| * | | | BUG: .gitignore ignores all release directories.Charles Harris2013-09-051-1/+1
* | | | | Merge pull request #3688 from jseabold/update-release-notesCharles Harris2013-09-051-0/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | DOC: Update release notes for openblas build.Skipper Seabold2013-09-051-0/+4
|/ / / /
* | | | Merge pull request #3642 from jseabold/openblas-installCharles Harris2013-09-052-61/+90
|\ \ \ \ | |_|_|/ |/| | |
| * | | Use the default install location of OpenBLAS in the exampleOlivier Grisel2013-09-041-3/+3
| * | | site.cfg.example should not reference blas_opt and lapack_optOlivier Grisel2013-09-041-52/+34
| * | | Make vecLib / Accelerate not shadow other optimized builds under OSXOlivier Grisel2013-09-041-23/+33
| * | | BLD: Update with information about openblas.Skipper Seabold2013-08-201-0/+15
| * | | Add support for using openblas for the _dotblas function.Ake Sandgren2013-08-201-1/+23
* | | | Merge pull request #3657 from charris/add-hash-method-to-polynomialsCharles Harris2013-09-042-0/+4
|\ \ \ \
| * | | | BUG: Set __hash__ = None for non-hashable classes.Charles Harris2013-08-282-0/+4
* | | | | Merge pull request #3678 from charris/fix-wrong-variable-typeCharles Harris2013-09-041-2/+2
|\ \ \ \ \
| * | | | | BUG: PyArray_PyIntAsIntp had variable size check wrong way around.Charles Harris2013-09-031-2/+2
* | | | | | Merge pull request #3673 from charris/pep8-lib-testsCharles Harris2013-09-0319-1086/+1246
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | STY: Make numpy/lib/test/*.py PEP8 compliant.Charles Harris2013-09-0319-1086/+1246
* | | | | | Merge pull request #3675 from charris/revert-merge-pr-3567Charles Harris2013-09-031-214/+12
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Revert "Merge pull request #3567 from arinkverma/avoid_conversion"Charles Harris2013-09-031-214/+12
|/ / / / /
* | | | | Merge pull request #3674 from charris/add-to-gitignoreRalf Gommers2013-09-021-0/+4
|\ \ \ \ \
| * | | | | ENH: Add paver generated release directory to .gitignore.Charles Harris2013-09-021-0/+4
|/ / / / /
* | | | | Merge pull request #3672 from charris/update-pavementRalf Gommers2013-09-021-11/+3
|\ \ \ \ \
| * | | | | MAINT: Update pavement.py script.Charles Harris2013-09-021-11/+3
* | | | | | Merge pull request #3567 from arinkverma/avoid_conversionCharles Harris2013-09-021-12/+214
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Check for error value by PyLong_AsUnsignedLong as (unsigned long)-1Arink Verma2013-08-311-1/+1
| * | | | | Replaced PyInt_As_Long with PyInt_AsLong and errorcheckingArink Verma2013-08-301-10/+27
| * | | | | Added PyInt_CheckExact for python < 3 and error check for PyLong_AsLongArink Verma2013-08-301-21/+34
| * | | | | Moved int test cases to pr#3592Arink Verma2013-08-301-28/+0
| * | | | | Extracting longlong value without converting it to NyTypeArink Verma2013-08-301-4/+66
| * | | | | ENH: Avoiding conversion of integer to NumPy Scalar.Arink Verma2013-08-302-13/+151
| | |/ / / | |/| | |
* | | | | Merge pull request #3668 from charris/fix-buggy-testsCharles Harris2013-09-013-42/+42
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | MAINT: Make Warning handling cleaner in test_concatenate_sloppy0.Charles Harris2013-08-311-11/+4
| * | | BUG: Catch DeprecationWarning in numpy/core/tests/test_numeric.py.Charles Harris2013-08-311-28/+33
| * | | BUG: Make DeprecationWarning always raise error in test.Charles Harris2013-08-311-3/+5
|/ / /
* | | Merge pull request #3644 from juliantaylor/nonzero-boolCharles Harris2013-08-301-10/+32
|\ \ \
| * | | ENH: add nonzero of bools fastpathJulian Taylor2013-08-301-10/+32
|/ / /
* | | Merge pull request #3647 from endolith/patch-1Charles Harris2013-08-302-38/+76
|\ \ \
| * | | DOC: Unlink non-variable 'm', use monospace insteadendolith2013-08-301-3/+3
| * | | DOC: Remove parentheses around axisendolith2013-08-291-18/+18
| * | | DOC: change "Hermite" to "Hermitian", "though" to "although"endolith2013-08-292-6/+6
| * | | DOC: add note clarifying why ifftshift is neededendolith2013-08-231-1/+2
| * | | DOC: Add examples, copy some text from rfft functions to clarify inputs and o...endolith2013-08-221-12/+49
| * | | DOC: hfft/ihfft description conflicts with itselfendolith2013-08-211-6/+6
| | |/ | |/|
* | | Merge pull request #3655 from larsmans/c-fixesCharles Harris2013-08-308-63/+101
|\ \ \