summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | 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
| | * | | | Update per Sebastian's commentszjpoh2019-10-063-7/+14
| | * | | | Add deprecation warning for invalid complex stringzjpoh2019-09-262-5/+26
| | * | | | Merge branch 'master' into from_string_complexzjpoh2019-09-26180-2364/+6216
| | |\ \ \ \
| | * | | | | Add parenthesis as suggested by compiler. Update docstring.zjpoh2019-08-193-3/+8
| | * | | | | Parse complex number from stringzjpoh2019-08-072-1/+64
| * | | | | | Merge pull request #14730 from zjpoh/fromfile_complexMatti Picus2019-10-313-2/+140
| |\ \ \ \ \ \
| | * | | | | | Add complex number support for fromfilezjpoh2019-10-163-2/+140
| * | | | | | | Merge pull request #14669 from siddhesh/undefined-float2datetimeMatti Picus2019-10-302-2/+44
| |\ \ \ \ \ \ \
| | * | | | | | | BUG: Do not rely on undefined behaviour to cast from float to datetimeSiddhesh Poyarekar2019-10-152-2/+44
| * | | | | | | | BUG: clear only attribute errors in get_attr_string.h::maybe_get_attr (#14745)keewis2019-10-308-17/+84
| | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | Merge pull request #14769 from mwhudson/issue-14767Matti Picus2019-10-291-5/+5
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | BUG: fix integer size confusion in handling array's ndmin argumentMichael Hudson-Doyle2019-10-241-5/+5
| * | | | | | | DOC: random: Remove redundant 'See Also' entry in 'uniform' docstring.Warren Weckesser2019-10-281-1/+0
| * | | | | | | Merge pull request #14771 from mattip/gcc-4.8Charles Harris2019-10-263-2/+19
| |\ \ \ \ \ \ \
| | * | | | | | | MAINT: fixes from reviewmattip2019-10-261-1/+1
| | * | | | | | | BUILD: cache c-compiler for system_info stagemattip2019-10-251-1/+10
| | * | | | | | | BUILD: add std=c99 flag for gcc, cleanup error reportingmattip2019-10-252-4/+8
| | * | | | | | | BUILD: emit more helpful error messages when compiler is brokenmattip2019-10-252-2/+6
| | |/ / / / / /
| * | | | | | | BUG: random: biased samples from integers() with 8 or 16 bit dtype.Warren Weckesser2019-10-242-16/+25
| |/ / / / / /
| * | | | | | Merge pull request #14353 from eric-wieser/generalize-vanderndCharles Harris2019-10-237-41/+86
| |\ \ \ \ \ \
| | * | | | | | MAINT: polynomial: Add an N-d vander implementation used under the hood of th...Eric Wieser2019-09-147-41/+86
| * | | | | | | Reword cautionary note about dtype.descr (#14763)Thomas Kluyver2019-10-231-1/+2
| * | | | | | | Merge pull request #14742 from WarrenWeckesser/fixdepnoteCharles Harris2019-10-201-74/+77
| |\ \ \ \ \ \ \
| | * | | | | | | DOC: lib: Fix deprecation markup in financial function docstrings.Warren Weckesser2019-10-191-74/+77
| * | | | | | | | Merge pull request #13794 from WarrenWeckesser/new-mvhgMatti Picus2019-10-206-3/+668
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ENH: random: Add the multivariate hypergeometric distributionWarren Weckesser2019-10-186-3/+668
| * | | | | | | | | changed test to assert_allclose() the output valuesJack J. Woehr2019-10-191-2/+4
| * | | | | | | | | added test case test_einsum_failed_on_p9_and_s390x(self)Jack J. Woehr2019-10-191-0/+6