summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BUG: PyArray_SelectkindConverter should be in conversion_utils.h.Charles Harris2013-09-091-0/+5
* TST: add test for Python 3.4 _ast.NameConstantChristoph Gohlke2013-09-081-0/+4
* ENH: add support for Python 3.4 ast.NameConstantChristoph Gohlke2013-09-081-0/+3
* BUG: check axes and window length input for all integer typesChristoph Gohlke2013-09-071-5/+7
* ENH: export py3k.integer_types from numpy.compatChristoph Gohlke2013-09-071-1/+2
* BUG: Fix UFUNC_CHECK_STATUS to work on both 32 and 64 bit Windows.Charles Harris2013-09-071-1/+12
* Merge branch 'gradient'Charles Harris2013-09-072-25/+86
|\
| * ENH: Improve accuracy of numpy.gradient at edgesdanieljfarrell2013-09-072-25/+86
* | BUG: fix test_rational PyNumberMethods for python3Julian Taylor2013-09-071-0/+12
|/
* Merge pull request #3691 from juliantaylor/windows-fpu-fixCharles Harris2013-09-061-1/+5
|\
| * BUG: fix windows fpu flag check for mixed x87 and sse instructionsJulian Taylor2013-09-061-1/+5
* | Merge pull request #3676 from charris/pep8-polynomial-testsCharles Harris2013-09-069-523/+504
|\ \
| * | STY: Make numpy/polynomial/tests/*.py PEP8 compliant.Charles Harris2013-09-039-523/+504
* | | Merge pull request #3524 from cowlicks/ufunc-overrideCharles Harris2013-09-068-4/+509
|\ \ \
| * | | 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
* | | | Merge pull request #3642 from jseabold/openblas-installCharles Harris2013-09-051-19/+51
|\ \ \ \ | |_|_|/ |/| | |
| * | | Make vecLib / Accelerate not shadow other optimized builds under OSXOlivier Grisel2013-09-041-23/+33
| * | | 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
| * | | | | Revert "Merge pull request #3567 from arinkverma/avoid_conversion"Charles Harris2013-09-031-214/+12
| | |_|_|/ | |/| | |
| * | | | 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
| | |/ / /
* | | | | STY: Make numpy/lib/test/*.py PEP8 compliant.Charles Harris2013-09-0319-1086/+1246
|/ / / /
* | | | 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
| |_|/ |/| |
* | | 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
|\ \ \
| * | | FIX don't explicitly cast void* when final type is knownLars Buitinck2013-08-303-12/+11
| * | | FIX: some more casts in ufunc_objectLars Buitinck2013-08-301-22/+17
| * | | MAINT: remove unused goto label and useless castsLars Buitinck2013-08-302-4/+3
| * | | FIX: unchecked mallocs and Python operationsLars Buitinck2013-08-303-25/+70
| | |/ | |/|