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 <ararslan@comcast.net>
Co-authored-by: Alex Arslan <ararslan@comcast.net>
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 <martin.holters@hsu-hh.de>
|
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_rangefunction (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.Details