summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20647 from WarrenWeckesser/doc-failunlesswriteableCharles Harris2021-12-271-8/+8
|\
| * DOC: Add PyArray_FailUnlessWriteable to the online C-API docs.warren2021-12-221-8/+8
* | STY: Wrap long lines in linalg test.DWesl2021-12-241-4/+9
* | TST: Mark the failing tests as xfail.DWesl2021-12-241-18/+30
* | Merge pull request #20380 from WarrenWeckesser/doc-fix-mvn-exampleMatti Picus2021-12-242-10/+56
|\ \
| * | DOC: random: Tweak notation in multivariate_normal docstrings for consistency.warren2021-12-052-2/+2
| * | DOC: random: Add more details to the bivariate normal example.warren2021-12-052-6/+40
| * | Merge branch 'main' into doc-fix-mvn-examplewarren2021-12-0370-662/+1161
| |\ \
| * | | DOC: random: Replace the last multivariate_normal example with a plot.warren2021-12-032-8/+20
| * | | DOC: random: Fix a comment and example in the multivariate_normal docstring.warren2021-11-152-8/+8
* | | | Merge pull request #20416 from ARCCA/armcompilerMatti Picus2021-12-246-5/+165
|\ \ \ \
| * | | | Update armccompiler.pyThomas Green2021-12-141-3/+3
| * | | | Merge branch 'numpy:main' into armcompilerThomas Green2021-12-0884-1353/+2079
| |\ \ \ \
| * | | | | Update test_public_api.pyThomas Green2021-12-021-0/+2
| * | | | | Update __init__.pyThomas Green2021-12-021-2/+3
| * | | | | Update armccompiler.pyThomas Green2021-12-021-7/+12
| * | | | | Update system_info.pyThomas Green2021-12-021-6/+5
| * | | | | Add armpl as blas/lapack providerThomas Green2021-11-161-3/+57
| * | | | | Create arm.pyThomas Green2021-11-161-0/+73
| * | | | | Update __init__.pyThomas Green2021-11-161-1/+1
| * | | | | Update ccompiler.pyThomas Green2021-11-161-0/+3
| * | | | | Create armccompiler.pyThomas Green2021-11-161-0/+23
* | | | | | Merge pull request #20505 from scratchmex/ma_averageMatti Picus2021-12-242-1/+27
|\ \ \ \ \ \
| * | | | | | BUG: fix `ma.average` not working well with nan weightsIvan Gonzalez2021-12-022-1/+27
* | | | | | | Merge pull request #20594 from seberg/fixup-setstateMatti Picus2021-12-245-47/+85
|\ \ \ \ \ \ \
| * | | | | | | See if freeing nbytes or 1 works when nbytes-allocated does notSebastian Berg2021-12-161-5/+8
| * | | | | | | MAINT: Use `PyArray_NBYTES_ALLOCATED` for data settingSebastian Berg2021-12-151-9/+1
| * | | | | | | BUG: Fix setstate logic for empty arraysSebastian Berg2021-12-154-34/+77
* | | | | | | | Merge pull request #20652 from BvB93/styCharles Harris2021-12-23110-1316/+1184
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | STY: Use subscriptable `collections.abc` types over the generic aliases in …Bas van Beek2021-12-2343-83/+70
| * | | | | | | STY: Use subscriptable `builtins` types over the generic aliases in `typing`Bas van Beek2021-12-2397-741/+648
| * | | | | | | STY: Replace `Union` with the `|` operatorBas van Beek2021-12-2222-178/+159
| * | | | | | | STY: Replace `Optional` with the `|` operatorBas van Beek2021-12-2213-382/+375
* | | | | | | | Merge pull request #20640 from isuruf/spawnRalf Gommers2021-12-221-3/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | BUG: Support env argument in CCompiler.spawnIsuru Fernando2021-12-221-3/+5
| |/ / / / / / /
* | | | | | | | PERF: Speed up check_constraint checksKevin Sheppard2021-12-221-2/+3
|/ / / / / / /
* | | | | | | MAINT: Use intp output param viewable casts/methods (#20176)Sebastian Berg2021-12-2017-210/+509
* | | | | | | Merge pull request #20621 from WarrenWeckesser/check-writeableCharles Harris2021-12-204-0/+27
|\ \ \ \ \ \ \
| * | | | | | | BUG: random: Check 'writeable' flag in 'shuffle' and 'permuted'.warren2021-12-184-0/+27
* | | | | | | | BUG: f2py: Simplify creation of an exception message. Closes gh-19000.Warren Weckesser2021-12-201-16/+12
* | | | | | | | DEP: remove NPY_ARRAY_UPDATEIFCOPY, deprecated in 1.14 (#20589)Matti Picus2021-12-1827-263/+32
|/ / / / / / /
* | | | | | | Merge pull request #20616 from seberg/hack-for-boost-pythonCharles Harris2021-12-171-0/+18
|\ \ \ \ \ \ \
| * | | | | | | MAINT: Help boost::python libraries at least not crashSebastian Berg2021-12-171-0/+18
* | | | | | | | Merge pull request #20611 from BvB93/mypyCharles Harris2021-12-171-5/+5
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | TST: Fix mypy 0.920-related test failuresBas van Beek2021-12-161-5/+5
* | | | | | | | BUG: Protect kahan_sum from empty arraysKevin Sheppard2021-12-171-0/+15
* | | | | | | | ENH: add ndmin to `genfromtxt` behaving the same as `loadtxt` (#20500)Ivan Gonzalez2021-12-164-27/+133
* | | | | | | | Merge pull request #20587 from BvB93/commentsCharles Harris2021-12-164-3/+79
|\ \ \ \ \ \ \ \
| * | | | | | | | MAINT: Add `np.rec.array` overloads for `None` and file-like objectsBas van Beek2021-12-152-0/+75
| * | | | | | | | MAINT: Allow the `loadtxt` comments parameter to be `None`Bas van Beek2021-12-152-3/+4