summaryrefslogtreecommitdiff
path: root/doc/release/numpy2_changes
Commit message (Collapse)AuthorAgeFilesLines
* API: Modify `gradient` to return a tuple rather than a listSebastian Berg2023-02-101-0/+2
| | | | | This change is staged for NumPy 2.0, I assume we could get away with it otherwise, but it is a nice example and probably not pressing.
* API: Add environment variable for behavior planned in a 2.0Sebastian Berg2023-02-101-0/+4
The idea of the flag is not to allow to change it right now, since there may be some things where that is hard to do in general, and it doesn't seem relevant: nobody is supposed to use it besides for testing.