-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backports for 1.1.0 #30309
Merged
Merged
Backports for 1.1.0 #30309
Conversation
This file contains 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
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Thanks but there is no need to comment here for every merged PR that has a backport label. :) |
* added sprandn methods with Type * oneunit of sparse matrix should return sparse array (cherry picked from commit 5c5489e)
(cherry picked from commit 411a7cf)
(cherry picked from commit 2460301)
* Add code for rtol and atol * add tests * resolve comment * fix typo * fix tests * add news.md item * Not deprecated yet. * Tweak docs slightly * typo from diff [skip ci] (cherry picked from commit 5b2e3e7)
(cherry picked from commit 560e829)
(cherry picked from commit f49cb42)
(cherry picked from commit 891e2ab)
The expression `x .~ y` now parses. Currently it's a syntax error. (cherry picked from commit 8965a81)
(cherry picked from commit 797ddbb)
(cherry picked from commit dda6450)
(cherry picked from commit a5f23c0)
(cherry picked from commit 99b7b75)
(cherry picked from commit 77a7d92)
(cherry picked from commit c379900)
Fixes #28985 (cherry picked from commit b451001)
This fixes a corner case where a bug is caused, counter-intuitively, by an over-estimated intersection. We have method signatures A and B, with A<B (A is a strict subtype). We have a dispatch tuple X, where X<:B and !(X<:A). However, intersection returns X for intersect(X,A). Since there appears to be a match there and A<B, ml_matches skips the match with B. The fix just requires dispatch tuples to be a subtype of a signature in order to match at all. (cherry picked from commit b167bc2)
(cherry picked from commit 8b35e84)
(cherry picked from commit 92ac90e)
(cherry picked from commit 072ad7d)
The manual mentions at https://docs.julialang.org/en/v1/manual/environment-variables/#JULIA_WORKER_TIMEOUT-1 a function Base.worker_timeout() but the implementation has instead only a function Distributed.worker_timeout() (cherry picked from commit 258e08a)
(cherry picked from commit 573cf74)
(cherry picked from commit 002a9f5)
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.
Backported PRs:
show
onSymbol
#30303, escaping $ when showing Symbolsb
instead ofbr
instruction on armv7l #30253 - src/task.c: Useb
instead ofbr
instruction on armv7lunique(f, itr)
andunique!(f, itr)
faster #30286 - Makeunique(f, itr)
andunique!(f, itr)
fasterJL_AArch64_crc
instead ofHWCAP_CRC32
#30324 - UseJL_AArch64_crc
instead ofHWCAP_CRC32
@inbounds
annotations for filter #30156 -@inbounds
annotations for filter_similar_for
#30331 - Force specialization on the type argument of_similar_for
ndigits
more generic #30384 - makendigits
more genericNon-merged PRs with backport label:
_apply
match the implementation more closely #30483 - make inference of_apply
match the implementation more closely