summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* DOC: Rewrite docstrings of `ogrid` and `mgrid`Yuki2023-05-061-15/+13
* Bug: Fix compilation of halffloat with gcc 13.1Sayed Adel2023-05-042-1/+2
* Merge pull request #23435 from r-devulap/spr-simd-sortMatti Picus2023-05-042-4/+12
|\
| * ENH: Use x86-simd-sort to disptch avx512_qsort<_Float16>Raghuveer Devulapalli2023-04-051-4/+12
| * MAINT: Update x86-simd-sort to latest commitRaghuveer Devulapalli2023-04-051-0/+0
* | Merge pull request #23706 from seberg/testing-gfuncsSebastian Berg2023-05-031-68/+13
|\ \
| * | MAINT: Remove gisnan, gisinf, and gisfinite from testing codeSebastian Berg2023-05-031-68/+13
* | | Merge pull request #23699 from ngoldbaum/repeat-remove-array-increfSebastian Berg2023-05-032-14/+101
|\ \ \ | |/ / |/| |
| * | TST: test object dtype in test_repeatNathan Goldbaum2023-05-031-2/+3
| * | MAINT: apply specialization optimizationNathan Goldbaum2023-05-021-23/+83
| * | MAINT: refactor to use chunked castsNathan Goldbaum2023-05-021-8/+9
| * | MAINT: refactor PyArray_Repeat to avoid PyArray_INCREFNathan Goldbaum2023-05-021-2/+27
* | | Merge pull request #22137 from Micky774/enable_simdMatti Picus2023-05-033-53/+312
|\ \ \
| * | | ENH: add NPY_ENABLE_CPU_FEATURES to allow limiting set of enabled featuresMeekail Zain2023-04-083-53/+312
* | | | Merge pull request #23700 from rossbar/doc/fix-23664Sebastian Berg2023-05-021-8/+7
|\ \ \ \
| * | | | 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
* | | | | xfail underflowing scalar sinChris Sidebottom2023-05-021-0/+4
* | | | | Add test case for underflow exceptionChris Sidebottom2023-05-021-0/+10
* | | | | BUG: Correct sin/cos float64 range check functionsChris Sidebottom2023-05-021-2/+2
| |_|/ / |/| | |
* | | | MAINT: random: In a test module, don't use a global non-deterministically Gen...warren2023-05-011-24/+21
* | | | BUG: random: Don't return negative values from Generator.geometric.warren2023-04-302-1/+16
* | | | BUG: Fix masked array ravel order for A (and somewhat K)Sebastian Berg2023-04-282-1/+3
* | | | Merge pull request #23600 from HaoZeke/f2pyFuncFix_23598Sebastian Berg2023-04-286-1/+57
|\ \ \ \
| * \ \ \ Merge branch 'main' into f2pyFuncFix_23598Sebastian Berg2023-04-2649-986/+1734
| |\ \ \ \ | | |/ / /
| * | | | TST: Add a test for the f2py function wrapper fileRohit Goswami2023-04-172-0/+33
| * | | | BUG: Ensure function wrappers have consistent argsRohit Goswami2023-04-171-0/+6
| * | | | MAINT: Fix tests for f2py inferred return typesRohit Goswami2023-04-161-2/+5
| * | | | BUG: Fix return types for functions in f2pyRohit Goswami2023-04-161-0/+2
| * | | | TST: Add a test for gh-23598Rohit Goswami2023-04-162-1/+13
* | | | | TST: add tests for numpy.quantile (#23129)Christian Lorentzen2023-04-281-5/+100
* | | | | Merge pull request #23528 from seberg/allow-backcomp-buildsMatti Picus2023-04-2810-57/+155
|\ \ \ \ \
| * | | | | Apply suggestions from code reviewSebastian Berg2023-04-281-2/+2
| * | | | | DOC: Align default with what the NEP draft saysSebastian Berg2023-04-251-2/+2
| * | | | | MAINT,DOC: Update based on Ralf's reviewSebastian Berg2023-04-201-7/+1
| * | | | | Tweak to just warn for low versionsSebastian Berg2023-04-061-9/+9
| * | | | | TST,DOC: Avoid spaces to hopefully ensure more info on error and fix memtestsSebastian Berg2023-04-042-1/+2
| * | | | | BUG: Fix typo in new version checksSebastian Berg2023-04-041-1/+1
| * | | | | MAINT: Bump version in mesonSebastian Berg2023-04-041-1/+2
| * | | | | ENH: Allow compiling compatibly to old NumPy versionsSebastian Berg2023-04-047-23/+84
| * | | | | BLD: Add support for NPY_TARGET_VERSION macroSebastian Berg2023-04-043-33/+74
* | | | | | Merge pull request #18053 from Iamsoto/adding_object_to_einsumSebastian Berg2023-04-286-49/+231
|\ \ \ \ \ \
| * | | | | | fixes from reviewmattip2023-04-273-24/+36
| * | | | | | MAINT: expand PyArray_AssignZero to handle object dtypemattip2023-03-303-38/+24
| * | | | | | TST: add test for 5e6e5863 (issue gh-23492)mattip2023-03-301-1/+4
| * | | | | | TST: fix tests for einsum returning a python objectmattip2023-03-301-2/+6
| * | | | | | BUG: work around shortcoming in PyArray_AssignZero for object dtypemattip2023-03-301-2/+15
| * | | | | | BUG: only check PyErr_Occurred if Python C-API is neededmattip2023-03-301-4/+8
| * | | | | | BUG: if dtype is object, do outbuf[:] = 0 rather than memsetmattip2023-03-301-1/+13