summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* ENH: adds lexsort for arrays with object dtypebehzad nouri2015-10-022-5/+42
* Merge pull request #6336 from njsmith/clean-up-ufunc-dead-codeCharles Harris2015-10-013-46/+15
|\
| * MAINT: cleanup dead code/arguments/fields from ufuncsNathaniel J. Smith2015-10-013-46/+15
* | Merge pull request #6322 from pizzathief/issue5900Charles Harris2015-10-011-1/+1
|\ \
| * | DOC: numpy.diff docstring changed as per recommendation onjason king2015-09-161-1/+1
| |/
* | Merge pull request #6346 from ChristopherHogan/signbit_fixCharles Harris2015-10-011-1/+1
|\ \
| * | BUG: Guarantee non-zero is 1 for switch statementsChris Hogan2015-10-011-1/+1
* | | Merge pull request #6384 from anntzer/fill-default-dtype-futurewarningCharles Harris2015-09-281-0/+10
|\ \ \
| * | | Add tests.Antony Lee2015-09-281-0/+10
* | | | Merge pull request #6269 from yashmehrotra/depr-pyobject_compareCharles Harris2015-09-285-41/+46
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: Deprecated PyObject_Compare in favor of PyObject_RichCompareBool. Fixe...Yash Mehrotra2015-09-295-41/+46
* | | | FutureWarning for np.full(..., non-float).Antony Lee2015-09-281-2/+7
* | | | Merge pull request #6361 from seberg/issue6359ahaldane2015-09-273-1/+28
|\ \ \ \
| * | | | TST: Add test that array interface descr and typestr itemsize matchSebastian Berg2015-09-271-0/+10
| * | | | BUG: Add void field at end of dtype.descr to match itemsizeSebastian Berg2015-09-252-1/+18
| |/ / /
* | | | Merge pull request #6372 from seberg/revert-vdotCharles Harris2015-09-273-43/+55
|\ \ \ \
| * | | | DOC: Document behaviour of ravel more clearlySebastian Berg2015-09-271-1/+5
| * | | | REV: Make sure ravel returns a contiguous arraySebastian Berg2015-09-272-42/+50
* | | | | BUG: Fix vdot for uncontiguous arrays.Sebastian Berg2015-09-272-6/+32
|/ / / /
* | | | BUG: Add cblasfuncs.c and python_xerbla.c to MANIFEST.inCharles Harris2015-09-231-0/+3
| |_|/ |/| |
* | | Merge pull request #6271 from charris/change-deprecated-indexes-to-errorCharles Harris2015-09-105-474/+233
|\ \ \
| * | | STY: PEP8 fixes for test_indexing.py.Charles Harris2015-09-061-7/+15
| * | | TST,DEP: Move deprecation tests that now test for exceptions.Charles Harris2015-09-062-222/+196
| * | | DEP,MAINT: Change deprecated indexing to errors.Charles Harris2015-09-065-315/+92
| |/ /
* | | BUG: allow npy_PyFile_Dup2 to report its error in np.fromfileColin Jermain2015-09-081-2/+0
* | | Merge pull request #6268 from charris/remove-bento-supportCharles Harris2015-09-062-596/+0
|\ \ \ | |_|/ |/| |
| * | MAINT: Remove bento related files.Charles Harris2015-08-292-596/+0
| |/
* | BUG: enforce signed char in extint128Antoine Pitrou2015-09-021-1/+1
* | BUG: fix timedelta arithmetic with invalid values or NaTsAntoine Pitrou2015-09-012-7/+53
* | Merge pull request #6264 from aarchiba/longdouble_improvementsCharles Harris2015-08-312-1/+14
|\ \ | |/ |/|
| * TST: check long double and float code pathsAnne Archibald2015-08-291-1/+8
| * BUG: handle bad data better under python 2.6Anne Archibald2015-08-291-1/+1
| * TST: check for best-effort parsing in foreign localesAnne Archibald2015-08-281-0/+6
* | ENH: solve also internal overlap problemsPauli Virtanen2015-08-294-26/+361
* | ENH: add shares_memory, implement may_share_memory using itPauli Virtanen2015-08-296-95/+151
* | TST: add tests for 128-bit and checked arithmeticPauli Virtanen2015-08-292-0/+703
* | ENH: use 128-bit integers to avoid overflows in solve_diophantinePauli Virtanen2015-08-294-113/+381
* | TST: add tests checking diophantine and memory overlap solversPauli Virtanen2015-08-292-84/+332
* | ENH: core: add solve_diophantine/may_share_memory to multiarray_testsPauli Virtanen2015-08-291-0/+181
* | ENH: core: add diophantine equation solver for deciding memory overlap problemsPauli Virtanen2015-08-2911-58/+891
* | Merge pull request #6236 from jaimefrio/argminmax_objectCharles Harris2015-08-282-32/+63
|\ \ | |/ |/|
| * BUG: argmin/max of object dtype with NULLs, fixes #6032Jaime Fernandez2015-08-222-32/+63
* | MAINT: clarify unclear comment in NumPyOS_ascii_strtodPauli Virtanen2015-08-281-12/+3
* | MAINT clean up test suiteAnne Archibald2015-08-281-48/+44
* | BUG: fix #4381: precision loss on string -> longdouble conversionAnne Archibald2015-08-288-22/+479
* | Merge pull request #6254 from njsmith/fix-6250Charles Harris2015-08-272-1/+23
|\ \
| * | BUG: Fix refcounting for string comparison in array_richcompareNathaniel J. Smith2015-08-272-1/+23
* | | Merge pull request #6252 from juliantaylor/comp-aliasJaime2015-08-261-2/+1
|\ \ \
| * | | BUG: simplify code remove strict aliasing violationJulian Taylor2015-08-261-2/+1
* | | | Merge pull request #6245 from seberg/index-iter-bugCharles Harris2015-08-262-3/+19
|\ \ \ \ | |_|/ / |/| | |