GitHub / danieljfarrell/numpy / commits
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 1ec94198 | merge Merge pull request #3691 from juliantaylor/windows-fpu-fix | Charles Harris <c****s@g****m> | almost 13 years ago | |
| 554ee09d | BUG: fix windows fpu flag check for mixed x87 and sse instructions | Julian Taylor <j****n@g****m> | almost 13 years ago | |
| b9b0ea5e | merge Merge pull request #3676 from charris/pep8-polynomial-tests | Charles Harris <c****s@g****m> | almost 13 years ago | |
| f1e49d7b | merge Merge pull request #3524 from cowlicks/ufunc-override | Charles Harris <c****s@g****m> | almost 13 years ago | |
| c50e60d5 | merge Merge pull request #3689 from charris/fix-gitignore | Charles Harris <c****s@g****m> | almost 13 years ago | |
| 3b8aba7b | merge Merge pull request #3688 from jseabold/update-release-notes | Charles Harris <c****s@g****m> | almost 13 years ago | |
| 7386f6df | BUG: .gitignore ignores all release directories. | Charles Harris <c****s@g****m> | almost 13 years ago | |
| 92ed1b27 | DOC: Update release notes for openblas build. | Skipper Seabold <j****d@g****m> | almost 13 years ago | |
| b5dab6df | merge Merge pull request #3642 from jseabold/openblas-install | Charles Harris <c****s@g****m> | almost 13 years ago | |
| fb0c7bdf | Use the default install location of OpenBLAS in the example | Olivier Grisel <o****l@e****g> | almost 13 years ago | |
| ffd43322 | site.cfg.example should not reference blas_opt and lapack_opt | Olivier Grisel <o****l@e****g> | almost 13 years ago | |
| 573b3b02 | merge Merge pull request #3657 from charris/add-hash-method-to-polynomials | Charles Harris <c****s@g****m> | almost 13 years ago | |
| 43fcc0e4 | Make vecLib / Accelerate not shadow other optimized builds under OSX | Olivier Grisel <o****l@e****g> | almost 13 years ago | |
| 0a91ade9 | merge Merge pull request #3678 from charris/fix-wrong-variable-type | Charles Harris <c****s@g****m> | almost 13 years ago | |
| 3c8eb4eb | BUG: PyArray_PyIntAsIntp had variable size check wrong way around. | Charles Harris <c****s@g****m> | almost 13 years ago | |
| 7ae0206c | merge Merge pull request #3673 from charris/pep8-lib-tests | Charles Harris <c****s@g****m> | almost 13 years ago | |
| 545dc98f | merge Merge pull request #3675 from charris/revert-merge-pr-3567 | Charles Harris <c****s@g****m> | almost 13 years ago | |
| b35728d7 | Revert "Merge pull request #3567 from arinkverma/avoid_conversion" | Charles Harris <c****s@g****m> | almost 13 years ago | |
| 8255df3d | STY: Make numpy/polynomial/tests/*.py PEP8 compliant. | Charles Harris <c****s@g****m> | almost 13 years ago | |
| 294dd260 | merge Merge pull request #3674 from charris/add-to-gitignore | Ralf Gommers <r****s@g****m> | almost 13 years ago | |
| 2aa51972 | ENH: Add paver generated release directory to .gitignore. | Charles Harris <c****s@g****m> | almost 13 years ago | |
| e703ee1b | merge Merge pull request #3672 from charris/update-pavement | Ralf Gommers <r****s@g****m> | almost 13 years ago | |
| d2c44c5a | STY: Make numpy/lib/test/*.py PEP8 compliant. | Charles Harris <c****s@g****m> | almost 13 years ago | |
| de9f1c92 | merge Merge pull request #3567 from arinkverma/avoid_conversion | Charles Harris <c****s@g****m> | almost 13 years ago | |
| e4d9030e | MAINT: Update pavement.py script. | Charles Harris <c****s@g****m> | almost 13 years ago | |
| d958dec6 | merge Merge pull request #3668 from charris/fix-buggy-tests | Charles Harris <c****s@g****m> | almost 13 years ago | |
| 57245e45 | MAINT: Make Warning handling cleaner in test_concatenate_sloppy0. | Charles Harris <c****s@g****m> | almost 13 years ago | |
| d4413a31 | BUG: Catch DeprecationWarning in numpy/core/tests/test_numeric.py. | Charles Harris <c****s@g****m> | almost 13 years ago | |
| 03371cda | BUG: Make DeprecationWarning always raise error in test. | Charles Harris <c****s@g****m> | almost 13 years ago | |
| 711b9979 | DOC: Update release notes. | Blake Griffith <b****h@g****m> | almost 13 years ago | |
| 7ed2c9bf | Check for error value by PyLong_AsUnsignedLong as (unsigned long)-1 | Arink Verma <a****a@g****m> | almost 13 years ago | |
| 74b6b2cf | merge Merge pull request #3644 from juliantaylor/nonzero-bool | Charles Harris <c****s@g****m> | almost 13 years ago | |
| 50188940 | merge Merge pull request #3647 from endolith/patch-1 | Charles Harris <c****s@g****m> | almost 13 years ago | |
| 1ae2b9e1 | DOC: Unlink non-variable 'm', use monospace instead | endolith <e****h@g****m> | almost 13 years ago | |
| 78785a49 | merge Merge pull request #3655 from larsmans/c-fixes | Charles Harris <c****s@g****m> | almost 13 years ago | |
| 0167ac1d | FIX don't explicitly cast void* when final type is known | Lars Buitinck <L****k@u****l> | almost 13 years ago | |
| df664ead | DOC: Remove parentheses around axis | endolith <e****h@g****m> | almost 13 years ago | |
| e5a80eb5 | DOC: change "Hermite" to "Hermitian", "though" to "although" | endolith <e****h@g****m> | almost 13 years ago | |
| b350089f | merge Merge pull request #3651 from MatthieuDartiailh/polyfit_doc | Charles Harris <c****s@g****m> | almost 13 years ago | |
| d334dbd4 | Replaced PyInt_As_Long with PyInt_AsLong and errorchecking | Arink Verma <a****a@g****m> | almost 13 years ago | |
| e2675e3a | BUG: Set __hash__ = None for non-hashable classes. | Charles Harris <c****s@g****m> | almost 13 years ago | |
| 7b415b26 | Added PyInt_CheckExact for python < 3 and error check for PyLong_AsLong | Arink Verma <a****a@g****m> | almost 13 years ago | |
| ee1ec3f5 | FIX: some more casts in ufunc_object | Lars Buitinck <L****k@u****l> | almost 13 years ago | |
| b76cb5b5 | MAINT: remove unused goto label and useless casts | Lars Buitinck <L****k@u****l> | almost 13 years ago | |
| 0b062a8c | FIX: unchecked mallocs and Python operations | Lars Buitinck <L****k@u****l> | almost 13 years ago | |
| bec793a2 | merge Merge pull request #3653 from larsmans/c-fixes | njsmith <n****s@p****m> | almost 13 years ago | |
| 49d7ca3e | MAINT: ignore some more generated C files. | Lars Buitinck <L****k@u****l> | almost 13 years ago | |
| 994bf251 | FIX: remove unused variables and add casts | Lars Buitinck <L****k@u****l> | almost 13 years ago | |
| 404a21a3 | FIX: wrong function types in ufunc_object.c | Lars Buitinck <L****k@u****l> | almost 13 years ago | |
| 21976ca3 | ENH: Add ufunc override functionality to ufuncs and dots. | Blake Griffith <b****h@g****m> | about 13 years ago | |
| 536cd36c | ENH: Add ufunc override API. | Blake Griffith <b****h@g****m> | about 13 years ago | |
| 6fe8eb60 | DOC: Add NEP and documentation for ufunc overrides. | Blake Griffith <b****h@g****m> | about 13 years ago | |
| 5c7a9f2d | Small correction in the docstring of polyfit. As mentionned in Issue 3640, th... | Matthieu Dartiailh <m****l@l****t> | about 13 years ago | |
| 266a1d11 | merge Merge pull request #3592 from arinkverma/int_behaviour | Charles Harris <c****s@g****m> | about 13 years ago | |
| 1ab96d23 | DOC: add note clarifying why ifftshift is needed | endolith <e****h@g****m> | about 13 years ago | |
| 8cd496de | DOC: Add examples, copy some text from rfft functions to clarify inputs and o... | endolith <e****h@g****m> | about 13 years ago | |
| 202e78d6 | merge Merge pull request #3645 from charris/enable-diagonal-as-view | Charles Harris <c****s@g****m> | about 13 years ago | |
| 1b300362 | Removing test for OS choices on long conventions | Arink Verma <a****a@g****m> | about 13 years ago | |
| 768a7393 | DOC: hfft/ihfft description conflicts with itself | endolith <e****h@g****m> | about 13 years ago | |
| c5ee7f75 | ENH: add nonzero of bools fastpath | Julian Taylor <j****n@g****m> | about 13 years ago | |
| 6c816716 | BLD: Update with information about openblas. | Skipper Seabold <j****d@g****m> | about 13 years ago | |
| 42af4e0f | Add support for using openblas for the _dotblas function. |
Ake Sandgren <a****e@h****e>
Committed by: Skipper Seabold <j****d@g****m> |
about 13 years ago | |
| 9c7ef03d | Moved int test cases to pr#3592 | Arink Verma <a****a@g****m> | about 13 years ago | |
| 9464075c | merge Merge pull request #3636 from charris/fix-nanfunction-deprecations | Charles Harris <c****s@g****m> | about 13 years ago | |
| 0858d8a3 | DEP: Make nansum return 0 for all-NaN or empty axis. | Charles Harris <c****s@g****m> | about 13 years ago | |
| 3fe2744e | REL: Setup 1.9.0-notes.rst for master. | Charles Harris <c****s@g****m> | about 13 years ago | |
| 4d5ac693 | REL: Update minor version number to 9. | Charles Harris <c****s@g****m> | about 13 years ago | |
| 6c729b44 | merge Merge pull request #3635 from charris/giant-style-cleanup | Charles Harris <c****s@g****m> | about 13 years ago | |
| fbd6510d | STY: Giant comma spacing fixup. | Charles Harris <c****s@g****m> | about 13 years ago | |
| 8ddb0ce0 | STY: Giant whitespace cleanup. | Charles Harris <c****s@g****m> | about 13 years ago | |
| 13b0b272 | merge Merge pull request #3633 from charris/update-release-notes | Charles Harris <c****s@g****m> | about 13 years ago | |
| 59eea0cb | merge Merge pull request #3616 from seberg/buffer-pybuf_simple | Charles Harris <c****s@g****m> | about 13 years ago | |
| 577183ec | DOC: Update 1.8.0-notes.rst | Charles Harris <c****s@g****m> | about 13 years ago | |
| c8312982 | merge Merge pull request #3631 from charris/fix-reference-leak | Charles Harris <c****s@g****m> | about 13 years ago | |
| 0a6217dc | merge Merge pull request #3632 from charris/remove-commented-out-code | seberg <s****n@s****t> | about 13 years ago | |
| 465b227e | MAINT: Remove some commented out code in test_indexing.py. | Charles Harris <c****s@g****m> | about 13 years ago | |
| d0bdae43 | TST: Add test for reference leak in zeros, ones, empty, and full. | Charles Harris <c****s@g****m> | about 13 years ago | |
| 7d01fe56 | BUG: Fix reference leak in PyArray_IntpFromIndexSequence. | Charles Harris <c****s@g****m> | about 13 years ago | |
| fc5a0ba3 | merge Merge branch 'fast-mask' | Charles Harris <c****s@g****m> | about 13 years ago | |
| aeb13aff | merge Merge pull request #3107 from MrBago/improve_searchsorted | Charles Harris <c****s@g****m> | about 13 years ago | |
| 4e16d97e | merge Merge pull request #3630 from rgommers/fix-median | Charles Harris <c****s@g****m> | about 13 years ago | |
| d21a9444 | merge Merge pull request #3628 from seberg/issue-3589 | Charles Harris <c****s@g****m> | about 13 years ago | |
| 759a4f9e | BUG: fix np.median so it accepts array_like input. Clean up median tests. | Ralf Gommers <r****s@g****m> | about 13 years ago | |
| cdbdaf18 | merge Merge pull request #3629 from charris/fix-out-of-order-declaration | seberg <s****n@s****t> | about 13 years ago | |
| 6a63c7a0 | MAINT: Move NPY_BEGIN_THREADS_DEF to end of declarations. | Charles Harris <c****s@g****m> | about 13 years ago | |
| 4674b9ee | MAINT - update comments related to searchsorted to be consistent with code. | Bago Amirbekian <m****o@g****m> | about 13 years ago | |
| 97e5b0d2 | added int test for error raises | Arink Verma <a****a@g****m> | about 13 years ago | |
| d4af6123 | merge Merge pull request #2821 from ContinuumIO/ufunc-fancy-indexing3 | Charles Harris <c****s@g****m> | about 13 years ago | |
| ec418015 | merge Merge pull request #3624 from charris/update-1.8-release-notes | Charles Harris <c****s@g****m> | about 13 years ago | |
| 3bc6b963 | merge Merge pull request #3590 from juliantaylor/calloc | Charles Harris <c****s@g****m> | about 13 years ago | |
| 9b10a5f7 | merge Merge pull request #2721 from abalkin/master | Charles Harris <c****s@g****m> | about 13 years ago | |
| a18d7c49 | merge Merge pull request #3626 from charris/gh-3397 | Charles Harris <c****s@g****m> | about 13 years ago | |
| 37b6baa7 | merge Merge pull request #3625 from charris/update-howtorelease | Ralf Gommers <r****s@g****m> | about 13 years ago | |
| a01738ce | merge Merge pull request #3623 from charris/fix-postprocess-script | njsmith <n****s@p****m> | about 13 years ago | |
| 73db716c | DOC: Update HOWTO_RELEASE.rst.txt. | Charles Harris <c****s@g****m> | about 13 years ago | |
| fb7bfd81 | DOC: Update 1.8.0 release notes. | Charles Harris <c****s@g****m> | about 13 years ago | |
| ae135881 | merge Merge pull request #3622 from charris/merge-1.8-docs | Ralf Gommers <r****s@g****m> | about 13 years ago | |
| 871d0798 | BUG: Use io.open instead of open for compatibility. | Charles Harris <c****s@g****m> | about 13 years ago | |
| 33205714 | BLD TRAVIS: Added libatlas to travis build so it can test BLAS stuff. | Blake Griffith <b****h@g****m> | about 13 years ago | |
| 31f526ef | DOC: Merge doc updates from http://docs.scipy.org/numpy/patch/. | Charles Harris <c****s@g****m> | about 13 years ago |