Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #20647 from WarrenWeckesser/doc-failunlesswriteable | Charles Harris | 2021-12-27 | 1 | -8/+8 |
|\ | |||||
| * | DOC: Add PyArray_FailUnlessWriteable to the online C-API docs. | warren | 2021-12-22 | 1 | -8/+8 |
* | | STY: Wrap long lines in linalg test. | DWesl | 2021-12-24 | 1 | -4/+9 |
* | | TST: Mark the failing tests as xfail. | DWesl | 2021-12-24 | 1 | -18/+30 |
* | | Merge pull request #20380 from WarrenWeckesser/doc-fix-mvn-example | Matti Picus | 2021-12-24 | 2 | -10/+56 |
|\ \ | |||||
| * | | DOC: random: Tweak notation in multivariate_normal docstrings for consistency. | warren | 2021-12-05 | 2 | -2/+2 |
| * | | DOC: random: Add more details to the bivariate normal example. | warren | 2021-12-05 | 2 | -6/+40 |
| * | | Merge branch 'main' into doc-fix-mvn-example | warren | 2021-12-03 | 70 | -662/+1161 |
| |\ \ | |||||
| * | | | DOC: random: Replace the last multivariate_normal example with a plot. | warren | 2021-12-03 | 2 | -8/+20 |
| * | | | DOC: random: Fix a comment and example in the multivariate_normal docstring. | warren | 2021-11-15 | 2 | -8/+8 |
* | | | | Merge pull request #20416 from ARCCA/armcompiler | Matti Picus | 2021-12-24 | 6 | -5/+165 |
|\ \ \ \ | |||||
| * | | | | Update armccompiler.py | Thomas Green | 2021-12-14 | 1 | -3/+3 |
| * | | | | Merge branch 'numpy:main' into armcompiler | Thomas Green | 2021-12-08 | 84 | -1353/+2079 |
| |\ \ \ \ | |||||
| * | | | | | Update test_public_api.py | Thomas Green | 2021-12-02 | 1 | -0/+2 |
| * | | | | | Update __init__.py | Thomas Green | 2021-12-02 | 1 | -2/+3 |
| * | | | | | Update armccompiler.py | Thomas Green | 2021-12-02 | 1 | -7/+12 |
| * | | | | | Update system_info.py | Thomas Green | 2021-12-02 | 1 | -6/+5 |
| * | | | | | Add armpl as blas/lapack provider | Thomas Green | 2021-11-16 | 1 | -3/+57 |
| * | | | | | Create arm.py | Thomas Green | 2021-11-16 | 1 | -0/+73 |
| * | | | | | Update __init__.py | Thomas Green | 2021-11-16 | 1 | -1/+1 |
| * | | | | | Update ccompiler.py | Thomas Green | 2021-11-16 | 1 | -0/+3 |
| * | | | | | Create armccompiler.py | Thomas Green | 2021-11-16 | 1 | -0/+23 |
* | | | | | | Merge pull request #20505 from scratchmex/ma_average | Matti Picus | 2021-12-24 | 2 | -1/+27 |
|\ \ \ \ \ \ | |||||
| * | | | | | | BUG: fix `ma.average` not working well with nan weights | Ivan Gonzalez | 2021-12-02 | 2 | -1/+27 |
* | | | | | | | Merge pull request #20594 from seberg/fixup-setstate | Matti Picus | 2021-12-24 | 5 | -47/+85 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | See if freeing nbytes or 1 works when nbytes-allocated does not | Sebastian Berg | 2021-12-16 | 1 | -5/+8 |
| * | | | | | | | MAINT: Use `PyArray_NBYTES_ALLOCATED` for data setting | Sebastian Berg | 2021-12-15 | 1 | -9/+1 |
| * | | | | | | | BUG: Fix setstate logic for empty arrays | Sebastian Berg | 2021-12-15 | 4 | -34/+77 |
* | | | | | | | | Merge pull request #20652 from BvB93/sty | Charles Harris | 2021-12-23 | 110 | -1316/+1184 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | |||||
| * | | | | | | | STY: Use subscriptable `collections.abc` types over the generic aliases in … | Bas van Beek | 2021-12-23 | 43 | -83/+70 |
| * | | | | | | | STY: Use subscriptable `builtins` types over the generic aliases in `typing` | Bas van Beek | 2021-12-23 | 97 | -741/+648 |
| * | | | | | | | STY: Replace `Union` with the `|` operator | Bas van Beek | 2021-12-22 | 22 | -178/+159 |
| * | | | | | | | STY: Replace `Optional` with the `|` operator | Bas van Beek | 2021-12-22 | 13 | -382/+375 |
* | | | | | | | | Merge pull request #20640 from isuruf/spawn | Ralf Gommers | 2021-12-22 | 1 | -3/+5 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | BUG: Support env argument in CCompiler.spawn | Isuru Fernando | 2021-12-22 | 1 | -3/+5 |
| |/ / / / / / / | |||||
* | | | | | | | | PERF: Speed up check_constraint checks | Kevin Sheppard | 2021-12-22 | 1 | -2/+3 |
|/ / / / / / / | |||||
* | | | | | | | MAINT: Use intp output param viewable casts/methods (#20176) | Sebastian Berg | 2021-12-20 | 17 | -210/+509 |
* | | | | | | | Merge pull request #20621 from WarrenWeckesser/check-writeable | Charles Harris | 2021-12-20 | 4 | -0/+27 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | BUG: random: Check 'writeable' flag in 'shuffle' and 'permuted'. | warren | 2021-12-18 | 4 | -0/+27 |
* | | | | | | | | BUG: f2py: Simplify creation of an exception message. Closes gh-19000. | Warren Weckesser | 2021-12-20 | 1 | -16/+12 |
* | | | | | | | | DEP: remove NPY_ARRAY_UPDATEIFCOPY, deprecated in 1.14 (#20589) | Matti Picus | 2021-12-18 | 27 | -263/+32 |
|/ / / / / / / | |||||
* | | | | | | | Merge pull request #20616 from seberg/hack-for-boost-python | Charles Harris | 2021-12-17 | 1 | -0/+18 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | MAINT: Help boost::python libraries at least not crash | Sebastian Berg | 2021-12-17 | 1 | -0/+18 |
* | | | | | | | | Merge pull request #20611 from BvB93/mypy | Charles Harris | 2021-12-17 | 1 | -5/+5 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | TST: Fix mypy 0.920-related test failures | Bas van Beek | 2021-12-16 | 1 | -5/+5 |
* | | | | | | | | BUG: Protect kahan_sum from empty arrays | Kevin Sheppard | 2021-12-17 | 1 | -0/+15 |
* | | | | | | | | ENH: add ndmin to `genfromtxt` behaving the same as `loadtxt` (#20500) | Ivan Gonzalez | 2021-12-16 | 4 | -27/+133 |
* | | | | | | | | Merge pull request #20587 from BvB93/comments | Charles Harris | 2021-12-16 | 4 | -3/+79 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | MAINT: Add `np.rec.array` overloads for `None` and file-like objects | Bas van Beek | 2021-12-15 | 2 | -0/+75 |
| * | | | | | | | | MAINT: Allow the `loadtxt` comments parameter to be `None` | Bas van Beek | 2021-12-15 | 2 | -3/+4 |