summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update doc/source/reference/arrays.dtypes.rstNathan Goldbaum2022-12-151-2/+2
* DOC: update discussion in dtypes docs that references Python 2Nathan Goldbaum2022-12-151-9/+9
* Merge pull request #22804 from rgommers/revert-header-changeSebastian Berg2022-12-151-0/+52
|\
| * REV: revert change to `numpyconfig.h` for sizeof(type) hardcoding on macOSRalf Gommers2022-12-151-0/+52
|/
* Merge pull request #22784 from eerovaher/percentile-plot-legendSebastian Berg2022-12-151-1/+2
|\
| * DOC: Fix legend placement in `percentile` docsEero Vaher2022-12-121-1/+2
* | Merge pull request #22803 from mattip/codegen-cleanupSebastian Berg2022-12-156-52/+6
|\ \
| * | MAINT: remove unused API documentation generationmattip2022-12-156-52/+6
|/ /
* | Merge pull request #22167 from Developer-Ecosystem-Engineering/add_simd_bool_...Matti Picus2022-12-158-337/+426
|\ \
| * | ENG, SIMD: Dispatch bool (invert, add, fmax, fmin...)Sayed Adel2022-12-082-34/+62
| * | Use mask_to_true() for logical_not to save a few opsDeveloper-Ecosystem-Engineering2022-12-071-8/+16
| * | Remote setup.py.orig and use npyv_any/allDeveloper-Ecosystem-Engineering2022-12-072-1180/+3
| * | Fix smoke test running without NPY_SIMDDeveloper-Ecosystem-Engineering2022-12-061-13/+18
| * | Finish adopting universal intrinsics to fix AVX2/AVX512 tests.Developer-Ecosystem-Engineering2022-12-061-54/+0
| * | Add loops_logical.dispatch.c.src to meson.buildDeveloper-Ecosystem-Engineering2022-12-061-0/+1
| * | Update numpy/core/src/umath/loops_logical.dispatch.c.srcDeveloper-Ecosystem-Engineering2022-12-061-31/+0
| * | Update numpy/core/src/umath/loops_logical.dispatch.c.srcDeveloper-Ecosystem-Engineering2022-12-061-1/+1
| * | Update numpy/core/src/umath/loops_logical.dispatch.c.srcDeveloper-Ecosystem-Engineering2022-12-061-1/+3
| * | ENH: Add SIMD versions of bool logical_and, logical_or, logical_not and absoluteDeveloper-Ecosystem-Engineering2022-12-068-307/+1614
* | | Merge pull request #22800 from ngoldbaum/testing-docs-fixCharles Harris2022-12-142-1/+5
|\ \ \
| * | | DOC: mention installing test dependencies in testing instructionsNathan Goldbaum2022-12-142-1/+5
* | | | Merge pull request #22801 from ngoldbaum/rm-forward-declareCharles Harris2022-12-141-3/+0
|\ \ \ \
| * | | | MAINT: remove unnecessary forward declaration of _convert_from_anyNathan Goldbaum2022-12-141-3/+0
| |/ / /
* | | | Merge pull request #22802 from rgommers/fix-arm64-linkage-issueCharles Harris2022-12-141-0/+3
|\ \ \ \ | |/ / / |/| | |
| * | | BLD: fix issue in npymath on macOS arm64 in the Meson buildRalf Gommers2022-12-141-0/+3
|/ / /
* | | Merge pull request #22794 from melissawm/windows-doc-makefileCharles Harris2022-12-141-0/+74
|\ \ \
| * | | DOC: Add minimal windows bat file for building the docsmelissawm2022-12-131-0/+74
* | | | Merge pull request #22798 from seberg/pytest-leaksCharles Harris2022-12-142-3/+3
|\ \ \ \
| * | | | BUG: Fix refcounting errors found using pytest-leaksSebastian Berg2022-12-142-3/+3
* | | | | Merge pull request #22799 from seberg/remove-xfailsCharles Harris2022-12-141-1/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | TST: Remove outdated xfail from quantile testsSebastian Berg2022-12-141-1/+0
|/ / / /
* | | | Merge pull request #22792 from ngoldbaum/fix-unaligned-error-messageSebastian Berg2022-12-141-2/+3
|\ \ \ \
| * | | | MAINT: elaborate on error message for unaligned casting specNathan Goldbaum2022-12-131-2/+3
| |/ / /
* | | | Merge pull request #22791 from hawkinsp/floatbarrierCharles Harris2022-12-132-3/+3
|\ \ \ \
| * | | | Change argument to npy_floatstatus_..._barrier() functions to ensure itPeter Hawkins2022-12-132-3/+3
| |/ / /
* | | | Merge pull request #22789 from seberg/issue-22787Charles Harris2022-12-132-9/+11
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: Fix infinite recursion in longdouble/large integer scalar opsSebastian Berg2022-12-132-9/+11
| | |/ | |/|
* | | MAINT: Remove two TODO notes that got outdated (#22788)Sebastian Berg2022-12-132-12/+3
|/ /
* | Merge pull request #22763 from ngoldbaum/legacy-dtype-check-unsizedSebastian Berg2022-12-122-3/+11
|\ \
| * | MAINT: allow unsized NEP 42 user-defined dtypesNathan Goldbaum2022-12-092-3/+11
* | | Merge pull request #22732 from ganesh-k13/add_pullMatti Picus2022-12-111-0/+4
|\ \ \
| * | | DOC: Add instruction to do `git pull`ganesh-k132022-12-051-0/+4
* | | | Merge pull request #22775 from eltociear/patch-6Melissa Weber Mendonça2022-12-111-2/+2
|\ \ \ \
| * | | | DOC: fix typo in basics.dispatch.rstIkko Ashimine2022-12-111-2/+2
|/ / / /
* | | | DOC: Add random generator exponential example (#22284)lzha972022-12-102-0/+32
| |/ / |/| |
* | | DOC: add numerical integration of x^2 to trapz (#22681)Manuchehr Aminian2022-12-081-7/+23
* | | BUG: Quantile function on complex number now throws an error (#22652) (#22703)Matteo Raso2022-12-084-15/+67
* | | CI: fix CIRRUS_TAG check when tagging. Closes #22730 (#22752)Andrew Nelson2022-12-071-6/+12
* | | BUG: fix unexpected return of np.pad with mode=wrap (#22575)LU2022-12-073-13/+44
* | | Merge pull request #22753 from seberg/deepcopy-cleanupMatti Picus2022-12-071-53/+62
|\ \ \