summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
...
* | MAINT: add library sources to some dependenciesJulian Taylor2013-10-151-19/+16
* | ENH: add scalarmathmodule.h.src with integer overflow functionsJulian Taylor2013-10-157-150/+49
* | MAINT: add src/private in build_dir to include search pathsJulian Taylor2013-10-143-562/+16
* | Merge pull request #3820 from juliantaylor/microoptCharles Harris2013-10-144-17/+33
|\ \ | |/ |/|
| * ENH: reduce calls to npy_is_aligned in _IsAlignedJulian Taylor2013-09-281-6/+7
| * ENH: speed up intp multiply overflow checkJulian Taylor2013-09-283-11/+26
* | ENH: add faster boolean count by using wider data typesJulian Taylor2013-10-122-2/+77
* | Merge pull request #3862 from juliantaylor/null-freenjsmith2013-10-119-91/+41
|\ \
| * | MAINT: accept NULL in NpyIter_Deallocate and remove redundant NULL checksJulian Taylor2013-10-039-91/+41
* | | Update memmap.pyAndreas Hilboll2013-10-101-1/+3
* | | BUG: Include sunmath.h in npy_math.h when __SUNPRO_CC defined.Charles Harris2013-10-061-0/+4
* | | BUG: Make ndarray.{var, std} work for scalars.Charles Harris2013-10-042-2/+11
|/ /
* | MAINT: fix another wrong NULL checkJulian Taylor2013-09-301-1/+1
* | BUG: fix small issues found with cppcheckJulian Taylor2013-09-293-5/+5
* | BUG: core: consider both C and F order buffers as contiguousPauli Virtanen2013-09-282-5/+35
* | Merge pull request #3638 from charris/remove-numarray-and-oldnumericCharles Harris2013-09-282-7/+0
|\ \ | |/ |/|
| * DEP, MAINT: Remove references to numeric and numarray.Charles Harris2013-09-232-7/+0
* | [fix] If we fail to raise an error, at least dump something to the consoleNathaniel J. Smith2013-09-272-8/+25
* | [fix] Check for errors in PyArray_CanCastTypeto DEPRECATENathaniel J. Smith2013-09-272-3/+20
* | Merge pull request #3790 from juliantaylor/test-speedupCharles Harris2013-09-263-24/+34
|\ \
| * | TST: speed up some very slow testsJulian Taylor2013-09-243-24/+34
| |/
* | Merge pull request #3789 from juliantaylor/check-alignmentCharles Harris2013-09-261-4/+31
|\ \
| * | MAINT: check alignment of copy arguments in debug modeJulian Taylor2013-09-241-4/+31
| |/
* | Merge pull request #3802 from juliantaylor/bool-checkCharles Harris2013-09-262-1/+12
|\ \
| * | BUG: do a boolean check on casting bool to other typesJulian Taylor2013-09-262-1/+12
* | | BUG: fix hashing of long integers under python3Julian Taylor2013-09-262-37/+48
|/ /
* | Merge pull request #3788 from seberg/object-copy-refsCharles Harris2013-09-253-10/+21
|\ \
| * | BUG: INCREF before DECREF when copying object arrays.Sebastian Berg2013-09-233-10/+21
* | | BUG: ufunc_at needs_api requires init to 0Sebastian Berg2013-09-251-1/+1
* | | Merge pull request #3757 from dimasad/issue-3017-fixnjsmith2013-09-242-2/+9
|\ \ \ | |_|/ |/| |
| * | TST: added test for issue #3017.Dimas Abreu Dutra2013-09-222-3/+8
| * | BUG: fix #3017 Inconsistency in indexing 0-d arrays with Ellipsis.Dimas Abreu Dutra2013-09-161-2/+4
* | | Merge pull request #3766 from rgommers/fix-bento-buildCharles Harris2013-09-235-5/+18
|\ \ \ | |_|/ |/| |
| * | DOC: [bento] document that adding optional GCC performance improvements is TODORalf Gommers2013-09-221-0/+3
| * | BLD: add new test extensions (rational, struct_ufunc, operand_flag) to Bento ...Ralf Gommers2013-09-191-0/+9
| * | BLD: fix Bento build.Ralf Gommers2013-09-194-5/+6
| |/
* | Merge pull request #3781 from seberg/test_multiarray-indentCharles Harris2013-09-221-5/+5
|\ \
| * | TST: wrong indent in multiarray testsSebastian Berg2013-09-221-5/+5
* | | Merge pull request #3772 from juliantaylor/sse-configure-checkCharles Harris2013-09-226-20/+38
|\ \ \
| * | | BUG: make checking for sse intrinsics more robustJulian Taylor2013-09-216-20/+38
| |/ /
* | | Merge pull request #3779 from pv/pep3118-fastpathCharles Harris2013-09-222-0/+138
|\ \ \
| * | | ENH: core: add a fast path for PEP3118 buffer string parsingPauli Virtanen2013-09-222-0/+138
* | | | fix indentation and nitpicksArink Verma2013-09-222-71/+73
* | | | Moved test_multiarra_relational_operators to test_multiarray.pyArink Verma2013-09-222-58/+76
* | | | scalar relational operationArink Verma2013-09-221-6/+65
* | | | ENH: Added test cases for relation operation. To ensure behaviour of int. The...Arink Verma2013-09-221-3/+7
* | | | Merge pull request #3767 from juliantaylor/mom5-improveCharles Harris2013-09-222-6/+13
|\ \ \ \ | |/ / / |/| | |
| * | | ENH: remove an always true conditionalJulian Taylor2013-09-191-6/+2
| * | | TST: exercise median of median of 5 code by using a median of 3 killer datasetJulian Taylor2013-09-191-0/+11
| | |/ | |/|
* | | REF: core: clean up PyUFunc_CheckOverridePauli Virtanen2013-09-221-89/+91