-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
logrange #821
logrange #821
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #821 +/- ##
==========================================
+ Coverage 92.65% 93.71% +1.06%
==========================================
Files 2 2
Lines 354 414 +60
==========================================
+ Hits 328 388 +60
Misses 26 26 ☔ View full report in Codecov by Sentry. |
I don't have the energy/enthusiasm to review this PR. Feel free to proceed without me. |
Co-authored-by: Alex Arslan <[email protected]>
Co-authored-by: Alex Arslan <[email protected]>
I think that's because they are inside the |
I've added this to all docstrings in the package, since none worked before. (Could be a separate PR but that's more hassle.) |
Co-authored-by: Martin Holters <[email protected]>
If you include a version bump in Project.toml, we can tag a new version immediately after merge. Otherwise seems good to go. |
This adds JuliaLang/julia#39071
Note that:
The version check may need to change once backported to 1.11 branchprint_range
function (for LinRange) whose signature the PR widened.The docstrings don't show up in REPL help, I don't know why. Maybe that's true of all functions here. It means you can't see the notes about the above points.