summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Collapse)AuthorAgeFilesLines
* Update function_base.pyUddeshya Singh2018-07-091-5/+10
| | | | * further elaborated the return variable types * fixed the space error
* Fixing basic build errorsUddeshya Singh2018-07-011-2/+2
|
* DOC: update return type description for averageUddeshya Singh2018-06-281-6/+13
|
* Merge pull request #11347 from mattip/less-sphinx-warningsRalf Gommers2018-06-272-10/+12
|\ | | | | DOC: Silence many sphinx warnings
| * fixes from reviewmattip2018-06-241-8/+8
| |
| * DOC: typos, small fixesmattip2018-06-152-3/+5
| |
* | DOC: Update einsum docs (#11234)attack682018-06-272-180/+358
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Einsum docs improvements. * DOC: add information to numpy.core.einsumfunc * DOC: add information to numpy.core.einsumfunc * DOC: add information to numpy.core.einsumfunc * DOC: add information to numpy.core.einsumfunc * DOC: remove 'numpy.core','c_einsum' section from 'add_newdocs.py' * DOC: make :py:func links to all internal functions. * DOC: make :py:func links to all internal functions (minor corrections) * DOC: place `add_newdoc('numpy.core.multiarray','c_einsum'`,...) in file. * DOC: minor requested corrections * DOC: suggested optimize argument Example cases * DOC: copy amendments to second docstring location in add_newdocs.py * DOC: more descriptive text * DOC: required correction to specify a default argument. * DOC: minor presentation fix for example display in einsumfunc.py * DOC: amend c_einsum documentation version, add note about dual documentation
* | Merge pull request #11424 from eric-wieser/empty-svdseberg2018-06-273-17/+25
|\ \ | | | | | | ENH: Allow use of svd on empty arrays
| * | ENH: Allow use of svd on empty arraysEric Wieser2018-06-273-17/+25
| | | | | | | | | | | | part of #8654
* | | Merge pull request #11428 from eric-wieser/deprecate-normed-1.15.0Charles Harris2018-06-272-1/+5
|\ \ \ | |/ / |/| | BUG: Fix incorrect deprecation logic for histogram(normed=...) (master)
| * | BUG: Fix incorrect deprecation logic for histogram(normed=...)Eric Wieser2018-06-262-1/+5
| | | | | | | | | | | | Fixes #11426, which was introduced in #11323 and #11352
* | | Merge pull request #11335 from pvanmulbregt/stride123Matti Picus2018-06-251-9/+5
|\ \ \ | | | | | | | | DOC: Change array lengths/entries in broadcast_arrays example to reduce confusion.
| * | | DOC: Change array lengths/entries in an example to reduce confusion.Paul van Mulbregt2018-06-141-9/+5
| | | |
* | | | Merge pull request #11383 from mattip/recreate-8717Eric Wieser2018-06-243-15/+24
|\ \ \ \ | | | | | | | | | | ENH: Allow size=0 in numpy.random.choice
| * | | | fixes from reviewmattip2018-06-212-5/+6
| | | | |
| * | | | ENH: Allow size=0 in numpy.random.choicemattip2018-06-193-15/+23
| | | | |
* | | | | BUG: Ensure comparisons on scalar strings pass without warning.Marten van Kerkwijk2018-06-213-9/+22
| | | | |
* | | | | Merge pull request #11282 from mhvk/array-comparison-not-implementeduntagged-65f99747b229ae7de4ccMarten van Kerkwijk2018-06-213-223/+148
|\ \ \ \ \ | | | | | | | | | | | | MAINT: move comparison operator special-handling out of ufunc parsing.
| * | | | | MAINT: move failure code to its own function.Marten van Kerkwijk2018-06-191-85/+110
| | | | | |
| * | | | | MAINT: move comparison operator special-handling out of ufunc parsing.Marten van Kerkwijk2018-06-183-223/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The argument parsing for ufuncs contains special logic to enable returning NotImplemented for comparison functions. The ufuncs, however, should not have to know whether they were called via a python comparison operator, so this PR moves the logic to the operators, checking after ufunc failed whether a NotImplemented should be returned.
* | | | | | Merge pull request #11340 from eric-wieser/fix-sctypeDict-clongdoubleMarten van Kerkwijk2018-06-212-22/+34
|\ \ \ \ \ \ | | | | | | | | | | | | | | BUG: sctypeDict['f8'] randomly points to double or longdouble depending on non-deterministic dictionary iteration order
| * | | | | | BUG: f8 randomly points to double or longdouble depending on ↵Eric Wieser2018-06-142-20/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | non-deterministic dictionary iteration order
| * | | | | | MAINT: Replace ifs with assertions, since those conditions are never hitEric Wieser2018-06-141-24/+26
| | | | | | |
* | | | | | | Merge pull request #11390 from charris/update-npyconfigRalf Gommers2018-06-211-0/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | REL: Update numpyconfig.h for 1.15.
| * | | | | | | REL: Update numpyconfig.h for 1.15.Charles Harris2018-06-201-0/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #11385 from toslunar/enh-scalar-squeezeCharles Harris2018-06-202-12/+18
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Make scalar.squeeze accept axis arg
| * | | | | | | Add scalar squeeze testsToshiki Kataoka2018-06-201-0/+16
| | | | | | | |
| * | | | | | | Make scalar.squeeze accept axis argToshiki Kataoka2018-06-201-12/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #11376 from mattip/remove-npyiter_closeCharles Harris2018-06-2011-254/+84
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | ENH: Remove NpyIter_Close
| * | | | | | fixes from reviewmattip2018-06-194-9/+8
| | | | | | |
| * | | | | | ENH: Remove NpyIter_Closemattip2018-06-1811-251/+82
| |/ / / / /
* | | | | | MAINT: fixed typo in mapiter_trivial_@name@ descriptionMinkyu Lee2018-06-191-1/+1
| | | | | |
* | | | | | BUG: changed hardcoded axis to 0 for checking indicesMinkyu Lee2018-06-191-2/+2
| | | | | |
* | | | | | Merge pull request #11373 from eric-wieser/histogramdd-densityCharles Harris2018-06-181-0/+36
|\ \ \ \ \ \ | | | | | | | | | | | | | | TST: Show that histogramdd's normed argument is histogram's density
| * | | | | | TST: Show that histogramdd's normed argument is histogram's densityEric Wieser2018-06-171-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Relevant to gh-4371
* | | | | | | Merge pull request #11371 from eric-wieser/clarify_bin_orderCharles Harris2018-06-181-3/+4
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | DOC: Clarify requirement that histogram bins are monotonic.
| * | | | | | DOC: Clarify requirement that histogram bins are monotonic.Eric Wieser2018-06-171-3/+4
| |/ / / / / | | | | | | | | | | | | | | | | | | Close gh-631
* | | | | | Merge pull request #11366 from eric-wieser/bad-warningCharles Harris2018-06-172-13/+19
|\ \ \ \ \ \ | | | | | | | | | | | | | | BUG/TST: String indexing should just fail, not emit a futurewarning
| * | | | | | TST: Don't allow test_indexing to swallow all exceptionsEric Wieser2018-06-171-12/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This requires tweaking the pure-python emulation to throw the same type of exception
| * | | | | | BUG: Don't emit a spurious warning for float_arr['str'], when it will just ↵Eric Wieser2018-06-171-1/+2
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | error anyway There's no need to convert `a['test']` to `a['t', 'e', 's', 't']` before erroring Fixes #11364
* | | | | | BUG: add missing NpyIter_Close in einsummattip2018-06-171-0/+2
| | | | | |
* | | | | | Merge pull request #11323 from eric-wieser/histogram-normed-actually-deprecateCharles Harris2018-06-162-29/+59
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | DEP: Actually deprecate the normed argument to histogram
| * | | | | DEP: Actually deprecate the normed argument to histogramEric Wieser2018-06-152-29/+59
| |/ / / / | | | | | | | | | | | | | | | Documenting this argument at such length gives it authenticity it does not deserve.
* | | | | HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-1636-106/+107
| |_|_|/ |/| | |
* | | | BUG: decref in failure path; replace PyObject_Type by Py_TYPEMarten van Kerkwijk2018-06-142-11/+14
| |/ / |/| | | | | | | | | | | PyObject_Type increases the reference count, which was not taken into account.
* | | MAINT: Make the keys of typeinfo lowercase once, not repeatedlyEric Wieser2018-06-131-10/+9
| | |
* | | MAINT: Filter out the real type info from typeinfo once, not repeatedlyEric Wieser2018-06-131-24/+29
| | |
* | | MAINT: Extract code present in both branchesEric Wieser2018-06-131-6/+4
| | |
* | | MAINT: Simplify skipping of integer types in _add_aliasesEric Wieser2018-06-131-10/+15
| | |
* | | MAINT: Use a set instead of a dictionaryEric Wieser2018-06-131-4/+2
| | |