DOC: Add missing functions to the migration guide#26517
Merged
charris merged 1 commit intonumpy:mainfrom May 24, 2024
Merged
Conversation
Closed
3 tasks
Member
|
Thanks Mateusz. |
charris
added a commit
to charris/numpy
that referenced
this pull request
Jun 1, 2024
Backports of numpy#26504, numpy#26517, and numpy#26566. [skip azp] [skip azure] [skip cirrus] commit e9fca3ee60006969d0e2c18b9e04f6a0fe6f6bc8 Author: Jules <57632293+JuliaPoo@users.noreply.github.com> Date: Thu May 30 20:27:28 2024 +0800 DOC: update ufunc tutorials to use setuptools (numpy#26566) * DOC: update ufunc tutorials to use setuptools See numpy#22027. Currently ufunc tutorials use depreciated distutils which is removed in Python 3.12. In addition, I've updated the sample output and fixed a mistake in the last example. commit 04cb2596fbce4a12dc88c3200b8940764c1d1711 Author: Mateusz Sokół <mat646@gmail.com> Date: Fri May 24 11:12:38 2024 +0200 Add np.alltrue to migration guide [skip actions] [skip azp] [skip cirrus] commit d05bce7388b96aaf8a3ac557228ea8cfb13daffe Author: warren <warren.weckesser@gmail.com> Date: Wed May 22 14:31:45 2024 -0400 DOC: Copy-edit numpy 2.0 migration guide. Fix a few typos and do a touch of copy-editing. [skip actions] [skip azp] [skip cirrus]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi @ngoldbaum,
This small PR adds a few removed functions to the migration guide.
Addressing: #26493