| Commit message (Expand) | Author | Age | Files | Lines |
* | TST: skip if cython is not available | mattip | 2019-11-22 | 1 | -0/+6 |
* | Merge pull request #14932 from mproszewska/doc-tolist | Matti Picus | 2019-11-21 | 1 | -6/+13 |
|\ |
|
| * | Add changes to run tests again | mpro | 2019-11-19 | 1 | -1/+1 |
| * | Apply proposed changes | mpro | 2019-11-18 | 1 | -6/+3 |
| * | Doc: Compare 'tolist' function to 'list' in example | mpro | 2019-11-18 | 1 | -4/+14 |
* | | ENH: add isinf, isnan, fmin, fmax loops for datetime64, timedelta64 (#14841) | Matti Picus | 2019-11-21 | 5 | -38/+90 |
* | | Merge pull request #14951 from bashtage/random-examples | Matti Picus | 2019-11-21 | 4 | -21/+37 |
|\ \ |
|
| * | | DOC: Clean up examples of low-level random access | Kevin Sheppard | 2019-11-21 | 4 | -21/+37 |
* | | | BUG: Fix step returned by linspace when num=1 and endpoint=False (#14929) | David Zwicker | 2019-11-21 | 2 | -9/+16 |
|/ / |
|
* | | Merge pull request #14944 from mattip/move-examples | Charles Harris | 2019-11-20 | 9 | -5/+4 |
|\ \ |
|
| * | | DOC, MAINT: fix documentation, remove __init__.py | mattip | 2019-11-20 | 1 | -0/+0 |
| * | | MAINT: move numpy/random/examples -> numpy/random/_examples | mattip | 2019-11-19 | 9 | -5/+4 |
* | | | DOC: testing: Note handling of scalars in assert_array_equal and assert_equal. | Warren Weckesser | 2019-11-20 | 1 | -5/+22 |
|/ / |
|
* | | DOC: Clarify return type for default rng | Kevin Sheppard | 2019-11-19 | 1 | -3/+7 |
* | | API: restructure and document numpy.random C-API (#14604) | Matti Picus | 2019-11-19 | 19 | -78/+130 |
* | | TST: turn off tracing for np.resize tests | mattip | 2019-11-16 | 2 | -0/+10 |
* | | DOC: Note FFT type promotion (#14912) | Daniel Ching | 2019-11-15 | 1 | -0/+8 |
* | | Merge pull request #14878 from mattip/remove-sse2 | Warren Weckesser | 2019-11-14 | 1 | -5/+0 |
|\ \ |
|
| * | | BUILD: remove SSE2 flag from numpy.random builds | mattip | 2019-11-11 | 1 | -5/+0 |
* | | | Merge pull request #14901 from eric-wieser/remove-uses-of-scalar-aliases | Matti Picus | 2019-11-14 | 22 | -74/+72 |
|\ \ \ |
|
| * | | | MAINT: Remove uses of scalar aliases | Eric Wieser | 2019-11-13 | 22 | -74/+72 |
* | | | | Merge pull request #14820 from eric-wieser/template-loops | Matti Picus | 2019-11-13 | 2 | -217/+74 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | MAINT: Use templating to merge float loops | Eric Wieser | 2019-11-01 | 2 | -217/+74 |
* | | | | MAINT: Delete and ignore generated files | Eric Wieser | 2019-11-13 | 3 | -1593/+3 |
* | | | | BUG: Remove builtins from __all__ | Eric Wieser | 2019-11-12 | 1 | -2/+6 |
* | | | | BUG: Fix np.__dir__ to correctly handle new properties | Eric Wieser | 2019-11-11 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | MAINT: revert gh-14800, which gave precedence to OO->O over OO->? | mattip | 2019-11-06 | 7 | -37/+23 |
* | | | BUG: raise ValueError for empty arrays passed to _pyarray_correlate (#14829) | Doug Davis | 2019-11-06 | 2 | -0/+13 |
* | | | MAINT: move buffer.h -> npy_buffer.h to avoid conflicts | mattip | 2019-11-04 | 11 | -10/+10 |
* | | | Merge pull request #14827 from chrisburr/patch-1 | Charles Harris | 2019-11-04 | 1 | -1/+2 |
|\ \ \ |
|
| * | | | BLD: Review feedback for clang -flto fix | Chris Burr | 2019-11-05 | 1 | -1/+2 |
| * | | | BLD: Prevent -flto from optimising long double representation check away | Chris Burr | 2019-11-04 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge pull request #14800 from mattip/reorder-obj-comparison-loop | Charles Harris | 2019-11-04 | 8 | -30/+52 |
|\ \ \ |
|
| * | | | ENH: add OO->? loops, use np.compare(a, b, dtype=bool), add comments | mattip | 2019-10-30 | 6 | -8/+26 |
| * | | | WIP, DEP, ENH: finish richcompare changes from 1.10 | mattip | 2019-10-29 | 7 | -25/+29 |
* | | | | DOC: Add take_along_axis to the see also section in argmin, argmax etc. (#14799) | mproszewska | 2019-11-04 | 1 | -1/+37 |
* | | | | Merge pull request #14805 from eric-wieser/no-Fractions-from-np-scalars | Matti Picus | 2019-11-04 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | TST: Don't construct Fraction instances from numpy scalars | Eric Wieser | 2019-10-30 | 1 | -2/+2 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #14814 from eric-wieser/rename-rank | Matti Picus | 2019-11-03 | 1 | -40/+37 |
|\ \ \ \ |
|
| * | | | | Rename helper functions to not use the word rank | Eric Wieser | 2019-10-31 | 1 | -40/+37 |
| |/ / / |
|
* | | | | merge latest changes on master branch | RedRuM | 2019-11-03 | 214 | -3731/+9041 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Merge pull request #14227 from zjpoh/from_string_complex | Matti Picus | 2019-10-31 | 3 | -2/+92 |
| |\ \ \ |
|
| | * | | | Fix style per Sebastian's comments | zjpoh | 2019-10-15 | 3 | -17/+11 |
| | * | | | Update per Sebastian's comments | zjpoh | 2019-10-06 | 3 | -7/+14 |
| | * | | | Add deprecation warning for invalid complex string | zjpoh | 2019-09-26 | 2 | -5/+26 |
| | * | | | Merge branch 'master' into from_string_complex | zjpoh | 2019-09-26 | 180 | -2364/+6216 |
| | |\ \ \ |
|
| | * | | | | Add parenthesis as suggested by compiler. Update docstring. | zjpoh | 2019-08-19 | 3 | -3/+8 |
| | * | | | | Parse complex number from string | zjpoh | 2019-08-07 | 2 | -1/+64 |
| * | | | | | Merge pull request #14730 from zjpoh/fromfile_complex | Matti Picus | 2019-10-31 | 3 | -2/+140 |
| |\ \ \ \ \ |
|
| | * | | | | | Add complex number support for fromfile | zjpoh | 2019-10-16 | 3 | -2/+140 |