summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* TYP: Relax the `genfromtxt` return dtype when the dtype is unspecifiedBas van Beek2023-05-161-1/+1
* Merge pull request #23727 from F3eQnxN3RriK/doc-patch-2Charles Harris2023-05-141-15/+13
|\
| * DOC: Rewrite docstrings of `ogrid` and `mgrid`Yuki2023-05-061-15/+13
* | Merge branch 'main' into deprecate-find-common-typeCharles Harris2023-05-1335-409/+1067
|\ \
| * | BUG: properly handle tuple keys in NpZFile.__getitem__ (#23757)Nathan Goldbaum2023-05-122-1/+12
| * | MAINT: Reorganize the way windowing functions ensure float64 resultSebastian Berg2023-05-031-10/+38
| |/
| * TST: add tests for numpy.quantile (#23129)Christian Lorentzen2023-04-281-5/+100
| * Merge pull request #23529 from lorentzenchr/doc_quantileSebastian Berg2023-04-282-10/+10
| |\
| | * DOC use percentage for q in percentileChristian Lorentzen2023-04-261-2/+2
| | * DOC quantile q is a probabilityChristian Lorentzen2023-04-042-8/+8
| * | EHN: add __contains__() to np.lib.npyio.NpzFilef380cedric2023-04-252-0/+4
| * | Merge pull request #23555 from ngoldbaum/deprecate-np-mathRalf Gommers2023-04-081-2/+17
| |\ \
| | * | DEP: deprecate np.math and np.lib.mathNathan Goldbaum2023-04-071-2/+17
| * | | ENH: ``__repr__`` for NpzFile object (#23357)Ganesh Kathiresan2023-04-063-2/+35
| * | | Fixed failing testsMatteo Raso2023-04-012-16/+39
| * | | Fixed docstring testMatteo Raso2023-04-011-1/+2
| * | | Fixed edge case where pyfunc has no attribute `__doc__`Matteo Raso2023-04-011-1/+1
| * | | Fixed edge case where pyfunc has no attribute `__name__`Matteo Raso2023-04-012-51/+134
| |/ /
| * | Revert "ENH: Enabled the use of numpy.vectorize as a decorator"Matti Picus2023-03-272-109/+11
| * | Merge pull request #23061 from MatteoRaso/vectorizeMatti Picus2023-03-262-11/+109
| |\ \
| | * | @vectorize now requires arguments to specify keywordsMatteo Raso2023-02-092-27/+15
| | * | Added a test for positional args (PR-23061)Matteo Raso2023-02-082-0/+30
| | * | Added test for vectorize decorator projectMatteo Raso2023-01-271-0/+8
| | * | Changed documentation for numpy.vectorizeMatteo Raso2023-01-241-1/+1
| | * | Fixed lint errorMatteo Raso2023-01-211-1/+1
| | * | ENH: Enabled use of numpy.vectorize as decorator (#9477)Matteo Raso2023-01-212-12/+76
| | * | BUG: Added __name__ atribute to vectorize class (#23021)Matteo Raso2023-01-182-0/+8
| * | | MAINT: Fix reference roles of astyuki2023-03-251-5/+5
| * | | MAINT: Fix reference roles of `ast`yuki2023-03-251-7/+7
| * | | DOC: fix extra space in error messageBerke Kocaoğlu2023-03-161-1/+1
| * | | MAINT: remove `NUMPY_EXPERIMENTAL_ARRAY_FUNCTION` env varRalf Gommers2023-03-123-34/+18
| * | | DEP: expire deprecation for "y as out" in fix/isposinf/isneginfRalf Gommers2023-03-122-65/+1
| | |/ | |/|
| * | DOC: Add 'may vary' markup in info() docstring.warren2023-03-071-1/+1
| * | DOC: Edit top line of info() docstring to mention array.warren2023-03-071-1/+1
| * | DOC: Document that info() handles array instances.warren2023-03-071-4/+21
| * | TYP: Remove some stray type-check-only imports of `msort`BvB932023-03-051-1/+0
| * | DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue`Ralf Gommers2023-03-023-15/+14
| * | DOC: Fixed meshgrid docstring return type (#23310)Miki Watanabe2023-03-011-2/+2
| * | TYP,MAINT: Add a missing explicit Any parameterFrancesc Elies2023-02-211-1/+1
| * | DOC: Fix matpltolib error in documentation (#23212)Sebastian Berg2023-02-141-1/+1
| * | Merge pull request #23089 from seberg/numpy2-flagMatti Picus2023-02-122-0/+9
| |\ \
| | * | MAINT: Use `np._using_numpy2_behavior()` and initialize it in CSebastian Berg2023-02-102-2/+2
| | * | API: Modify `gradient` to return a tuple rather than a listSebastian Berg2023-02-102-0/+9
| * | | Fix typos found by copdespellDimitri Papadopoulos2023-02-111-1/+1
| * | | MAINT, DOC: string_ → bytes_ and unicode_ → str_Dimitri Papadopoulos2023-02-103-15/+15
| |/ /
| * | Merge pull request #23113 from hmaarrfk/slots_for_mixinsSebastian Berg2023-01-271-0/+1
| |\ \
| | * | ENH: Add slots to NDArrayOperatorsMixin to make subclsasing smootherMark Harfouche2023-01-271-0/+1
| * | | API: Raise EOFError when trying to load past the end of a `.npy` file (#23105)Noé Rubinstein2023-01-272-0/+15
| * | | Merge branch 'main' into document_diag_indices_fromRoss Barnowski2023-01-2526-229/+595
| |\ \ \
| | * | | DOC, ENH: Improve docstring of real_if_close (#23087)Pieter Eendebak2023-01-251-6/+6