You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sagemathgh-36029: k-regular sequences: boundedness
<!-- ^^^^^
Please provide a concise, informative and self-explanatory title.
Don't put issue numbers in there, do this in the PR body below.
For example, instead of "Fixessagemath#1234" use "Introduce new method to
calculate 1+1"
-->
<!-- Describe your changes here in detail -->
Implements an algorithm to check for boundedness of k-regular sequences.
See issue sagemath#22964.
(Coding and reviewing already happend on trac (see sagemath#22964) and the
branch was ready but never merged due to a trivial issue. Now the
current develop (10.1.beta8) has been merged in to avoid conflicts the
upcoming sagemath#36011 (where a renaming took place; set as depedency now).
### 📝 Checklist
- [x] The title is concise, informative, and self-explanatory.
- [x] The description explains in detail what this PR is about.
- [x] I have linked a relevant issue or discussion.
- [x] I have created tests covering the changes.
- [x] I have updated the documentation accordingly.
### ⌛ Dependencies
- sagemath#36011: Experimental warning removed in class used in this PR and
class was renamed.
URL: sagemath#36029
Reported by: Daniel Krenn
Reviewer(s): cheuberg, Daniel Krenn, Gabriel Lipnik
0 commit comments