summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Fix typosBrian Wignall2019-11-251-1/+1
* Merge pull request #14718 from eric-wieser/disable-Q_-_m_castingMatti Picus2019-11-254-4/+32
|\
| * Followup: Make "same_kind" casting possible for consistencySebastian Berg2019-10-162-2/+8
| * API: Forbid Q<->m safe castingEric Wieser2019-10-163-3/+25
* | MAINT: Added Python3.8 branch to dll lib discoveryIlhan Polat2019-11-241-2/+5
* | DOC: Document ma.filled behavior with non-scalar fill_value (#13698)Kriti Singh2019-11-231-8/+33
* | MAINT: Cleaned up mintypecode for Py3 (#14967)Joseph Fox-Rabinovitz2019-11-231-6/+4
* | TST: skip if cython is not availablemattip2019-11-221-0/+6
* | Merge pull request #14932 from mproszewska/doc-tolistMatti Picus2019-11-211-6/+13
|\ \
| * | Add changes to run tests againmpro2019-11-191-1/+1
| * | Apply proposed changesmpro2019-11-181-6/+3
| * | Doc: Compare 'tolist' function to 'list' in examplempro2019-11-181-4/+14
* | | ENH: add isinf, isnan, fmin, fmax loops for datetime64, timedelta64 (#14841)Matti Picus2019-11-215-38/+90
* | | Merge pull request #14951 from bashtage/random-examplesMatti Picus2019-11-214-21/+37
|\ \ \
| * | | DOC: Clean up examples of low-level random accessKevin Sheppard2019-11-214-21/+37
* | | | BUG: Fix step returned by linspace when num=1 and endpoint=False (#14929)David Zwicker2019-11-212-9/+16
|/ / /
* | | Merge pull request #14944 from mattip/move-examplesCharles Harris2019-11-209-5/+4
|\ \ \
| * | | DOC, MAINT: fix documentation, remove __init__.pymattip2019-11-201-0/+0
| * | | MAINT: move numpy/random/examples -> numpy/random/_examplesmattip2019-11-199-5/+4
* | | | DOC: testing: Note handling of scalars in assert_array_equal and assert_equal.Warren Weckesser2019-11-201-5/+22
|/ / /
* | | DOC: Clarify return type for default rngKevin Sheppard2019-11-191-3/+7
* | | API: restructure and document numpy.random C-API (#14604)Matti Picus2019-11-1919-78/+130
* | | TST: turn off tracing for np.resize testsmattip2019-11-162-0/+10
* | | DOC: Note FFT type promotion (#14912)Daniel Ching2019-11-151-0/+8
* | | Merge pull request #14878 from mattip/remove-sse2Warren Weckesser2019-11-141-5/+0
|\ \ \
| * | | BUILD: remove SSE2 flag from numpy.random buildsmattip2019-11-111-5/+0
* | | | Merge pull request #14901 from eric-wieser/remove-uses-of-scalar-aliasesMatti Picus2019-11-1422-74/+72
|\ \ \ \
| * | | | MAINT: Remove uses of scalar aliasesEric Wieser2019-11-1322-74/+72
* | | | | Merge pull request #14820 from eric-wieser/template-loopsMatti Picus2019-11-132-217/+74
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: Use templating to merge float loopsEric Wieser2019-11-012-217/+74
* | | | | MAINT: Delete and ignore generated filesEric Wieser2019-11-133-1593/+3
* | | | | BUG: Remove builtins from __all__Eric Wieser2019-11-121-2/+6
* | | | | BUG: Fix np.__dir__ to correctly handle new propertiesEric Wieser2019-11-111-1/+1
| |/ / / |/| | |
* | | | MAINT: revert gh-14800, which gave precedence to OO->O over OO->?mattip2019-11-067-37/+23
* | | | BUG: raise ValueError for empty arrays passed to _pyarray_correlate (#14829)Doug Davis2019-11-062-0/+13
* | | | MAINT: move buffer.h -> npy_buffer.h to avoid conflictsmattip2019-11-0411-10/+10
* | | | Merge pull request #14827 from chrisburr/patch-1Charles Harris2019-11-041-1/+2
|\ \ \ \
| * | | | BLD: Review feedback for clang -flto fixChris Burr2019-11-051-1/+2
| * | | | BLD: Prevent -flto from optimising long double representation check awayChris Burr2019-11-041-1/+1
| | |/ / | |/| |
* | | | Merge pull request #14800 from mattip/reorder-obj-comparison-loopCharles Harris2019-11-048-30/+52
|\ \ \ \
| * | | | ENH: add OO->? loops, use np.compare(a, b, dtype=bool), add commentsmattip2019-10-306-8/+26
| * | | | WIP, DEP, ENH: finish richcompare changes from 1.10mattip2019-10-297-25/+29
* | | | | DOC: Add take_along_axis to the see also section in argmin, argmax etc. (#14799)mproszewska2019-11-041-1/+37
* | | | | Merge pull request #14805 from eric-wieser/no-Fractions-from-np-scalarsMatti Picus2019-11-041-2/+2
|\ \ \ \ \
| * | | | | TST: Don't construct Fraction instances from numpy scalarsEric Wieser2019-10-301-2/+2
| | |_|/ / | |/| | |
* | | | | Merge pull request #14814 from eric-wieser/rename-rankMatti Picus2019-11-031-40/+37
|\ \ \ \ \
| * | | | | Rename helper functions to not use the word rankEric Wieser2019-10-311-40/+37
| |/ / / /
* | | | | merge latest changes on master branchRedRuM2019-11-03214-3731/+9041
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #14227 from zjpoh/from_string_complexMatti Picus2019-10-313-2/+92
| |\ \ \ \
| | * | | | Fix style per Sebastian's commentszjpoh2019-10-153-17/+11