-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
remove deprecated slicing semantics of polynomials #35205
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #35205 +/- ##
===========================================
+ Coverage 88.57% 88.59% +0.01%
===========================================
Files 2140 2140
Lines 397273 397406 +133
===========================================
+ Hits 351891 352081 +190
+ Misses 45382 45325 -57
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
339c62b
to
62b04da
Compare
ok, changed the error to |
One doctest output needs updating - https://github.com/sagemath/sage/actions/runs/4347013220/jobs/7593799402#step:11:7798 |
Documentation preview for this PR is ready! 🎉 |
📚 Description
This removes the deprecations introduced in #18940. So the only allowed slicing of polynomials is
p[:k]
.📝 Checklist
⌛ Dependencies