Deploy interactive docs to GitHub Pages#2
Closed
agriyakhetarpal wants to merge 156 commits intomainfrom
Closed
Conversation
Co-Authored-By: Albert Steppi <[email protected]>
[skip cirrus] [skip azp]
[skip cirrus] [skip azp]
[skip cirrus] [skip azp]
6af0759 to
db32f11
Compare
[skip cirrus] [skip azp]
[skip cirrus] [skip azp] Co-authored-by: M Bussonnier <[email protected]>
[skip cirrus] [skip azp]
Co-Authored-By: M Bussonnier <[email protected]>
* BUG: Avoid data race in PyArray_CheckFromAny_int * TST: add test * MAINT: simplify byteswapping code in PyArray_CheckFromAny_int * MAINT: drop ISBYTESWAPPED check
MAINT: Avoid a redundant copy on `a[...] = b`
This patch changes the return type in astype() from NDArray to ndarray so that shape information is preserved and adds tests for it. Similar changes are added to np.astype() for consistency.
TYP: Fix overlapping overloads issue in "2 in, 1 out" ufuncs
…ding_descr DOC: Clarify `np.loadtxt` encoding argument default value in docstring
TYP: Fix missing and spurious top-level exports
BUG: Include python-including headers first in npstd.hpp BUG: Include Python-including headers first in fast_loop_macros.h BUG: Include Python-including headers first in npy_hashtable.cpp BUG: Import Python.h first in dispatching.cpp BUG: Include Python.h first in _pocketfft_umath.cpp
…aders-first BUG: Include Python-including headers first
- Add doc/changelog/2.2.2-changelog.rst - Add doc/source/release/2.2.2-notes.rst - Update doc/source/release.rst - Update .mailmap [skip azp] [skip cirrus] [skip actions]
DOC: Remove duplicate wishlist tab in NEPs.
[skip actions][skip cirrus][skip azp]
MAINT, DOC: Add sphinx extension to allow svg images in PDF docs build
MAINT: Update main after 2.2.2 release.
This PR adds graceful error handling for np.format_float_positional when provided pad_left or pad_right arguments are too large. * TST: Added tests for correct handling of overflow * BUG: fixed pad_left and pad_right causing overflow if too large * TST: added overflow test and fixed formatting * BUG: fixed overflow checks and simplified error handling * BUG: rewritten excpetion message and fixed overflow check * TST: split test into smaller tests, added large input value * Apply suggestions from code review --------- Co-authored-by: Sebastian Berg <[email protected]>
BUG: fix data race in `np.repeat`
[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.
Mirror of the https://github.com/agriyakhetarpal/numpy/tree/interactive-docs branch