summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | MAINT: Pin rtools version on Windows.Charles Harris2023-05-031-2/+3
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | 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-034-53/+320
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ENH: add NPY_ENABLE_CPU_FEATURES to allow limiting set of enabled featuresMeekail Zain2023-04-084-53/+320
* | | | | | | | | | 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
* | | | | | | | | | | Merge pull request #23695 from Mousius/sincos-range-checksSebastian Berg2023-05-022-2/+16
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | 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
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #23696 from domdfcoding/patch-1Sebastian Berg2023-05-021-1/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | DOC: Fix link to site.cfg.exampleDominic Davis-Foster2023-05-021-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #23691 from WarrenWeckesser/geometric-maxintSebastian Berg2023-05-022-24/+36
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | 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
|/ / / / / / / / / /
* | | | | | | | | | DOC: Fix return type of `PyArray_EinsteinSum` (#23684)Yuki2023-04-291-1/+1
* | | | | | | | | | Merge pull request #23680 from seberg/ma-krakenCharles Harris2023-04-282-1/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | BUG: Fix masked array ravel order for A (and somewhat K)Sebastian Berg2023-04-282-1/+3
* | | | | | | | | | | Merge pull request #23683 from numpy/dependabot/github_actions/github/codeql-...Charles Harris2023-04-282-4/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | MAINT: Bump github/codeql-action from 2.3.1 to 2.3.2dependabot[bot]2023-04-282-4/+4
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #23682 from r-devulap/disable-ci-againCharles Harris2023-04-281-0/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | CI: Disable intel_spr_sde_test, againRaghuveer Devulapalli2023-04-281-0/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #23600 from HaoZeke/f2pyFuncFix_23598Sebastian Berg2023-04-287-2/+58
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'main' into f2pyFuncFix_23598Sebastian Berg2023-04-2679-1262/+2182
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 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,TST: No printing in f2py testsRohit Goswami2023-04-161-1/+1
| * | | | | | | | | | | 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
* | | | | | | | | | | | DOC: Fixing incorrect sentence - Boolean array indexing #23377 (#23489)Younes2023-04-281-6/+7
* | | | | | | | | | | | Merge pull request #23528 from seberg/allow-backcomp-buildsMatti Picus2023-04-2813-106/+257
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Apply suggestions from code reviewSebastian Berg2023-04-284-12/+14
| * | | | | | | | | | | | DOC: Align default with what the NEP draft saysSebastian Berg2023-04-252-3/+4
| * | | | | | | | | | | | MAINT,DOC: Update based on Ralf's reviewSebastian Berg2023-04-204-13/+12
| * | | | | | | | | | | | DOC: Add API change section to reviewer docsSebastian Berg2023-04-181-1/+28
| * | | | | | | | | | | | DOC: Start on docs about compatible downstream buildsSebastian Berg2023-04-112-48/+66
| * | | | | | | | | | | | 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