| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | | | | | | | API: Allow SciPy to get away with assuming `trapz` is a Python function | Sebastian Berg | 2023-01-20 | 2 | -0/+40 | |
| | * | | | | | | | | | | | | MAINT: Move unused import into hook for pyinstaller | Sebastian Berg | 2023-01-20 | 2 | -4/+4 | |
| | |/ / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | Merge pull request #23041 from charris/remove-nose-testing | Matti Picus | 2023-01-20 | 15 | -2062/+9 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | MAINT: Remove all nose testing support. | Charles Harris | 2023-01-19 | 15 | -2062/+9 | |
| | * | | | | | | | | | | | | MAINT: dtype.name works for NEP 42 dtypes | Nathan Goldbaum | 2023-01-19 | 2 | -1/+8 | |
| | * | | | | | | | | | | | | DEP: deprecate np.finfo(None) (#23011) | Daiki Shintani | 2023-01-19 | 2 | -0/+15 | |
| | | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Merge pull request #23039 from seberg/fixup-array-func-C | Matti Picus | 2023-01-19 | 2 | -1/+49 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | BUG: Impelement `ArrayFunctionDispatcher.__get__` | Sebastian Berg | 2023-01-18 | 2 | -1/+49 | |
| | | |/ / / / / / / / / / | ||||||
| | * | | | | | | | | | | | BUG: fix ma.diff not preserving mask when using append/prepend (#22776) | Marko Pacak | 2023-01-19 | 3 | -7/+176 | |
| | |/ / / / / / / / / / | ||||||
| | * | | | | | | | | | | Merge pull request #23019 from seberg/finalize-non-sequence-stack | Charles Harris | 2023-01-17 | 4 | -31/+28 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | DEP: Finalize the non-sequence stacking deprecation | Sebastian Berg | 2023-01-17 | 4 | -31/+28 | |
| | | | |_|/ / / / / / / | | |/| | | | | | | | | ||||||
| | * | | | | | | | | | | Merge pull request #22997 from seberg/issue-19291 | Charles Harris | 2023-01-17 | 2 | -97/+97 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | API: Add "except *" in cython `.pyd` where necessary based on review | Sebastian Berg | 2023-01-11 | 2 | -10/+10 | |
| | | * | | | | | | | | | | API: Fix cython exception handling for exported extern C functions | Sebastian Berg | 2023-01-11 | 2 | -87/+87 | |
| | * | | | | | | | | | | | Merge pull request #23020 from seberg/faster-array-function | Charles Harris | 2023-01-17 | 15 | -391/+531 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | DOC: Adept internal docs a bit based on review | Sebastian Berg | 2023-01-17 | 1 | -2/+4 | |
| | | * | | | | | | | | | | | TST: Cover some more internal array-function code paths | Sebastian Berg | 2023-01-17 | 1 | -0/+50 | |
| | | * | | | | | | | | | | | STY: Make linter happy in numeric.py changes | Sebastian Berg | 2023-01-17 | 1 | -2/+5 | |
| | | * | | | | | | | | | | | BUG: Fix refcounting issues in C-side `like=` implementation | Sebastian Berg | 2023-01-17 | 1 | -10/+15 | |
| | | * | | | | | | | | | | | MAINT: Fix stacklevels for the new C dispatcher not adding one | Sebastian Berg | 2023-01-17 | 6 | -18/+18 | |
| | | * | | | | | | | | | | | MAINT: Move some others functions to use fastcall | Sebastian Berg | 2023-01-17 | 1 | -23/+30 | |
| | | * | | | | | | | | | | | MAINT: Move concatenate to fastcall protocol | Sebastian Berg | 2023-01-17 | 1 | -6/+12 | |
| | | * | | | | | | | | | | | ENH: Improve array function overhead by using vectorcall | Sebastian Berg | 2023-01-17 | 8 | -346/+413 | |
| | * | | | | | | | | | | | | BUG: use `_Alignof` rather than `offsetof()` on most compilers (#23016) | Khem Raj | 2023-01-17 | 2 | -3/+13 | |
| | |/ / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | DOC: #22266 Add examples for tril_indices_from(), triu_indices_from() (#22562) | Richie Cotton | 2023-01-16 | 1 | -2/+69 | |
| | * | | | | | | | | | | | Merge pull request #22921 from charris/test-latest-cibuildwheel | Charles Harris | 2023-01-16 | 1 | -3/+3 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | BLD: Try cibuildwheel 2.11.4 | Charles Harris | 2023-01-16 | 1 | -1/+0 | |
| | | * | | | | | | | | | | | BLD, SIMD: Pad asm to avoid C99 complains on CLANG | Sayed Adel | 2023-01-16 | 1 | -3/+3 | |
| | | * | | | | | | | | | | | MAINT: Create lib path if missing. | Charles Harris | 2023-01-16 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | DOC: Add example for np.ma.diag (#22960) | Stefanie Molin | 2023-01-16 | 1 | -0/+32 | |
| | |/ / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | MAINT: `f2py` cleanup (#22885) | Rohit Goswami | 2023-01-16 | 3 | -21/+19 | |
| | * | | | | | | | | | | | DOC: Add version added information for the strict parameter in assert_array_e... | Mark Harfouche | 2023-01-15 | 1 | -0/+2 | |
| | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | ENH: Faster numpy.load (try/except _filter_header) (#22916) | Michael | 2023-01-13 | 2 | -5/+20 | |
| | * | | | | | | | | | | Merge pull request #22998 from seberg/dep-positive-finalize | Charles Harris | 2023-01-11 | 2 | -45/+2 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | DEP: Finalize `+arr` returning a copy e.g. for string arrays | Sebastian Berg | 2023-01-11 | 2 | -45/+2 | |
| | | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | | ENH: Improve loadtxt error with dtype and non-matchinig column number (#22996) | Sebastian Berg | 2023-01-11 | 2 | -2/+20 | |
| | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | DOC: Fix gh-22990 by correcting docstring of result_type | Oleksandr Pavlyk | 2023-01-10 | 1 | -1/+1 | |
| | * | | | | | | | | | Merge pull request #22986 from seberg/issue-22984 | Charles Harris | 2023-01-10 | 2 | -5/+54 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | BUG: Ensure correct loop order in sin, cos, and arctan2 | Sebastian Berg | 2023-01-10 | 2 | -5/+54 | |
| | * | | | | | | | | | | ENH: allow NEP 42 dtypes to work with np.char (#22863) | Nathan Goldbaum | 2023-01-10 | 4 | -36/+100 | |
| | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | Merge pull request #22980 from charris/fix-clang-suggestions | Ralf Gommers | 2023-01-10 | 1 | -2/+2 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | MAINT: Fix some noisy clang suggestions. | Charles Harris | 2023-01-09 | 1 | -2/+2 | |
| | * | | | | | | | | | | DOC: remove extraneous backtick from warning (#22981) | Eddie Darling | 2023-01-09 | 1 | -1/+1 | |
| | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | Merge pull request #22779 from LeonaTaric/numpy_issue22745 | Charles Harris | 2023-01-09 | 1 | -0/+2 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | 去掉note | LeonaTaric | 2023-01-09 | 1 | -3/+2 | |
| | | * | | | | | | | | | change note to | LeonaTaric | 2022-12-16 | 1 | -2/+2 | |
| | | * | | | | | | | | | All entropy/seed not None must be non-negative | LeonaTaric | 2022-12-13 | 1 | -0/+3 | |
| | * | | | | | | | | | | Bug: Fix fill violating read-only flag. (#22959) | Panagiotis Zestanakis | 2023-01-08 | 2 | -0/+12 | |
| | * | | | | | | | | | | MAINT: use pypy3.9 in testing | mattip | 2023-01-08 | 1 | -5/+7 | |
| | * | | | | | | | | | | DOC: Update docstring of `multivariate_normal` (#22938) | Malte Londschien | 2023-01-07 | 1 | -2/+8 | |
