summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | MAINT: Fixup `unique`s `equal_nan` kwarg to match `np.array_equal`Sebastian Berg2022-06-012-12/+12
* | MAINT: Update multiline indentationsJason Thai2022-06-011-1/+1
* | DOC: Update 21623 release documentationJason Thai2022-05-291-1/+1
* | DOC: Added releasenote for 21623Jason Thai2022-05-281-4/+4
* | ENH: Added equal-nans kwarg to np.uniqueJason Thai2022-05-281-7/+11
* | TST: Added test for np.unique equal_nans kwargJason Thai2022-05-281-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
| * | BUG: Refactor `np.kron` to handle 0 in shapeGanesh Kathiresan2022-03-221-11/+10
* | | Merge pull request #21216 from BvB93/_typingCharles Harris2022-03-2514-14/+14
|\ \ \ | |/ / |/| |
| * | MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-1814-14/+14
* | | DOC: misc fixes:Matthias Bussonnier2022-03-212-3/+4
|/ /
* | TYP, BUG: Fix `np.lib.stride_tricks` being re-exported under the wrong nameBas van Beek2022-03-121-1/+1
* | Merge pull request #16895 from DevinShanahan/delete-speedupMatti Picus2022-02-272-5/+25
|\ \
| * | MAINT: single value identification and testDevin Shanahan2022-01-162-3/+15
| * | MAINT: Merge branch 'main' into delete-speedupDevin Shanahan2022-01-1659-2901/+7570
| |\ \
| * | | Update numpy/lib/function_base.pyDevin Shanahan2020-07-191-1/+1
| * | | ENH: extend delete single value optimizationDevinShanahan2020-07-181-5/+13
* | | | DOC: Fix spelling and grammar in documentation for quantile(). (#21068)Don Kirkby2022-02-151-12/+12
* | | | BUG: (loadtxt) Ignore last empty field when `delimiter=None`Sebastian Berg2022-02-141-1/+5