Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork10.9k
Comparing changes
Open a pull request
base repository:numpy/numpy
Uh oh!
There was an error while loading.Please reload this page.
base:main
head repository:numpy/numpy
Uh oh!
There was an error while loading.Please reload this page.
compare:maintenance/2.3.x
Uh oh!
There was an error while loading.Please reload this page.
- 15commits
- 15files changed
- 6contributors
Commits on May 21, 2025
Merge pull request#29033from charris/backport-29032
BUG: Fix workflow error
Commits on May 23, 2025
MNT: alternative handling of trailing null character
Trying to avoid this compiler warning: ../numpy/_core/src/multiarray/stringdtype/casts.cpp:860:12: warning: 'char* strncat(char*, const char*, size_t)' specified bound 15 equals source length [-Wstringop-overflow=] 860 | strncat(buf, suffix, slen); | ~~~~~~~^~~~~~~~~~~~~~~~~~~
BUG: Avoid compile errors in f2py modules
Some of the casts from cfuncs pass PyObject* to PyArrayObject*, whichcauses compile errors due to incompatible pointer types on at leastGCC 14.
gh-29006 got the branching wrong leaving the cache undefined on mostGCC/clang, which means we wouldn't use it.Also move it up so that we can just remove the unused globals entirely.
Merge pull request#29042from charris/backport-28985
MNT: constant string arrays instead of pointers in C
Merge pull request#29043from charris/backport-29034
BUG: Avoid compile errors in f2py modules
Merge pull request#29044from charris/backport-29040
BUG: Fix f2py derived types in modules
Merge pull request#29046from charris/backport-29041
BUG: Fix cache use regression
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff main...maintenance/2.3.x
Uh oh!
There was an error while loading.Please reload this page.