summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
|\ \ \
| * | | 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
* | | | Merge pull request #3651 from MatthieuDartiailh/polyfit_docCharles Harris2013-08-291-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | Small correction in the docstring of polyfit. As mentionned in Issue 3640, th...Matthieu Dartiailh2013-08-251-3/+3
* | | | Merge pull request #3653 from larsmans/c-fixesnjsmith2013-08-275-13/+20
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | MAINT: ignore some more generated C files.Lars Buitinck2013-08-271-1/+7
| * | FIX: remove unused variables and add castsLars Buitinck2013-08-274-6/+7
| * | FIX: wrong function types in ufunc_object.cLars Buitinck2013-08-271-6/+6
|/ /
* | Merge pull request #3592 from arinkverma/int_behaviourCharles Harris2013-08-231-0/+27
|\ \
| * | Removing test for OS choices on long conventionsArink Verma2013-08-221-19/+0
| * | added int test for error raisesArink Verma2013-08-191-39/+36
| * | Added test case for size of long based of osArink Verma2013-08-101-0/+19
| * | ENH: Added test cases to ensure the behavior of integer as it is.Arink Verma2013-08-091-0/+30
* | | Merge pull request #3645 from charris/enable-diagonal-as-viewCharles Harris2013-08-224-134/+31
|\ \ \ | |_|/ |/| |
| * | ENH: Make the ndarray diagonal method return a view.Charles Harris2013-08-224-134/+31
|/ /
* | Merge pull request #3636 from charris/fix-nanfunction-deprecationsCharles Harris2013-08-182-39/+12
|\ \
| * | DEP: Make nansum return 0 for all-NaN or empty axis.Charles Harris2013-08-182-39/+12
|/ /
* | REL: Setup 1.9.0-notes.rst for master.Charles Harris2013-08-182-0/+51
* | REL: Update minor version number to 9.Charles Harris2013-08-181-1/+1
* | Merge pull request #3635 from charris/giant-style-cleanupCharles Harris2013-08-18372-8502/+8421
|\ \
| * | STY: Giant comma spacing fixup.Charles Harris2013-08-18251-6968/+6968
| * | STY: Giant whitespace cleanup.Charles Harris2013-08-18153-1545/+1464
|/ /
* | Merge pull request #3633 from charris/update-release-notesCharles Harris2013-08-181-1/+8
|\ \
| * | DOC: Update 1.8.0-notes.rstCharles Harris2013-08-181-1/+8
* | | Merge pull request #3616 from seberg/buffer-pybuf_simpleCharles Harris2013-08-183-9/+123
|\ \ \ | |/ / |/| |
| * | BUG: Fix PyBUF_SIMPLE flag to GetBuffer.Sebastian Berg2013-08-183-9/+123
* | | Merge pull request #3631 from charris/fix-reference-leakCharles Harris2013-08-182-1/+16
|\ \ \
| * | | TST: Add test for reference leak in zeros, ones, empty, and full.Charles Harris2013-08-171-0/+14
| * | | BUG: Fix reference leak in PyArray_IntpFromIndexSequence.Charles Harris2013-08-171-1/+2