summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | DOC: Add f2py test docs to index tocNamami Shanker2022-04-121-0/+1
| * | | | | | | | DOC: Add F2PY test documentationNamami Shanker2022-04-122-0/+90
* | | | | | | | | Merge pull request #21331 from charris/post-1.21.6-release-updateCharles Harris2022-04-123-0/+29
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | REL: Update main after 1.21.6 release.Charles Harris2022-04-123-0/+29
* | | | | | | | | | Merge pull request #21327 from asmeurer/array-api-doc-updatesMatti Picus2022-04-121-5/+4
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Small updates to the array_api docsAaron Meurer2022-04-111-5/+4
* | | | | | | | | | Merge pull request #21262 from ganesh-k13/kron_21257_maSebastian Berg2022-04-113-17/+57
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | DOC: Added MA support for (#21262)Ganesh Kathiresan2022-04-051-0/+34
| * | | | | | | | | TST: `np.kron` tests refinementGanesh Kathiresan2022-04-051-7/+17
| * | | | | | | | | ENH: Maintain subclass info for `np.kron`Ganesh Kathiresan2022-04-051-10/+6
* | | | | | | | | | DOC: various spell checks and typo fixes (#21314)Logan Thomas2022-04-1019-81/+81
* | | | | | | | | | DOC: minor typo fix in numpy.random API docs (#21315)kennychenfs2022-04-101-1/+1
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #21306 from serge-sans-paille/feature/syndicate-cxxflagsMatti Picus2022-04-084-9/+22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Introduce numpy.core.setup_common.NPY_CXX_FLAGSserge-sans-paille2022-04-084-9/+22
* | | | | | | | | | BUG: Consistent promotion for norm for all values of ord (#17709)Toshiki Kataoka2022-04-073-21/+45
* | | | | | | | | | Merge pull request #21307 from felixxm/actions-v3Matti Picus2022-04-075-42/+42
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | MAINT: bump versions in Github actions configuration to v3.Mariusz Felisiak2022-04-075-42/+42
| |/ / / / / / / / /
* | | | | | | | | | Merge pull request #21291 from oscargus/spaceandcosCharles Harris2022-04-078-61/+60
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | STY: Whitespace fixes.Charles Harris2022-04-071-3/+3
| * | | | | | | | | Add space after argument nameOscar Gustafsson2022-04-038-61/+60
* | | | | | | | | | Merge pull request #21303 from motahharm/mainCharles Harris2022-04-061-12/+4
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | edit logo size and logo position in README.mdMotahhar Mokf2022-04-061-12/+4
|/ / / / / / / / /
* | | | | | | | | Merge pull request #21297 from serge-sans-paille/feature/road-to-cxx-ufunc-testsSebastian Berg2022-04-053-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Rename source files that were not using any template-preprocessingserge-sans-paille2022-04-053-2/+2
|/ / / / / / / / /
* | | | | | | | | Merge pull request #21295 from seberg/include-cleanupMatti Picus2022-04-053-9/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | MAINT: Clean-up includes of auto-generated umath codeSebastian Berg2022-04-043-9/+15
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #21260 from asmeurer/array-api-docsCharles Harris2022-04-046-5/+821
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Note that keyword arguments with different defaults are breakingAaron Meurer2022-03-301-11/+17
| * | | | | | | | Update review comments on the array API documentAaron Meurer2022-03-291-9/+12
| * | | | | | | | Add a note about the array API copy flag to reshape (which is not yet impleme...Aaron Meurer2022-03-291-0/+3
| * | | | | | | | Address review comments in the array API documentationAaron Meurer2022-03-291-4/+9
| * | | | | | | | Add a document that enumerates the differences between numpy and numpy.array_apiAaron Meurer2022-03-282-0/+788
| * | | | | | | | Fix a type hint in numpy.array_apiAaron Meurer2022-03-281-1/+1
| * | | | | | | | Add some missing notes to array_apiAaron Meurer2022-03-281-1/+2
| * | | | | | | | Properly restrict the input dtypes for the array_api trace, svdvals, and vecdotAaron Meurer2022-03-281-0/+6
| * | | | | | | | Remove some outdated commentsAaron Meurer2022-03-281-2/+0
| * | | | | | | | Update some Note comments in numpy.array_apiAaron Meurer2022-03-282-1/+7
* | | | | | | | | Merge pull request #21269 from bhavukkalra/doc-improveGenShuffleDocCharles Harris2022-04-042-1/+30
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | DOC: Add ref to handling axis param to permutedBhavuk kalra2022-04-041-0/+6
| * | | | | | | | | Merge branch 'numpy:main' into doc-improveGenShuffleDocBhavuk kalra2022-04-042-10/+28
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #21290 from oscargus/histdocfixCharles Harris2022-04-032-10/+28
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Improve documentation formattingOscar Gustafsson2022-04-032-10/+28
|/ / / / / / / / /
| * | | | | | | | DOC: Fixed the Incorrect outputBhavuk kalra2022-04-041-1/+1
| * | | | | | | | DOC: Made suggested changes.Bhavuk kalra2022-04-032-11/+16
| * | | | | | | | Merge branch 'numpy:main' into doc-improveGenShuffleDocBhavuk kalra2022-04-0328-1180/+2301
| |\ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #21286 from Carreau/index-tickMatti Picus2022-04-031-3/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | DOC: double backticks and linksMatthias Bussonnier2022-04-031-3/+5
* | | | | | | | | | Merge pull request #21287 from serge-sans-paille/feature/normalize-cxxCharles Harris2022-04-028-112/+112
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Use C++ version of C headers for C++ sourcesserge-sans-paille2022-04-023-8/+8
| * | | | | | | | | Use `inline` keyword instead of NPY_INLINE for C++ sourcesserge-sans-paille2022-04-026-104/+104
|/ / / / / / / / /