summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* TST: fix test_linear_interpolation_formula_symmetricPal Barta2022-08-101-1/+1
* DOC: Add versionchanged for converter callable behavior.Ross Barnowski2022-07-241-0/+5
* MAINT, TYP: Fix `np.angle` dtype-overloadsBas van Beek2022-07-231-3/+5
* Merge pull request #21870 from charris/backport-21857Charles Harris2022-06-282-14/+39
|\
| * BUG: Reject non integer array-likes with size 1 in delete (#21857)Sebastian Berg2022-06-282-14/+39
* | Merge pull request #21868 from charris/backport-21851Charles Harris2022-06-282-1/+13
|\ \
| * | BUG: Use `keepdims` during normalization in `np.average` and `np.ma.average` ...Srimukh Sripada2022-06-282-1/+13
| |/
* | DOC: mention changes to `max_rows` behaviour in `np.loadtxt` (#21854)Pranab Das2022-06-281-2/+9
|/
* BUG: lib: A loadtxt error message had two values reversed.warren2022-06-211-1/+1
* TST: Clean up an opened temporary file descriptor in loadtxt testsSebastian Berg2022-06-141-0/+5
* TST: Fixup loadtxt int-via-float tests when in release modeSebastian Berg2022-06-091-0/+2
* TYP, ENH: Add annotations for the `equal_nan` keyword to `np.unique`Bas van Beek2022-06-031-0/+32
* MAINT: Fixup `unique`s `equal_nan` kwarg to match `np.array_equal`Sebastian Berg2022-06-022-12/+12
* MAINT: Update multiline indentationsJason Thai2022-06-021-1/+1
* DOC: Update 21623 release documentationJason Thai2022-06-021-1/+1
* DOC: Added releasenote for 21623Jason Thai2022-06-021-4/+4
* ENH: Added equal-nans kwarg to np.uniqueJason Thai2022-06-021-7/+11
* TST: Added test for np.unique equal_nans kwargJason Thai2022-06-021-0/+8
* MAINT: Python <3.7 related cleanupsBrigitta Sipőcz2022-05-231-2/+0
* Fix grammar [skip ci]Brigitta Sipőcz2022-05-211-2/+2
* Fix docstring and examples for rfn.get_names*Brigitta Sipőcz2022-05-211-20/+13
* DOC: Update numpy/lib/function_base.pySebastian Berg2022-05-191-1/+1
* DOC: improve the docstring of numpy.sinc to explain behavior at zero.Jesús Carrete Montaña2022-05-191-4/+4
* Merge pull request #19226 from seberg/fix-void-cast-safety-promotion-and-comp...Matti Picus2022-05-191-1/+0
|\
| * API: Fix structured dtype cast-safety, promotion, and comparisonSebastian Berg2022-05-091-1/+0
* | Addressing review for more cleanup and clarificationBrigitta Sipőcz2022-05-171-2/+1
* | Remove deprecated iteratesBrigitta Sipocz2022-05-171-20/+0
* | Remove python <3.6 related thingsBrigitta Sipocz2022-05-171-1/+1
* | Merge pull request #21490 from WarrenWeckesser/average-keepdims-typingBas van Beek2022-05-111-0/+8
|\ \
| * | TYP: Add typing for the keepdims param. of 'average' and 'ma.average'warren2022-05-101-0/+8
* | | BUG: lib: Allow type uint64 for eye() arguments.warren2022-05-112-4/+16
|/ /
* | ENH: Add 'keepdims' to 'average()' and 'ma.average()'.warren2022-05-092-6/+56
* | TYP,ENH: Add the new `quotechar` parameter to `np.loadtxt`Bas van Beek2022-05-091-0/+3
|/
* ENH: Optimize `np.empty` for scalar arguments (#20175)Francesco Andreuzzi2022-05-061-1/+3
* TST: Make `test_large_archive` robust against memory issues [wheel build]Sebastian Berg2022-05-021-2/+7
* TEST: on PyPy, skip hanging slow test [wheel build]mattip2022-05-021-0/+1
* MAINT: Added comment for kron workingGanesh Kathiresan2022-04-181-0/+9
* ENH: Improve `np.kron` performanceGanesh Kathiresan2022-04-181-6/+7
* Merge pull request #21262 from ganesh-k13/kron_21257_maSebastian Berg2022-04-112-17/+23
|\
| * TST: `np.kron` tests refinementGanesh Kathiresan2022-04-051-7/+17
| * ENH: Maintain subclass info for `np.kron`Ganesh Kathiresan2022-04-051-10/+6
* | Merge pull request #21291 from oscargus/spaceandcosCharles Harris2022-04-073-32/+31
|\ \
| * | STY: Whitespace fixes.Charles Harris2022-04-071-3/+3
| * | Add space after argument nameOscar Gustafsson2022-04-033-32/+31
| |/
* | Improve documentation formattingOscar Gustafsson2022-04-032-10/+28
|/
* Merge pull request #21232 from ganesh-k13/bug_21051_kronMatti Picus2022-03-272-11/+46
|\
| * BUG: Convert other inputs to arrayGanesh Kathiresan2022-03-261-2/+4
| * MAINT: Linting fixesGanesh Kathiresan2022-03-252-2/+3
| * ENH: Refactor kron to not use concatGanesh Kathiresan2022-03-251-8/+15
| * TST: Added testcases for `np.kron`Ganesh Kathiresan2022-03-221-0/+26