summaryrefslogtreecommitdiff
path: root/numpy/core/numeric.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: add back reference.Ross Barnowski2023-05-021-3/+3
* DOC: fix reference formatting.Ross Barnowski2023-05-021-3/+3
* DOC: fix indexing inconsistency in outer docstring.Ross Barnowski2023-05-021-6/+5
* MAINT: switch min/max with amin/amax, and add them to html docsRalf Gommers2023-03-011-2/+3
* MAINT: Use `np._using_numpy2_behavior()` and initialize it in CSebastian Berg2023-02-101-2/+4
* STY: Make linter happy in numeric.py changesSebastian Berg2023-01-171-2/+5
* ENH: Improve array function overhead by using vectorcallSebastian Berg2023-01-171-29/+8
* API: Add new exceptions module and move exception exposed via numericSebastian Berg2022-11-301-23/+10
* DEP: fastCopyAndTranspose and PyArray_CopyAndTransposeRoss Barnowski2022-10-061-1/+1
* DOC: Clarify that `like` is not passed to `function`Matt Williams2022-09-051-1/+1
* DOC: correct docstring for numpy.correlate()Ari Cooper Davis2022-07-121-1/+1
* BUG: cross product: add dtype conversions of inputs (#20659)Omar2022-07-041-0/+4
* API: Add leading underscore to `no_nep50_warning` and `get/set_promotion_state`Sebastian Berg2022-06-151-4/+4
* API: Expose `get_promotion_state` and `set_promotion_state`Sebastian Berg2022-06-151-2/+3
* WIP: Add warning context manager and fix min_scalar for new promotionSebastian Berg2022-06-151-2/+2
* DOC: Simplify explanation/markup of correlate transformationKilian Lieret2022-04-241-2/+2
* DOC: Use r-string/escape math codeKilian Lieret2022-04-231-1/+1
* DOC: Improve math typesettingKilian Lieret2022-04-231-5/+5
* DOC: Use math modeKilian Lieret2022-04-231-5/+5
* DOC: misc fixes:Matthias Bussonnier2022-03-211-1/+1
* Merge pull request #21145 from tirthasheshpatel/fix-gh20743Matti Picus2022-03-101-2/+2
|\
| * MAINT: make np._from_dlpack publicTirth Patel2022-03-031-2/+2
* | DOC: Fix syntax highlighting for numpy.flatnonzero (#21150)Felix Divo2022-03-041-2/+2
|/
* DOC: change fill_value of full_like from scalar to array_likelorenzomammana2022-02-101-1/+7
* MAINT, DOC: discard repeated wordsDimitri Papadopoulos2022-01-131-1/+1
* DOC: np.fromfunction documentation not clear (#20396)Soumya2021-11-181-0/+8
* change from_dlpack to _dlpack, remove unused headermattip2021-11-021-2/+2
* ENH, TST: Add the from_dlpack method and test DLPack.Hameer Abbasi2021-11-021-3/+3
* DOC: Add multi-axis examples to numpy.roll docstring (#20267)vinith22021-11-011-1/+7
* DOC: update isclose and allclose notes works with bools (#19613)Yashasvi Misra2021-08-061-0/+2
* MAINT: Remove unused function _move_axis_to_0Anirudh Dagar2021-07-281-5/+0
* Merge pull request #18642 from seberg/splitup-faster-argparsing-optimize-asarrayMatti Picus2021-03-211-4/+5
|\
| * ENH: Use new argument parsing for array creation functionsSebastian Berg2021-03-181-4/+5
* | DEP: Deprecate inexact matches of mode, shift parameter parsing to CAitik Gupta2021-03-181-13/+0
|/
* Update numpy/core/numeric.pymdubravski2021-02-141-1/+3
* Update numpy/core/numeric.py mdubravski2021-02-131-1/+1
* Update numpy/core/numeric.py mdubravski2021-02-131-2/+1
* correlate fixmdubravski2021-02-121-0/+5
* BUG: Allow unmodified use of isclose, allclose, etc. with timedeltaSebastian Berg2021-02-041-2/+7
* DOC: Misc numpydoc format fixesMatthias Bussonnier2021-01-271-3/+2
* DOC: Double backticks for inline code example.Matthias Bussonnier2021-01-231-1/+1
* Harmonize quoting in (ones/fill/zeros/empty)_like documentationserge-sans-paille2020-11-211-3/+3
* TST: Fix doctest for full_likeJulia Signell2020-10-061-1/+1
* ENH: implement NEP-35's `like=` argument (gh-16935)Peter Andreas Entschev2020-08-281-6/+70
* DOC: Add note that allclose and isclose do not accept non-numeric types (#16835)Brian Soto2020-08-041-0/+4
* MAINT: Improve performance of np.full (gh-16644)dojafrat2020-06-261-1/+2
* DOC: Add math.isclose to See Also (#16283)Ben Elliston2020-05-191-0/+1
* ENH: Add equal_nan keyword argument to array_equal (gh-16128)Ross Barnowski2020-05-111-3/+31
* DOC: Update np.rollaxis docstring (#15939)Guilherme Leobas2020-05-111-3/+31
* Update Docs : point users of np.outer to np.multiply.outer (#16182)Tina Oberoi2020-05-091-2/+5