summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | BLD: fix missing `Python.h` includesRalf Gommers2022-11-255-5/+16
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #22674 from rgommers/npy-inline-cleanupRalf Gommers2022-11-2570-378/+353
|\ \ \ \ \ \
| * | | | | | MAINT: replace `NPY_INLINE` with `inline`Ralf Gommers2022-11-2570-378/+353
* | | | | | | Merge pull request #22666 from mattip/drop-sixSebastian Berg2022-11-251-2/+0
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | remove 'six' dependency from pyinstallermattip2022-11-241-2/+0
* | | | | | | MAINT: lib: A bit of flake8-driven clean up in shape_base.pywarren2022-11-241-4/+4
* | | | | | | DOC: lib: Use keepdims in a couple docstrings.warren2022-11-241-7/+9
|/ / / / / /
* | | | | | DOC: Update mode parameter description to account for shape #22643 (#22655)mkiffer2022-11-231-1/+2
|/ / / / /
* | | | | Merge pull request #22653 from ngoldbaum/ensure-canonical-checkSebastian Berg2022-11-231-0/+6
|\ \ \ \ \
| * | | | | [MAINT] check user-defined dtype has an ensure_canonical implementationNathan Goldbaum2022-11-221-0/+6
* | | | | | Merge pull request #22646 from hawkinsp/odrSebastian Berg2022-11-228-52/+52
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Rename symbols in textreading/ that may clash when statically linked.Peter Hawkins2022-11-228-52/+52
* | | | | | Merge pull request #22638 from seberg/machar-deprCharles Harris2022-11-224-32/+9
|\ \ \ \ \ \
| * | | | | | DEP: Finalize MachAr and machar deprecationsSebastian Berg2022-11-224-32/+9
| | |_|/ / / | |/| | | |
* | | | | | REL: Prepare main for NumPy 1.25.0 developmentCharles Harris2022-11-222-0/+2
| |/ / / / |/| | | |
* | | | | ENH: raise TypeError when arange() is called with string dtype (#22087)Daniel da Silva2022-11-213-61/+140
* | | | | Merge pull request #22316 from seberg/void-strctured-newSebastian Berg2022-11-216-20/+154
|\ \ \ \ \
| * | | | | DOC: Update np.void docs based on Matti's commentsSebastian Berg2022-11-211-6/+6
| * | | | | ENH: Allow creating structured void scalars by passing dtypeSebastian Berg2022-09-216-20/+154
* | | | | | Merge pull request #22436 from cmarmo/doc-masked-equalSebastian Berg2022-11-211-17/+11
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Update numpy/ma/core.pySebastian Berg2022-11-211-3/+1
| * | | | | Address reviewer comment.Chiara Marmo2022-10-171-2/+4
| * | | | | Clarify docstring of masked_valuesChiara Marmo2022-10-131-14/+8
* | | | | | Merge pull request #22607 from seberg/scalar-aliasesRalf Gommers2022-11-218-115/+67
|\ \ \ \ \ \
| * | | | | | DOC: Adjust comments on deprecated/future scalar alias based on reviewSebastian Berg2022-11-211-3/+5
| * | | | | | BUG: Fixup warning giving and remove MachAr from docsSebastian Berg2022-11-172-3/+4
| * | | | | | TYP: Remove newly deprecated scalar type aliasesSebastian Berg2022-11-173-25/+0
| * | | | | | DEP: Next step in scalar type alias deprecations/futurewarningsSebastian Berg2022-11-175-90/+64
* | | | | | | DOC: Add example for np.ma.power as part of #22269Stefanie Molin2022-11-191-0/+26
* | | | | | | DOC: testing: Fix typo: nulps -> nulpwarren2022-11-181-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | BUG: Histogramdd breaks on big arrays in Windows (#22561)Navpreet Singh2022-11-182-1/+12
* | | | | | TST: Rename setup to setup_method in _locales (#22616)Stefan van der Walt2022-11-171-2/+2
* | | | | | MAINT: remove macOS specific long double handling in numpyconfig.hRalf Gommers2022-11-171-45/+0
* | | | | | BLD: update OpenBLAS to 0.3.21 and clean up openblas download test (#22525)Matti Picus2022-11-172-0/+8
* | | | | | Merge pull request #22605 from seberg/silence-update-shape-warningCharles Harris2022-11-171-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | MAINT: (array-coercion) Silence invalid read warning in some gcc versionsSebastian Berg2022-11-171-2/+2
* | | | | | Merge pull request #22601 from seberg/issue-22599Charles Harris2022-11-161-9/+9
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | MAINT: Use C99 flexible struct construct for `NpyIter_InternalOnly`Sebastian Berg2022-11-161-9/+9
* | | | | | Merge pull request #22422 from seberg/expose-dtype-resolution-get-loopMatti Picus2022-11-163-40/+750
|\ \ \ \ \ \
| * | | | | | MAINT: Adopt changes from Stuart's reviewSebastian Berg2022-10-272-5/+2
| * | | | | | DOC: Add comment for capsule which includes name (mainly to point to docs)Sebastian Berg2022-10-271-0/+6
| * | | | | | BUG: Fix `_resolve_dtypes_and_context` refcounting error returnsSebastian Berg2022-10-271-1/+6
| * | | | | | BUG: Fix error checking of _get_strided_Loop fixed_stridesSebastian Berg2022-10-272-1/+35
| * | | | | | DOC: Apply Stuarts suggestions from code reviewSebastian Berg2022-10-272-5/+5
| * | | | | | DOC: Add examples for ufunc.resolve_dtypesSebastian Berg2022-10-251-0/+25
| * | | | | | TST: Skip ufunc loop access if `ctypes.pythonapi` is unavailableSebastian Berg2022-10-121-2/+3
| * | | | | | BUG: `ufunc.resolve_dtypes` expects descrs to be valid even on errorSebastian Berg2022-10-121-1/+1
| * | | | | | ENH: Allow reductions in `np.add.resolve_dtypes`Sebastian Berg2022-10-123-25/+76
| * | | | | | MAINT: Move add/multiple reduction special case into promotion helperSebastian Berg2022-10-121-32/+33
| * | | | | | TST: Add basic tests for lowlevel access (including direct loop call)Sebastian Berg2022-10-121-0/+97