summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | | | Merge pull request #3632 from charris/remove-commented-out-codeseberg2013-08-181-27/+0
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: Remove some commented out code in test_indexing.py.Charles Harris2013-08-171-27/+0
|/ / /
* | | Merge branch 'fast-mask'Charles Harris2013-08-171-0/+10
|\ \ \
| * | | MAINT: Make setting mask values with scalars faster.Richard Hattersley2013-08-171-0/+10
|/ / /
* | | Merge pull request #3107 from MrBago/improve_searchsortedCharles Harris2013-08-172-41/+108
|\ \ \
| * | | MAINT - update comments related to searchsorted to be consistent with code.Bago Amirbekian2013-08-171-8/+8
| * | | RF - have searchsorted copy haystack when the needle is bigger than the haystackBago Amirbekian2013-08-171-12/+14
| * | | BF - cast psorter pointer to intpBago Amirbekian2013-08-171-3/+3
| * | | TST - add testing of searchsorted on unaligned arraysBago Amirbekian2013-08-171-4/+61
| * | | RF - allow ndarray.searchsorted to avoid making a copy for non-contiguous arraysBago Amirbekian2013-08-171-18/+26
|/ / /
* | | Merge pull request #3630 from rgommers/fix-medianCharles Harris2013-08-172-56/+74
|\ \ \
| * | | BUG: fix np.median so it accepts array_like input. Clean up median tests.Ralf Gommers2013-08-172-56/+74
* | | | Merge pull request #3628 from seberg/issue-3589Charles Harris2013-08-172-19/+48
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: MapIter leaked itself and arr and index objectsSebastian Berg2013-08-162-19/+48
* | | | Merge pull request #3629 from charris/fix-out-of-order-declarationseberg2013-08-171-11/+11
|\ \ \ \
| * | | | MAINT: Move NPY_BEGIN_THREADS_DEF to end of declarations.Charles Harris2013-08-161-11/+11
|/ / / /
* | | | Merge pull request #2821 from ContinuumIO/ufunc-fancy-indexing3Charles Harris2013-08-166-2/+524
|\ \ \ \
| * | | | Change casting type for ufunc operandsJay Bourque2013-08-161-1/+1
| * | | | Bail out of loop if python error occursJay Bourque2013-08-162-6/+14