summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fixup use of undefined macros and remove redundant code.Charles Harris2013-01-051-18/+2
* MAINT: Remove tabs from numpyconfig.h.Charles Harris2013-01-051-9/+9
* MAINT: Gather NPY_SIZEOF* macros into one spot.Charles Harris2013-01-051-6/+9
* MAINT: Add some macros to noprefix.hCharles Harris2013-01-051-7/+22
* MAINT: Remove unneeded include from ndarraytypes.h.Charles Harris2013-01-051-3/+0
* MAINT: Remove unneeded comment form arrayobject.hCharles Harris2013-01-051-11/+0
* Merge pull request #2886 from seberg/complex256-byteswapCharles Harris2013-01-052-25/+28
|\
| * BUG: Fix byteswapping for complex scalarsSebastian Berg2013-01-052-25/+28
* | Fixed choice docstring, wrong default sizeJuan Luis Cano Rodríguez2013-01-041-1/+1
* | MAINT: remove painful to look at exec statement from np.errstate test.Ralf Gommers2013-01-021-28/+16
* | TST: skip floating point warning test failures on ARM. Closes gh-413.Ralf Gommers2013-01-024-49/+54
|/
* DOC: Add missing minus signOndřej Čertík2012-12-311-1/+1
* fix array interface documentation linksSandro Tosi2012-12-301-1/+1
* FIX: remove a spurious check in get_cast_transfer_functionNathaniel J. Smith2012-12-282-8/+3
* DOC: Add a blank line to multiline commentsOndřej Čertík2012-12-271-3/+6
* DOC: Thoroughly document datetime issuesOndřej Čertík2012-12-271-11/+58
* FIX: Use the NPY_TIME_T macro everywhereOndřej Čertík2012-12-261-2/+2
* Add fix to unit test; remove debug loggingJay Bourque2012-12-262-11/+5
* Add debug logging to figure out why unit test fails on TravisJay Bourque2012-12-261-0/+10
* Refactor unit tests and add DECREFJay Bourque2012-12-262-7/+11
* Modify unit tests for 32 bit supportJay Bourque2012-12-261-2/+17
* Refactor to cover more cases; modify unit testsJay Bourque2012-12-263-30/+38
* Fix invalid typestring sizeJay Bourque2012-12-261-0/+22
* Merge pull request #2800 from seberg/issue2755njsmith2012-12-212-2/+20
|\
| * TST: Add test for in1d ravellingSebastian Berg2012-12-161-0/+13
| * BUG: Fix regression for in1d with non-array inputSebastian Berg2012-12-082-2/+7
* | Merge pull request #2710 from jsalvatier/mapapi3njsmith2012-12-193-13/+29
|\ \
| * \ goto fail betterJohn Salvatier2012-12-021-1/+1
| |\ \
| | * | wrong error checkJohn Salvatier2012-11-192-5/+5
| | * | gave PyArray_MapIterBind an error code on exitJohn Salvatier2012-11-191-9/+12
| | * | tabs -> spacesJohn Salvatier2012-11-091-5/+5
| | * | added a fix for 1d iteration which was failing and a test to test that caseJohn Salvatier2012-11-062-0/+12
| * | | removed fancy check and added more informative messageJohn Salvatier2012-12-011-7/+8
| * | | wrong error checkJohn Salvatier2012-12-012-5/+5
| * | | gave PyArray_MapIterBind an error code on exitJohn Salvatier2012-12-011-9/+12
| * | | tabs -> spacesJohn Salvatier2012-12-011-5/+5
| * | | added a fix for 1d iteration which was failing and a test to test that caseJohn Salvatier2012-12-012-0/+12
* | | | Merge pull request #2836 from cgohlke/patch-2Ralf Gommers2012-12-171-1/+13
|\ \ \ \
| * | | | Fix unicode tests for flexible string representation on Python 3.3cgohlke2012-12-161-1/+13
* | | | | Merge pull request #2818 from juliantaylor/spellingCharles Harris2012-12-171-1/+1
|\ \ \ \ \
| * | | | | fix a spelling errorJulian Taylor2012-12-141-1/+1
* | | | | | Merge pull request #2833 from charris/fix-deprecation-testsCharles Harris2012-12-161-110/+133
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | MAINT: test_deprecations.py cleanups.Charles Harris2012-12-161-34/+33
| * | | | | MAINT: Refactor test_deprecations.pyCharles Harris2012-12-151-89/+113
* | | | | | Merge pull request #2779 from charris/add-eulerCharles Harris2012-12-161-1/+3
|\ \ \ \ \ \
| * | | | | | MAINT: Use NPY_E to expose 'e'.Charles Harris2012-12-021-1/+1
| * | | | | | ENH: Expose Euler-Mascheroni constant.Charles Harris2012-12-021-0/+2
| | |_|/ / / | |/| | | |
* | | | | | FIX: Fixes the segfault in PyArray_FromScalarOndřej Čertík2012-12-151-4/+8
| |/ / / / |/| | | |
* | | | | Merge pull request #2823 from seberg/random-choice-statenjsmith2012-12-153-1260/+1076
|\ \ \ \ \
| * | | | | BUG: internal call fix in random.choiceSebastian Berg2012-12-153-1260/+1076
| | |/ / / | |/| | |