-
-
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
[release-0.5] backports for 0.5.0 rc2 #17960
Conversation
…flush-close"" This reverts commit 58a14f3.
Lots of examples for things that are probably confusing for new Julia users. Made `reducedim` and `mapreducedim` arguments more similar to the ones for `reduce` and `mapreduce`. (cherry picked from commit 3e00217)
The manual entry for doctests was way out of date! Updated with an example of what to do. (cherry picked from commit 6d3e337)
* Move math docs out of HelpDB, more examples, fix typos Found a series of typos in `cov` and friends. Added more notes about `NaN` and Julia. Made the function signatures reflect what's actually in the code. More examples for quite a few functions. * Move quadgk docs out, update formatting * Moved special functions out of HelpDB, insert some links * Updated docs for some array ops as well * Updated in response to feedback Removed calls to `rand` in doctests. Made examples better. Cleaned up function signatures. (cherry picked from commit 2d24eda)
) (cherry picked from commit 6ba3b97)
(cherry picked from commit 7f074e9)
(cherry picked from commit 9c21452)
(cherry picked from commit 8615732)
Fixes #17780 (cherry picked from commit 3f6b2b2)
* Add cross-release compatibility note to CONTRIBUTING.md * tag -> specify (cherry picked from commit dcffb4a)
* improve heuristic for when to refresh line * fix trailing whitespace... * use indent when not on first line * remove unused argument and change local var to not share name with function (cherry picked from commit f84b94c)
fix output of getaddrinfo in networking and streams documentation for v0.5. (cherry picked from commit 068aa9d)
@nanosoldier (PR merge commit 92c85fd vs 0.5.0-rc0) |
Your benchmark job has completed - possible performance regressions were detected. A full report can be found here. cc @jrevels |
PkgEval comparison (vs rc0) finished: https://gist.github.com/c5e9489fdacaeed4a31abfe69ebbbe1b This is a few more failures than I would like to see (9, though 8 packages went from failing to passing), would be good to get a few more eyes looking through the failure logs. edit: BlockArrays, DistributedArrays, ForwardDiff, and PowerSeries failures are caused by this typo: 2912c9e#commitcomment-18608997 Git.jl was terminated, timeout apparently? |
For Line 324 in ad15fc9
|
Same for
|
@andreasnoack CovarianceMatrices was broken by the backport of #17909, can you take a look? |
Sure. I'll do that. |
MixedModels bisected to the same commit. |
@tkelman Thanks for catching this before it got backported. This check is comparing a |
A few things aren't here yet. The curl build still needs a bit more work on master and might have to wait until rc3, and the SSH tests are disabled here with a commit that we'll hopefully be able to revert at some point, since they're causing issues on the buildbots.