summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8027 from rainwoodman/patch-2Charles Harris2016-10-011-4/+9
|\
| * Add a comment to avoid accidental removal.Yu Feng2016-09-071-0/+1
| * add platform indepedent lib dir to PYTHONPATHYu Feng2016-09-061-4/+8
* | Merge pull request #8096 from charris/add-tempita-to-toolsCharles Harris2016-10-016-16/+1561
|\ \
| * | ENH: Vendorize tempita.Charles Harris2016-09-306-16/+1561
* | | Merge pull request #8104 from gut/fix-test-codeStephan Hoyer2016-09-301-4/+4
|\ \ \
| * | | Fix test code on cpuinfo's main functionGustavo Serra Scalet2016-09-301-4/+4
|/ / /
* | | Merge pull request #5488 from dgasmith/opt_einsumCharles Harris2016-09-287-305/+1586
|\ \ \
| * | | ENH: Allows contraction order optimization in einsum function.Daniel Smith2016-09-267-305/+1586
| |/ /
* | | Merge pull request #8093 from shoyer/assert-raises-regexCharles Harris2016-09-262-9/+19
|\ \ \ | |/ / |/| |
| * | MAINT: fix assert_raises_regex when used as a context managerStephan Hoyer2016-09-262-9/+19
|/ /
* | Merge pull request #7980 from juliantaylor/avx-runtimeJulian Taylor2016-09-256-60/+148
|\ \
| * | DOC: add release note entry for AVX2 integer loopsJulian Taylor2016-09-241-0/+4
| * | MAINT: add runtime check for AVX macrosJulian Taylor2016-09-242-0/+13
| * | ENH: add some AVX2 optimized integer ufunc loopsJulian Taylor2016-08-273-57/+90
| * | MAINT: add support for runtime selected ufunc SIMD loopsJulian Taylor2016-08-271-3/+21
| * | MAINT: add avx __builtin_cpu_supports and target attribute checksJulian Taylor2016-08-272-0/+20
* | | Merge pull request #6054 from ahaldane/warnviewCharles Harris2016-09-249-36/+152
|\ \ \
| * | | MAINT: Add deprecation warning to multi-field views/assignmentAllan Haldane2016-09-249-36/+152
* | | | Merge pull request #8087 from hodgka/masterCharles Harris2016-09-231-3/+4
|\ \ \ \
| * | | | BUG: financial.pmt modifies input #8055naveenarun2016-09-234-6/+7
* | | | | Merge pull request #8088 from gfyoung/randint-tempita-contCharles Harris2016-09-231-277/+0
|\ \ \ \ \
| * | | | | MAINT: Remove duplicate randint helpers code.gfyoung2016-09-231-277/+0
|/ / / / /
* | | | | Merge pull request #8084 from stuartarchibald/wip/np_lib_poly_roots_doc_fixCharles Harris2016-09-231-1/+1
|\ \ \ \ \
| * | | | | DOC: Fix erroneous return type description for np.roots.Stuart Archibald2016-09-231-1/+1
|/ / / / /
* | | | | Merge pull request #8080 from ahaldane/int_offsets_fixseberg2016-09-233-3/+30
|\ \ \ \ \
| * | | | | BUG: non-integers can end up in dtype offsetsAllan Haldane2016-09-223-3/+30
| | |/ / / | |/| | |
* | | | | Merge pull request #8081 from naveenarun/fix-nose-urlsRalf Gommers2016-09-223-3/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Update somethingaboutorange URL to nose.readthedocs.ionaveenarun2016-09-213-3/+3
|/ / / /
* | | | Merge pull request #8075 from ysshah/patch-1Julian Taylor2016-09-211-1/+1
|\ \ \ \
| * | | | DOC: Fix description of isinf in nan_to_numYash Shah2016-09-201-1/+1
* | | | | Merge pull request #8071 from gfyoung/randint-tempitaCharles Harris2016-09-204-12/+124
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: Add Tempita to randint helpersgfyoung2016-09-204-12/+124
|/ / / /
* | | | Merge pull request #8065 from gfyoung/fromfile-assert-bugCharles Harris2016-09-191-1/+1
|\ \ \ \
| * | | | BUG: Assert fromfile ending earlier in pyx processinggfyoung2016-09-191-1/+1
| |/ / /
* | | | Merge pull request #8064 from gfyoung/gitignore-pmipCharles Harris2016-09-191-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: Add PMIP files to .gitignoregfyoung2016-09-191-0/+1
|/ / /
* | | Merge pull request #8051 from pslacerda/clear_snanJulian Taylor2016-09-193-2/+9
|\ \ \
| * | | BUG: Clear signaling NaN exceptionsPedro Lacerda2016-09-153-2/+9
* | | | Merge pull request #8061 from KhaledTo/issue#8055Charles Harris2016-09-191-1/+1
|\ \ \ \
| * | | | BUG : financial.pmt modifies input (issue #8055)KhaledTo2016-09-181-1/+1
* | | | | Merge pull request #8050 from mattip/pypy-fixesseberg2016-09-197-12/+51
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ENH: a.resize(.., refcheck=True) is almost unusable on PyPyMatti Picus2016-09-177-12/+51
* | | | | Merge pull request #8057 from WarrenWeckesser/pad-widthCharles Harris2016-09-172-29/+24
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | BUG: lib: Simplify (and fix) pad's handling of the pad_widthWarren Weckesser2016-09-172-29/+24
|/ / / /
* | | | Merge pull request #8038 from gfyoung/rollaxis-err-msgStephan Hoyer2016-09-111-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | DOC, MAINT: Update error message in rollaxis.gfyoung2016-09-111-4/+4
* | | | Merge pull request #8045 from charris/update-1.11.2-notesRalf Gommers2016-09-121-0/+1
|\ \ \ \
| * | | | DOC: Update 1.11.2 release notes.Charles Harris2016-09-111-0/+1
|/ / / /
* | | | Merge pull request #8042 from pv/fix-nditer-contigseberg2016-09-113-1/+38
|\ \ \ \