summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | API: Allow SciPy to get away with assuming `trapz` is a Python functionSebastian Berg2023-01-202-0/+40
| * | | | | | | | | | | | MAINT: Move unused import into hook for pyinstallerSebastian Berg2023-01-202-4/+4
| |/ / / / / / / / / / /
| * | | | | | | | | | | Merge pull request #23041 from charris/remove-nose-testingMatti Picus2023-01-2015-2062/+9
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | MAINT: Remove all nose testing support.Charles Harris2023-01-1915-2062/+9
| * | | | | | | | | | | | MAINT: dtype.name works for NEP 42 dtypesNathan Goldbaum2023-01-192-1/+8
| * | | | | | | | | | | | DEP: deprecate np.finfo(None) (#23011)Daiki Shintani2023-01-192-0/+15
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge pull request #23039 from seberg/fixup-array-func-CMatti Picus2023-01-192-1/+49
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | BUG: Impelement `ArrayFunctionDispatcher.__get__`Sebastian Berg2023-01-182-1/+49
| | |/ / / / / / / / / /
| * | | | | | | | | | | BUG: fix ma.diff not preserving mask when using append/prepend (#22776)Marko Pacak2023-01-193-7/+176
| |/ / / / / / / / / /
| * | | | | | | | | | Merge pull request #23019 from seberg/finalize-non-sequence-stackCharles Harris2023-01-174-31/+28
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | DEP: Finalize the non-sequence stacking deprecationSebastian Berg2023-01-174-31/+28
| | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Merge pull request #22997 from seberg/issue-19291Charles Harris2023-01-172-97/+97
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | API: Add "except *" in cython `.pyd` where necessary based on reviewSebastian Berg2023-01-112-10/+10
| | * | | | | | | | | | API: Fix cython exception handling for exported extern C functionsSebastian Berg2023-01-112-87/+87
| * | | | | | | | | | | Merge pull request #23020 from seberg/faster-array-functionCharles Harris2023-01-1715-391/+531
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | DOC: Adept internal docs a bit based on reviewSebastian Berg2023-01-171-2/+4
| | * | | | | | | | | | | TST: Cover some more internal array-function code pathsSebastian Berg2023-01-171-0/+50
| | * | | | | | | | | | | STY: Make linter happy in numeric.py changesSebastian Berg2023-01-171-2/+5
| | * | | | | | | | | | | BUG: Fix refcounting issues in C-side `like=` implementationSebastian Berg2023-01-171-10/+15
| | * | | | | | | | | | | MAINT: Fix stacklevels for the new C dispatcher not adding oneSebastian Berg2023-01-176-18/+18
| | * | | | | | | | | | | MAINT: Move some others functions to use fastcallSebastian Berg2023-01-171-23/+30
| | * | | | | | | | | | | MAINT: Move concatenate to fastcall protocolSebastian Berg2023-01-171-6/+12
| | * | | | | | | | | | | ENH: Improve array function overhead by using vectorcallSebastian Berg2023-01-178-346/+413
| * | | | | | | | | | | | BUG: use `_Alignof` rather than `offsetof()` on most compilers (#23016)Khem Raj2023-01-172-3/+13
| |/ / / / / / / / / / /
| * | | | | | | | | | | DOC: #22266 Add examples for tril_indices_from(), triu_indices_from() (#22562)Richie Cotton2023-01-161-2/+69
| * | | | | | | | | | | Merge pull request #22921 from charris/test-latest-cibuildwheelCharles Harris2023-01-161-3/+3
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | BLD: Try cibuildwheel 2.11.4Charles Harris2023-01-161-1/+0
| | * | | | | | | | | | | BLD, SIMD: Pad asm to avoid C99 complains on CLANGSayed Adel2023-01-161-3/+3
| | * | | | | | | | | | | MAINT: Create lib path if missing.Charles Harris2023-01-161-0/+1
| * | | | | | | | | | | | DOC: Add example for np.ma.diag (#22960)Stefanie Molin2023-01-161-0/+32
| |/ / / / / / / / / / /
| * | | | | | | | | | | MAINT: `f2py` cleanup (#22885)Rohit Goswami2023-01-163-21/+19
| * | | | | | | | | | | DOC: Add version added information for the strict parameter in assert_array_e...Mark Harfouche2023-01-151-0/+2
| | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | ENH: Faster numpy.load (try/except _filter_header) (#22916)Michael2023-01-132-5/+20
| * | | | | | | | | | Merge pull request #22998 from seberg/dep-positive-finalizeCharles Harris2023-01-112-45/+2
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | DEP: Finalize `+arr` returning a copy e.g. for string arraysSebastian Berg2023-01-112-45/+2
| | |/ / / / / / / / /
| * | | | | | | | | | ENH: Improve loadtxt error with dtype and non-matchinig column number (#22996)Sebastian Berg2023-01-112-2/+20
| |/ / / / / / / / /
| * | | | | | | | | DOC: Fix gh-22990 by correcting docstring of result_typeOleksandr Pavlyk2023-01-101-1/+1
| * | | | | | | | | Merge pull request #22986 from seberg/issue-22984Charles Harris2023-01-102-5/+54
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | BUG: Ensure correct loop order in sin, cos, and arctan2Sebastian Berg2023-01-102-5/+54
| * | | | | | | | | | ENH: allow NEP 42 dtypes to work with np.char (#22863)Nathan Goldbaum2023-01-104-36/+100
| |/ / / / / / / / /
| * | | | | | | | | Merge pull request #22980 from charris/fix-clang-suggestionsRalf Gommers2023-01-101-2/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | MAINT: Fix some noisy clang suggestions.Charles Harris2023-01-091-2/+2
| * | | | | | | | | | DOC: remove extraneous backtick from warning (#22981)Eddie Darling2023-01-091-1/+1
| |/ / / / / / / / /
| * | | | | | | | | Merge pull request #22779 from LeonaTaric/numpy_issue22745Charles Harris2023-01-091-0/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | 去掉noteLeonaTaric2023-01-091-3/+2
| | * | | | | | | | | change note toLeonaTaric2022-12-161-2/+2
| | * | | | | | | | | All entropy/seed not None must be non-negativeLeonaTaric2022-12-131-0/+3
| * | | | | | | | | | Bug: Fix fill violating read-only flag. (#22959)Panagiotis Zestanakis2023-01-082-0/+12
| * | | | | | | | | | MAINT: use pypy3.9 in testingmattip2023-01-081-5/+7
| * | | | | | | | | | DOC: Update docstring of `multivariate_normal` (#22938)Malte Londschien2023-01-071-2/+8