summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix promote_types, can_cast, as astype issuesJay Bourque2014-02-255-45/+285
* ENH: tril and triu broadcastingalex2014-02-242-7/+31
* Merge pull request #4362 from njsmith/masterCharles Harris2014-02-241-2/+2
|\
| * [DOC] Fix small inaccuracy in broadcasting docsnjsmith2014-02-241-2/+2
* | Merge pull request #4348 from juliantaylor/rand-int-check-bugCharles Harris2014-02-223-3048/+3296
|\ \
| * | BUG: handle non integer types for multinomial/dirichlet sizeJulian Taylor2014-02-223-3048/+3296
* | | Merge pull request #4350 from seberg/buffer-fixesCharles Harris2014-02-222-10/+16
|\ \ \
| * | | BUG: Hang on to originally filled Py_Buffer view.Sebastian Berg2014-02-221-7/+8
| * | | BUG: Whitespace stripping in pep3118 format parser and early freeSebastian Berg2014-02-221-3/+8
| |/ /
* | | Merge pull request #4288 from nh2/fix-seterr-examplesCharles Harris2014-02-221-1/+1
|\ \ \
| * | | Fix seterr example for resetting to old settingsNiklas Hambüchen2014-02-201-1/+1
* | | | Merge pull request #4344 from jaimefrio/unique-sortCharles Harris2014-02-222-2/+5
|\ \ \ \
| * | | | BUG: Fixes #2799jaimefrio2014-02-212-2/+5
| | |/ / | |/| |
* | | | Merge pull request #4347 from juliantaylor/partition-maxCharles Harris2014-02-222-0/+25
|\ \ \ \
| * | | | ENH: add max fastpath to partition for nan detectionJulian Taylor2014-02-222-0/+25
| |/ / /
* | | | MAINT: fix a bunch of compiler warningsJulian Taylor2014-02-2214-27/+39
|/ / /
* | | Merge pull request #4342 from seberg/issue-4340Charles Harris2014-02-212-10/+10
|\ \ \
| * | | TST: do not use "ignore" to filter warningsSebastian Berg2014-02-212-10/+10
* | | | Merge pull request #4315 from charris/fix-gh-2408Charles Harris2014-02-201-8/+6
|\ \ \ \
| * | | | BUG: #2408, Fix f2py Python 3 error message string bug.Charles Harris2014-02-171-8/+6
* | | | | Merge pull request #4305 from charris/fix-gh-4256Charles Harris2014-02-203-1/+30
|\ \ \ \ \
| * | | | | BUG: #4256: f2py, PyString_FromStringAndSize is undefined in Python3.Charles Harris2014-02-163-1/+30
| |/ / / /
* | | | | Merge pull request #4321 from juliantaylor/half-sum-fixseberg2014-02-202-6/+13
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | BUG: fix initialized half sumJulian Taylor2014-02-182-6/+13
* | | | | BUG: Index arrays need to be cast with SAME_KIND or FORCE castingSebastian Berg2014-02-192-1/+20
| |_|/ / |/| | |
* | | | Merge pull request #4325 from charris/memmap-has-no-closeseberg2014-02-191-2/+3
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: Remove close method from memmap docstring.Charles Harris2014-02-181-2/+3
| |/ /
* | | Merge pull request #4316 from charris/fix-gh-4092seberg2014-02-181-3/+3
|\ \ \
| * | | DOC: Remove \n from strings in plot examples.Charles Harris2014-02-171-3/+3
| |/ /
* | | Mention `compress` in `take`'s See Also docstringBastian Venthur2014-02-171-0/+1
* | | Merge pull request #4299 from juliantaylor/win-tempfile-fixCharles Harris2014-02-162-19/+23
|\ \ \
| * | | TST: avoid opening files twice which doesn't work on windowsJulian Taylor2014-02-162-19/+23
| |/ /
* | | Merge pull request #4304 from charris/fix-gh-3332seberg2014-02-161-3/+2
|\ \ \
| * | | DOC: Document that fliplr only works on 2-D arrays.Charles Harris2014-02-161-3/+2
| |/ /
* | | Merge pull request #4300 from charris/fix-gh-636seberg2014-02-161-1/+1
|\ \ \ | |/ / |/| |
| * | BUG: Fix typo in f2py/cfuncs.py.Charles Harris2014-02-161-1/+1
* | | Merge pull request #4105 from seberg/deprecate-boolean-mathCharles Harris2014-02-1513-11/+129
|\ \ \
| * | | BUG: Force allclose logic to use inexact typeSebastian Berg2014-02-166-23/+47
| * | | DEP: Deprecate boolean `-` operationsSebastian Berg2014-02-1210-15/+109
* | | | Merge pull request #4095 from seberg/descr-shapeCharles Harris2014-02-152-11/+95
|\ \ \ \ | |_|/ / |/| | |
| * | | BUG: Error checks for the dtype shape.Sebastian Berg2013-12-032-11/+95
* | | | Merge pull request #4298 from charris/fix-gh-3146Charles Harris2014-02-151-5/+5
|\ \ \ \
| * | | | BUG: Fix wrong variable in test_build.py exception.Charles Harris2014-02-151-5/+5
* | | | | Merge pull request #4289 from seberg/speed-regression-fixCharles Harris2014-02-156-101/+228
|\ \ \ \ \
| * | | | | BUG: Raise some out of bound negative index in PySequence_GetItemSebastian Berg2014-02-156-54/+61
| * | | | | BUG: Fix performance regression for PyObject_Get/SetItemSebastian Berg2014-02-143-89/+209
| | |_|/ / | |/| | |
* | | | | ENH: explicitly mark invalid index branch as unlikelyJulian Taylor2014-02-151-1/+1
* | | | | ENH: hint that nelem == 1 branch is more likelyJulian Taylor2014-02-151-3/+3
| |/ / / |/| | |
* | | | Merge pull request #4257 from juliantaylor/tostring-deprCharles Harris2014-02-1412-43/+69
|\ \ \ \
| * | | | ENH: add tobytes and stop using tostring in documentationJulian Taylor2014-02-1112-43/+69