Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #6262 from aarchiba/longdouble_docs | Charles Harris | 2015-09-10 | 1 | -0/+39 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | DOC: be more emphatic about Windows and 64 bits | Anne Archibald | 2015-09-01 | 1 | -7/+9 | |
| * | | | | | | DOC describe the situation of extended precision in numpy | Anne Archibald | 2015-09-01 | 1 | -0/+37 | |
* | | | | | | | Merge pull request #6271 from charris/change-deprecated-indexes-to-error | Charles Harris | 2015-09-10 | 7 | -480/+259 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | DOC: Document deprecations that now raise error in 1.11 release notes. | Charles Harris | 2015-09-06 | 1 | -0/+14 | |
| * | | | | | | | STY: PEP8 fixes for test_indexing.py. | Charles Harris | 2015-09-06 | 1 | -7/+15 | |
| * | | | | | | | TST,DEP: Move deprecation tests that now test for exceptions. | Charles Harris | 2015-09-06 | 2 | -222/+196 | |
| * | | | | | | | DEP,MAINT: Change deprecated indexing to errors. | Charles Harris | 2015-09-06 | 6 | -321/+104 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #6290 from has2k1/datetime-timedelta-dtype | Charles Harris | 2015-09-10 | 3 | -1/+7 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | DOC: Document Datetime, Timedelta dtype kinds | Hassan Kibirige | 2015-09-08 | 3 | -1/+7 | |
* | | | | | | | | Merge pull request #6293 from cjermain/bug-6246 | Jaime | 2015-09-08 | 1 | -2/+0 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | BUG: allow npy_PyFile_Dup2 to report its error in np.fromfile | Colin Jermain | 2015-09-08 | 1 | -2/+0 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #6291 from MaPePeR/patch-1 | Jaime | 2015-09-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | DOC: Fix typo in Triangular Distribution PDF | MaPePeR | 2015-09-08 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #6268 from charris/remove-bento-support | Charles Harris | 2015-09-06 | 15 | -973/+6 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | DOC: Document the removal of Bento support in 1.11.0. | Charles Harris | 2015-08-29 | 1 | -0/+3 | |
| * | | | | | | | MAINT: Remove references to Bento. | Charles Harris | 2015-08-29 | 2 | -13/+3 | |
| * | | | | | | | MAINT: Remove bento related files. | Charles Harris | 2015-08-29 | 12 | -960/+0 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #6129 from faucon/gradient-axes | Jaime | 2015-09-06 | 3 | -9/+70 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | ENH: gradient takes axis keyword, added release note comment | Maximilian Trescher | 2015-09-06 | 2 | -4/+10 | |
| * | | | | | | possibility to calculate gradient over specific axes instead of all axes | Maximilian Trescher | 2015-09-03 | 2 | -5/+60 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #6281 from jschueller/patch-1 | Julian Taylor | 2015-09-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | typo in numpy.i | jschueller | 2015-09-02 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #6280 from pitrou/extint128_signed_char | Jaime | 2015-09-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | BUG: enforce signed char in extint128 | Antoine Pitrou | 2015-09-02 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #6275 from pitrou/nat_arith | Jaime | 2015-09-01 | 2 | -7/+53 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | BUG: fix timedelta arithmetic with invalid values or NaTs | Antoine Pitrou | 2015-09-01 | 2 | -7/+53 | |
|/ / / / | ||||||
* | | | | Merge pull request #6264 from aarchiba/longdouble_improvements | Charles Harris | 2015-08-31 | 2 | -1/+14 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | TST: check long double and float code paths | Anne Archibald | 2015-08-29 | 1 | -1/+8 | |
| * | | | BUG: handle bad data better under python 2.6 | Anne Archibald | 2015-08-29 | 1 | -1/+1 | |
| * | | | TST: check for best-effort parsing in foreign locales | Anne Archibald | 2015-08-28 | 1 | -0/+6 | |
* | | | | Merge pull request #6166 from pv/sld | Charles Harris | 2015-08-29 | 23 | -164/+2816 | |
|\ \ \ \ | ||||||
| * | | | | DOC: update docs + release notes vs shares_memory | Pauli Virtanen | 2015-08-29 | 2 | -3/+5 | |
| * | | | | ENH: solve also internal overlap problems | Pauli Virtanen | 2015-08-29 | 4 | -26/+361 | |
| * | | | | ENH: add shares_memory, implement may_share_memory using it | Pauli Virtanen | 2015-08-29 | 8 | -102/+184 | |
| * | | | | TST: add tests for 128-bit and checked arithmetic | Pauli Virtanen | 2015-08-29 | 2 | -0/+703 | |
| * | | | | ENH: use 128-bit integers to avoid overflows in solve_diophantine | Pauli Virtanen | 2015-08-29 | 4 | -113/+381 | |
| * | | | | TST: add tests checking diophantine and memory overlap solvers | Pauli Virtanen | 2015-08-29 | 2 | -84/+332 | |
| * | | | | ENH: core: add solve_diophantine/may_share_memory to multiarray_tests | Pauli Virtanen | 2015-08-29 | 1 | -0/+181 | |
| * | | | | ENH: core: add diophantine equation solver for deciding memory overlap problems | Pauli Virtanen | 2015-08-29 | 11 | -58/+891 | |
|/ / / / | ||||||
* | | | | Merge pull request #6236 from jaimefrio/argminmax_object | Charles Harris | 2015-08-28 | 2 | -32/+63 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | BUG: argmin/max of object dtype with NULLs, fixes #6032 | Jaime Fernandez | 2015-08-22 | 2 | -32/+63 | |
| |/ / | ||||||
* | | | Merge pull request #6263 from pv/comment-clarify | Charles Harris | 2015-08-28 | 1 | -12/+3 | |
|\ \ \ | ||||||
| * | | | MAINT: clarify unclear comment in NumPyOS_ascii_strtod | Pauli Virtanen | 2015-08-28 | 1 | -12/+3 | |
|/ / / | ||||||
* | | | Merge pull request #6199 from aarchiba/longdouble_scanf | Charles Harris | 2015-08-28 | 10 | -22/+490 | |
|\ \ \ | ||||||
| * | | | MAINT clean up test suite | Anne Archibald | 2015-08-28 | 1 | -48/+44 | |
| * | | | BUG: fix #4381: precision loss on string -> longdouble conversion | Anne Archibald | 2015-08-28 | 10 | -22/+494 | |
|/ / / | ||||||
* | | | Merge pull request #6260 from aarchiba/contributing | Charles Harris | 2015-08-28 | 1 | -0/+5 | |
|\ \ \ | ||||||
| * | | | MAINT give pointers to coding style and dev environment | Anne Archibald | 2015-08-28 | 1 | -0/+5 | |
|/ / / | ||||||
* | | | Merge pull request #6254 from njsmith/fix-6250 | Charles Harris | 2015-08-27 | 2 | -1/+23 | |
|\ \ \ |