| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | DOC: document NPY_USE_BLAS64_ environment variable | Pauli Virtanen | 2019-12-01 | 1 | -0/+19 |
|/ / / |
|
* | | | MAINT: Change Congruent to Congruential in PCG | Charles Harris | 2019-11-28 | 1 | -2/+2 |
* | | | DOC: Fix abbreviation of PCG64 | Martin Thoma | 2019-11-28 | 1 | -1/+1 |
* | | | Merge pull request #14954 from mattip/test-extending-cffi | Charles Harris | 2019-11-27 | 2 | -0/+25 |
|\ \ \ |
|
| * | | | DOC: document the CFFI example | mattip | 2019-11-22 | 2 | -0/+25 |
* | | | | Merge pull request #14948 from mattip/document-random | Charles Harris | 2019-11-27 | 2 | -41/+111 |
|\ \ \ \ |
|
| * | | | | DOC: fixes from review | mattip | 2019-11-21 | 2 | -7/+18 |
| * | | | | DOC, API: add numpy.random.__index__.pxd and document numpy.random.* funcs | mattip | 2019-11-21 | 2 | -41/+100 |
* | | | | | Merge pull request #14982 from bwignall/typo | Charles Harris | 2019-11-25 | 7 | -7/+7 |
|\ \ \ \ \ |
|
| * | | | | | Fix typos | Brian Wignall | 2019-11-25 | 7 | -7/+7 |
* | | | | | | Merge pull request #12658 from tylerjereddy/NaT_sort_order | Charles Harris | 2019-11-25 | 1 | -0/+5 |
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | DOC: add release note | mattip | 2019-11-22 | 1 | -0/+5 |
| |/ / / / |
|
* | | | | | Merge pull request #14718 from eric-wieser/disable-Q_-_m_casting | Matti Picus | 2019-11-25 | 2 | -3/+11 |
|\ \ \ \ \ |
|
| * | | | | | Followup: Make "same_kind" casting possible for consistency | Sebastian Berg | 2019-10-16 | 1 | -0/+1 |
| * | | | | | API: Forbid Q<->m safe casting | Eric Wieser | 2019-10-16 | 2 | -3/+10 |
* | | | | | | DOC: Document ma.filled behavior with non-scalar fill_value (#13698) | Kriti Singh | 2019-11-23 | 1 | -0/+5 |
* | | | | | | Merge pull request #14903 from mattip/nep-0034-accepted | Ralf Gommers | 2019-11-23 | 1 | -2/+2 |
|\ \ \ \ \ \ |
|
| * | | | | | | NEP: move nep 34 to accepted | mattip | 2019-11-13 | 1 | -2/+2 |
* | | | | | | | Merge pull request #14732 from mattip/refguide-rst | Charles Harris | 2019-11-23 | 5 | -19/+17 |
|\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
|
| * | | | | | | TST: run refguide-check on rst files in doc/* | mattip | 2019-10-17 | 5 | -19/+17 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | ENH: add isinf, isnan, fmin, fmax loops for datetime64, timedelta64 (#14841) | Matti Picus | 2019-11-21 | 1 | -0/+11 |
| |_|/ / /
|/| | | | |
|
* | | | | | DOC, MAINT: fix documentation, remove __init__.py | mattip | 2019-11-20 | 6 | -8/+8 |
* | | | | | API: restructure and document numpy.random C-API (#14604) | Matti Picus | 2019-11-19 | 11 | -109/+247 |
* | | | | | Merge pull request #14793 from hameerabbasi/uarray | Charles Harris | 2019-11-18 | 1 | -47/+67 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | DOC: Move composition example into usage section | Hameer Abbasi | 2019-10-29 | 1 | -11/+8 |
| * | | | | DOC: Adjust NEP-31 to new template. | Hameer Abbasi | 2019-10-25 | 1 | -42/+65 |
* | | | | | Merge pull request #14901 from eric-wieser/remove-uses-of-scalar-aliases | Matti Picus | 2019-11-14 | 5 | -5/+5 |
|\ \ \ \ \ |
|
| * | | | | | MAINT: Remove uses of scalar aliases | Eric Wieser | 2019-11-13 | 5 | -5/+5 |
| | |_|/ /
| |/| | | |
|
* | | | | | DOC: Update NEP29 with Python3.8 informations. | Matthias Bussonnier | 2019-11-11 | 1 | -2/+5 |
|/ / / / |
|
* | | | | REL: Update master after 1.17.4 release. | Charles Harris | 2019-11-10 | 3 | -0/+76 |
* | | | | MAINT: revert gh-14800, which gave precedence to OO->O over OO->? | mattip | 2019-11-06 | 1 | -14/+0 |
* | | | | Merge pull request #14800 from mattip/reorder-obj-comparison-loop | Charles Harris | 2019-11-04 | 1 | -0/+14 |
|\ \ \ \ |
|
| * | | | | DOC: add release note | mattip | 2019-10-30 | 1 | -0/+14 |
* | | | | | merge latest changes on master branch | RedRuM | 2019-11-03 | 163 | -1068/+3249 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge pull request #14674 from mattip/nep-0034 | Ralf Gommers | 2019-10-31 | 1 | -0/+141 |
| |\ \ \ \ \ |
|
| | * | | | | | NEP: fix typo | Matti Picus | 2019-10-29 | 1 | -1/+1 |
| | * | | | | | NEP: clarify np.ndarray behaviour | mattip | 2019-10-29 | 1 | -5/+11 |
| | * | | | | | NEP: changes from review | mattip | 2019-10-29 | 1 | -18/+22 |
| | * | | | | | NEP: update from comments and PR 14794 | mattip | 2019-10-29 | 1 | -9/+18 |
| | * | | | | | DOC: fixes from review | mattip | 2019-10-24 | 1 | -27/+31 |
| | * | | | | | NEP: explicitly define ragged array | mattip | 2019-10-24 | 1 | -3/+11 |
| | * | | | | | DOC: changes from review | mattip | 2019-10-24 | 1 | -5/+13 |
| | * | | | | | DOC: changes from review | mattip | 2019-10-24 | 1 | -8/+8 |
| | * | | | | | NEP: put off discussion of , fixes from review | mattip | 2019-10-24 | 1 | -18/+21 |
| | * | | | | | NEP: fixes from review, add ragged_array_object function | mattip | 2019-10-13 | 1 | -10/+22 |
| | * | | | | | NEP: add default-dtype-object-deprecation nep | mattip | 2019-10-10 | 1 | -0/+87 |
| * | | | | | | Merge pull request #14227 from zjpoh/from_string_complex | Matti Picus | 2019-10-31 | 1 | -0/+3 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | Add release doc | zjpoh | 2019-10-16 | 1 | -0/+3 |
| * | | | | | | | Merge pull request #14730 from zjpoh/fromfile_complex | Matti Picus | 2019-10-31 | 1 | -0/+3 |
| |\ \ \ \ \ \ \
| | |_|_|_|_|_|/
| |/| | | | | | |
|
| | * | | | | | | Add release doc | zjpoh | 2019-10-16 | 1 | -0/+3 |