summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* MAINT, BLD: Disable spr for clangCharles Harris2023-05-111-0/+4
* BUG: fix the method for checking local files (#23728)Hongyang Peng2023-05-092-1/+12
* Merge pull request #23705 from seberg/windowing-annoyanceCharles Harris2023-05-081-10/+38
|\
| * MAINT: Reorganize the way windowing functions ensure float64 resultSebastian Berg2023-05-031-10/+38
* | TYP,BUG: Add annotations for missing `max`, `min` and `round` aliasesBas van Beek2023-05-081-0/+4
* | TYP: Re-export the `np.dtypes` namespaceBas van Beek2023-05-082-0/+2
* | TYP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue`Bas van Beek2023-05-081-6/+0
* | TYP: Deprecate `np.round_`Bas van Beek2023-05-083-4/+1
* | TYP: Add the `np.exceptions` namespace and add `DTypePromotionError`Bas van Beek2023-05-083-21/+28
* | TYP: Let `np.einsum` accept `object` dtypesBas van Beek2023-05-083-9/+52
* | Merge pull request #23709 from scoder/cython3_noexceptMatti Picus2023-05-076-34/+34
|\ \
| * | Also annotate the implementation of the kahan_sum() function, not just the de...Stefan Behnel2023-05-041-1/+1
| * | Revert useless changes.Stefan Behnel2023-05-042-15/+15
| * | Merge branch 'main' into cython3_noexceptscoder2023-05-041149-54039/+183145
| |\ \
| * | | Add "noexcept" markers to functions that do not raise exceptions.Stefan Behnel2023-05-045-45/+45
* | | | Merge pull request #23726 from neutrinoceros/fix_numpy_testing_assert_array_l...Matti Picus2023-05-071-1/+1
|\ \ \ \
| * | | | DOC: fix incorrect description of raise condition in numpy.testing.assert_arr...Clément Robert2023-05-051-1/+1
* | | | | Merge pull request #23713 from seberg/uint-int-comparisonsCharles Harris2023-05-065-23/+173
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ENH: Make signed/unsigned integer comparisons exactSebastian Berg2023-05-045-23/+173
| | |_|/ | |/| |
* | | | 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