summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | ENH: Convert methods to vectorcall conversions (#23018)Pieter Eendebak2023-01-231-6/+2
| * | | API: Allow SciPy to get away with assuming `trapz` is a Python functionSebastian Berg2023-01-201-0/+19
| * | | Merge pull request #23019 from seberg/finalize-non-sequence-stackCharles Harris2023-01-172-6/+6
| |\ \ \
| | * | | DEP: Finalize the non-sequence stacking deprecationSebastian Berg2023-01-172-6/+6
| | |/ /
| * | | MAINT: Fix stacklevels for the new C dispatcher not adding oneSebastian Berg2023-01-173-13/+13
| * | | ENH: Improve array function overhead by using vectorcallSebastian Berg2023-01-172-44/+9
| * | | DOC: #22266 Add examples for tril_indices_from(), triu_indices_from() (#22562)Richie Cotton2023-01-161-2/+69
| |/ /
| * | ENH: Faster numpy.load (try/except _filter_header) (#22916)Michael2023-01-132-5/+20
| * | ENH: Improve loadtxt error with dtype and non-matchinig column number (#22996)Sebastian Berg2023-01-111-1/+10
| * | BUG: np.loadtxt cannot load text file with quoted fields separated by whitesp...dmbelov2023-01-012-0/+22
| |/
| * DOC: Add blurb about rotation direction to rot90 docstring (#22880)Matthew Muresan2022-12-291-0/+2
| * BUG: Fix integer overflow in in1d for mixed integer dtypes #22877 (#22878)Miles Cranmer2022-12-252-4/+55
| * Merge pull request #22869 from seberg/issue-22835Charles Harris2022-12-221-0/+2
| |\