summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #6262 from aarchiba/longdouble_docsCharles Harris2015-09-101-0/+39
|\ \ \ \ \ \
| * | | | | | DOC: be more emphatic about Windows and 64 bitsAnne Archibald2015-09-011-7/+9
| * | | | | | DOC describe the situation of extended precision in numpyAnne Archibald2015-09-011-0/+37
* | | | | | | Merge pull request #6271 from charris/change-deprecated-indexes-to-errorCharles Harris2015-09-107-480/+259
|\ \ \ \ \ \ \
| * | | | | | | DOC: Document deprecations that now raise error in 1.11 release notes.Charles Harris2015-09-061-0/+14
| * | | | | | | 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-066-321/+104
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #6290 from has2k1/datetime-timedelta-dtypeCharles Harris2015-09-103-1/+7
|\ \ \ \ \ \ \
| * | | | | | | DOC: Document Datetime, Timedelta dtype kindsHassan Kibirige2015-09-083-1/+7
* | | | | | | | Merge pull request #6293 from cjermain/bug-6246Jaime2015-09-081-2/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | BUG: allow npy_PyFile_Dup2 to report its error in np.fromfileColin Jermain2015-09-081-2/+0
|/ / / / / / / /
* | | | | | | | Merge pull request #6291 from MaPePeR/patch-1Jaime2015-09-081-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | DOC: Fix typo in Triangular Distribution PDFMaPePeR2015-09-081-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #6268 from charris/remove-bento-supportCharles Harris2015-09-0615-973/+6
|\ \ \ \ \ \ \
| * | | | | | | DOC: Document the removal of Bento support in 1.11.0.Charles Harris2015-08-291-0/+3
| * | | | | | | MAINT: Remove references to Bento.Charles Harris2015-08-292-13/+3
| * | | | | | | MAINT: Remove bento related files.Charles Harris2015-08-2912-960/+0
| |/ / / / / /
* | | | | | | Merge pull request #6129 from faucon/gradient-axesJaime2015-09-063-9/+70
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | ENH: gradient takes axis keyword, added release note commentMaximilian Trescher2015-09-062-4/+10
| * | | | | | possibility to calculate gradient over specific axes instead of all axesMaximilian Trescher2015-09-032-5/+60
|/ / / / / /
* | | | | | Merge pull request #6281 from jschueller/patch-1Julian Taylor2015-09-021-1/+1
|\ \ \ \ \ \
| * | | | | | typo in numpy.ijschueller2015-09-021-1/+1
|/ / / / / /
* | | | | | Merge pull request #6280 from pitrou/extint128_signed_charJaime2015-09-021-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | BUG: enforce signed char in extint128Antoine Pitrou2015-09-021-1/+1
|/ / / / /
* | | | | Merge pull request #6275 from pitrou/nat_arithJaime2015-09-012-7/+53
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | 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
* | | | Merge pull request #6166 from pv/sldCharles Harris2015-08-2923-164/+2816
|\ \ \ \
| * | | | DOC: update docs + release notes vs shares_memoryPauli Virtanen2015-08-292-3/+5
| * | | | ENH: solve also internal overlap problemsPauli Virtanen2015-08-294-26/+361
| * | | | ENH: add shares_memory, implement may_share_memory using itPauli Virtanen2015-08-298-102/+184
| * | | | 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
| |/ /
* | | Merge pull request #6263 from pv/comment-clarifyCharles Harris2015-08-281-12/+3
|\ \ \
| * | | MAINT: clarify unclear comment in NumPyOS_ascii_strtodPauli Virtanen2015-08-281-12/+3
|/ / /
* | | Merge pull request #6199 from aarchiba/longdouble_scanfCharles Harris2015-08-2810-22/+490
|\ \ \
| * | | MAINT clean up test suiteAnne Archibald2015-08-281-48/+44
| * | | BUG: fix #4381: precision loss on string -> longdouble conversionAnne Archibald2015-08-2810-22/+494
|/ / /
* | | Merge pull request #6260 from aarchiba/contributingCharles Harris2015-08-281-0/+5
|\ \ \
| * | | MAINT give pointers to coding style and dev environmentAnne Archibald2015-08-281-0/+5
|/ / /
* | | Merge pull request #6254 from njsmith/fix-6250Charles Harris2015-08-272-1/+23
|\ \ \