summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | BENCH: Rework whitespaceRohit Goswami2023-03-045-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Please lets get a linter approved soon... Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
| * | | | | | | | | | | | | | | | BENCH: Better usage of np.randomRohit Goswami2023-03-042-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
| * | | | | | | | | | | | | | | | BENCH: Minor naming changesRohit Goswami2023-03-042-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
| * | | | | | | | | | | | | | | | BENCH: Use operator where possibleRohit Goswami2023-03-041-9/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
| * | | | | | | | | | | | | | | | BENCH: Update to handle bool for DLPackRohit Goswami2023-03-042-2/+6
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | BENCH: Refactor as per review commentsRohit Goswami2023-03-042-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
| * | | | | | | | | | | | | | | | BENCH: Add manipulation functionsRohit Goswami2023-03-041-0/+104
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | BENCH: Add some documentationRohit Goswami2023-03-041-1/+2
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | BENCH: Add from_dlpackRohit Goswami2023-03-041-0/+19
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | BENCH: Add meshgridRohit Goswami2023-03-041-0/+16
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | BENCH: Add astypeRohit Goswami2023-03-041-0/+17
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | MAINT: Appease linterRohit Goswami2023-03-041-5/+6
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | BENCH: Add transpose() and vdot()Rohit Goswami2023-03-041-0/+22
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | BENCH: Add variants of uniqueRohit Goswami2023-03-041-2/+15
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | BUG,BENCH: Ensure np.nans in np.unique benchmarksRohit Goswami2023-03-041-1/+3
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | BENCH: Add creation functionsRohit Goswami2023-03-041-0/+41
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | MAINT: Fixup BENCH to appease linterRohit Goswami2023-03-043-7/+7
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | BENCH: Add ndarray stats method callsRohit Goswami2023-03-041-10/+36
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | MAINT: Kill unusedRohit Goswami2023-03-041-7/+0
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | BENCH: Add remaining ndarray dunder methodsRohit Goswami2023-03-041-16/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With the exception of __index__ which is benchmarked anyway
| * | | | | | | | | | | | | | | | MAINT,BENCH: Rework to skip benchmarksRohit Goswami2023-03-041-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using the slightly less documented NotImplementedError in setup to skip
| * | | | | | | | | | | | | | | | BENCH: Rework numpy stats reductionsRohit Goswami2023-03-041-6/+25
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | MAINT: Minor cleanup of benchmarking toolsRohit Goswami2023-03-041-31/+23
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | BENCH: Add ndarray get,set itemsRohit Goswami2023-03-041-6/+32
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | BENCH: Add 0d ndarray benchmarksRohit Goswami2023-03-041-6/+19
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | BENCH: Refactor and add 0-argument ndarray methodsRohit Goswami2023-03-042-11/+53
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | BENCH: Init benchmarks for 1 arg ndarray methodsRohit Goswami2023-03-041-6/+45
| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | BENCH: Add real and round ufuncsRohit Goswami2023-03-041-3/+3
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | DOC: Remove descriptions of non-existent C-types (#23584)yuki2023-04-131-16/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Specifically PyUFuncLoopObject and PyUFuncReduceObject
* | | | | | | | | | | | | | | | | DOC: Add example for Polynomial.degree(). (#23530)Stefanie Molin2023-04-131-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Include additional example about 0-coefficients and the trim method. Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* | | | | | | | | | | | | | | | | Merge pull request #23581 from andyfaff/typoCharles Harris2023-04-131-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | CI: .cirrus.star typo
| * | | | | | | | | | | | | | | | CI: .cirrus.star typoAndrew Nelson2023-04-141-1/+1
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | DOC: Add Examples section to np.ma.sort docstring (#23392)Somasree Majumder2023-04-131-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* | | | | | | | | | | | | | | | CI: fix Circle CI doc build html preview link (#23578)Ralf Gommers2023-04-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note that this token should be a personal token. In this case, it is one I created. [skip cirrus] [skip azp]
* | | | | | | | | | | | | | | | Merge pull request #23573 from ↵Charles Harris2023-04-129-30/+30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | numpy/dependabot/github_actions/actions/checkout-3.5.1 MAINT: Bump actions/checkout from 3.5.0 to 3.5.1
| * | | | | | | | | | | | | | | | MAINT: Bump actions/checkout from 3.5.0 to 3.5.1dependabot[bot]2023-04-129-30/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.5.0...83b7061638ee4956cf7545a6f7efe594e5ad0247) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | | | | | | | | | | | Merge pull request #23572 from ↵Charles Harris2023-04-121-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | numpy/dependabot/github_actions/larsoner/circleci-artifacts-redirector-action-0a7552bf8cf99cbd40a8928fa48e858e205b98c8 MAINT: Bump larsoner/circleci-artifacts-redirector-action
| * | | | | | | | | | | | | | | | MAINT: Bump larsoner/circleci-artifacts-redirector-actiondependabot[bot]2023-04-121-1/+1
|/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [larsoner/circleci-artifacts-redirector-action](https://github.com/larsoner/circleci-artifacts-redirector-action) from 24d48fa16ba1f5e23907ebcb74150363d37499d3 to 0a7552bf8cf99cbd40a8928fa48e858e205b98c8. - [Release notes](https://github.com/larsoner/circleci-artifacts-redirector-action/releases) - [Commits](https://github.com/larsoner/circleci-artifacts-redirector-action/compare/24d48fa16ba1f5e23907ebcb74150363d37499d3...0a7552bf8cf99cbd40a8928fa48e858e205b98c8) --- updated-dependencies: - dependency-name: larsoner/circleci-artifacts-redirector-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | | | | | | | | | | Merge pull request #23275 from byrdie/bugfix/logspace-base-broadcastSebastian Berg2023-04-123-5/+51
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | | | ENH: Modify `np.logspace` so that the `base` argument broadcasts against `start` and `stop`
| * | | | | | | | | | | | | | | ENH: Modify `numpy.logspace` so that the `base` argument broadcasts ↵Roy Smart2023-03-063-5/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | correctly against `start` and `stop`.
* | | | | | | | | | | | | | | | Merge pull request #23571 from ↵Charles Harris2023-04-111-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | numpy/dependabot/github_actions/larsoner/circleci-artifacts-redirector-action-24d48fa16ba1f5e23907ebcb74150363d37499d3 MAINT: Bump larsoner/circleci-artifacts-redirector-action
| * | | | | | | | | | | | | | | | MAINT: Bump larsoner/circleci-artifacts-redirector-actiondependabot[bot]2023-04-111-1/+1
|/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [larsoner/circleci-artifacts-redirector-action](https://github.com/larsoner/circleci-artifacts-redirector-action) from 1e28a97d7b1e273a8f78ed4692bfd10f84706a45 to 24d48fa16ba1f5e23907ebcb74150363d37499d3. - [Release notes](https://github.com/larsoner/circleci-artifacts-redirector-action/releases) - [Commits](https://github.com/larsoner/circleci-artifacts-redirector-action/compare/1e28a97d7b1e273a8f78ed4692bfd10f84706a45...24d48fa16ba1f5e23907ebcb74150363d37499d3) --- updated-dependencies: - dependency-name: larsoner/circleci-artifacts-redirector-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | | | | | | | | | | MAINT: remove usages of sys.exc_info (#23568)Irit Katriel2023-04-111-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is similar to #15248, removing the remaining usages of sys.exc_info() that are no longer necessary.
* | | | | | | | | | | | | | | | BUG: accept zeros on numpy.random dirichlet function (#23440)Paulo Almeida2023-04-112-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changed alpha value error to pass a null value. This way, dirichlet function (on the generator, not mtrand) won't raise a value exception at 0. Also added test.
* | | | | | | | | | | | | | | | Merge pull request #23569 from andyfaff/new_policySebastian Berg2023-04-111-2/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TST: try readding test_new_policy on musl
| * | | | | | | | | | | | | | | | TST: try readding test_new_policy on muslAndrew Nelson2023-04-111-2/+1
|/ / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | Merge pull request #23566 from r-devulap/ciCharles Harris2023-04-101-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CI: disable intel_spr_sde_test for now
| * | | | | | | | | | | | | | | | CI: disable intel_spr_sde_test for nowRaghuveer Devulapalli2023-04-101-0/+1
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | DOC: Update wording and xref domain from polynomial roots docstring #23374 ↵Younes2023-04-101-1/+1
|/ / / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#23382)
* | | | | | | | | | | | | | | | DOC: Add docstring examples for np.ma.right_shift (#23393)Somasree Majumder2023-04-101-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Charles Harris <charlesr.harris@gmail.com> Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>