summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* REV: revert change to `numpyconfig.h` for sizeof(type) hardcoding on macOSRalf Gommers2022-12-151-0/+52
* Merge pull request #22795 from charris/backport-22791Charles Harris2022-12-132-3/+3
|\
| * Change argument to npy_floatstatus_..._barrier() functions to ensure itPeter Hawkins2022-12-132-3/+3
* | BUG: Fix infinite recursion in longdouble/large integer scalar opsSebastian Berg2022-12-132-9/+11
|/
* Merge pull request #22761 from charris/backport-22753Charles Harris2022-12-081-53/+62
|\
| * BUG: Fix deepcopy cleanup on errorSebastian Berg2022-12-071-53/+62
* | Merge pull request #22759 from charris/backport-22750Charles Harris2022-12-082-10/+21
|\ \
| * | BUG, SIMD: Fix rounding large numbers >= 2^52 on SSE2Sayed Adel2022-12-072-10/+21
| |/
* | DOC: Some updates to the array_api compat document (#22747)Aaron Meurer2022-12-071-0/+1
|/
* Merge pull request #22749 from charris/backport-22738Charles Harris2022-12-061-0/+8
|\
| * MAINT: check if PyArrayDTypeMeta_Spec->casts is setNathan Goldbaum2022-12-061-0/+8
* | Merge pull request #22748 from charris/backport-22721Charles Harris2022-12-066-33/+175
|\ \
| * | BUG: `keepdims=True` is ignored if `out` is not `None` in `numpy.median()`, `...Roy Smart2022-12-066-33/+175
| |/
* | BUG: Fix some valgrind errors (and probably harmless warnings)Sebastian Berg2022-12-062-5/+8
|/
* TST: Skip when numba/numpy compat issues cause SystemErrorSebastian Berg2022-12-021-1/+2
* Merge pull request #22699 from charris/backport-22676Charles Harris2022-11-302-1/+11
|\
| * Update numpy/core/tests/test_dtype.pySebastian Berg2022-11-301-1/+1
| * BUG: Ensure string aliases `"int0"`, etc. remain valid for nowSebastian Berg2022-11-302-1/+11
* | Merge pull request #22697 from charris/backport-22646Charles Harris2022-11-308-52/+52
|\ \
| * | Rename symbols in textreading/ that may clash when statically linked.Peter Hawkins2022-11-308-52/+52
| |/
* | Merge pull request #22698 from charris/backport-22653Charles Harris2022-11-301-0/+6
|\ \
| * | [MAINT] check user-defined dtype has an ensure_canonical implementationNathan Goldbaum2022-11-301-0/+6
| |/
* | BUILD: revert function() -> #define for 3 npymath functionsmattip2022-11-303-4/+38
|/
* 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