summaryrefslogtreecommitdiff
path: root/numpy/core/numeric.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Make like= in Python functions strictPeter Andreas Entschev2020-11-161-5/+25
* 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
* ENH: Add keepdims argument to count_nonzero (gh-15870)Warren Weckesser2020-03-311-9/+20
* MAINT: Replace basestring with str.Charles Harris2020-01-231-2/+1
* MAINT: Clean up, mostly unused imports.Warren Weckesser2020-01-231-2/+1
* [MAINT] Cleanup python2 sys.version checksSeth Troisi2020-01-201-6/+0
* Update doc for np.fullHao Jin2020-01-071-1/+5
* Merge pull request #15256 from eric-wieser/use-keyword-only-argumentsMatti Picus2020-01-061-2/+1
|\
| * MAINT: Implement keyword-only arguments as syntaxEric Wieser2020-01-061-2/+1
* | MAINT: Remove Python2 newbuffer getbufferSeth Troisi2020-01-051-5/+0
|/
* MAINT: Remove unused int_asbufferJon Dufresne2020-01-041-2/+2
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* DOC: update docstring of allclose to clarify how NaN's are handled.johann.faouzi2019-10-181-4/+4
* Merge pull request #14699 from mattip/doc-warningsRalf Gommers2019-10-181-1/+1
|\
| * DOC: convert `None` to bare None or ``None``mattip2019-10-151-1/+1
* | Merge pull request #14342 from raamana/is_scalar_docsMatti Picus2019-10-161-11/+15
|\ \
| * | help to identify a numeric scalarPradeep Reddy Raamana2019-08-231-4/+8
| * | renamed the input arg to remove hint it is geared for numbersPradeep Reddy Raamana2019-08-231-7/+7
* | | Merge branch 'master' into masterEric Wieser2019-10-151-873/+310
|\ \ \ | | |/ | |/|
| * | DEP: Complete deprecation of invalid array orderSeth Troisi2019-09-261-2/+2
| * | ENH: Always produce a consistent shape in the result of `argwhere`Eric Wieser2019-09-051-2/+11
| |/
| * Merge pull request #14256 from kritisingh1/dep6Matti Picus2019-08-201-33/+1
| |\
| | * DEP: Deprecate load/dump functions in favour of pickle methodskritisingh12019-08-191-33/+1
| * | BUG: core: Handle large negative np.int64 args in binary_repr.Warren Weckesser2019-08-181-0/+4
| |/
| * DOC: Fix misleading `allclose` docstring for `equal_nan` (gh-14183)Antoine Dechaume2019-08-021-1/+1
| * DOC: Add return section to linalg.matrix_rank & tensordotJohn Law2019-05-271-0/+5
| * DOC: fixed formatting on isfortran docjeremycl012019-05-251-3/+3
| * DOC: update isfortran docs with return valuejeremycl012019-05-251-3/+8
| * ENH: Add sparse option to np.core.numeric.indices (#13506)Alexander Blinne2019-05-211-14/+45
| * Merge pull request #13499 from Bharat123rox/file-closingEric Wieser2019-05-121-1/+2
| |\
| | * Use with statement to open/close files to fix LGTM alertsBharat123rox2019-05-071-1/+2
| * | ENH: Add shape to *_like() array creation (#13046)Peter Andreas Entschev2019-04-251-9/+27
| |/
| * MAINT: Move umath error helpers into their own moduleEric Wieser2019-04-131-443/+7
| * MAINT: Move asarray helpers into their own moduleEric Wieser2019-04-131-309/+6
| * MAINT: Move exceptions from core._internal to core._exceptionsEric Wieser2019-04-131-1/+1
| * Fix spacing issue in tensordot docstringDaniel Lawrence2019-03-021-2/+2
| * DOC: Removed incorrect claim regarding shape constraints for np.tensordot()Daniel Lawrence2019-03-021-10/+8
| * MAINT: Move pickle import to numpy.compatCharles Harris2019-02-211-9/+1
| * Restore spacingBharat123Rox2019-02-181-0/+1
| * DOC: Fix numpy#12959 by including negative shiftsBharat123Rox2019-02-181-1/+11
| * Make errstate a ContextDecoratorNimish Telang2019-01-171-2/+8
| * TST, DOC: enable refguide_checkTyler Reddy2018-12-141-102/+97
| * Merge pull request #12443 from rth/set-litteralEric Wieser2018-12-011-2/+2
| |\