-
-
Notifications
You must be signed in to change notification settings - Fork 544
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
k-regular sequences: subsequences, forward/backward difference, partial sums #21325
Comments
This comment has been minimized.
This comment has been minimized.
Last 10 new commits:
|
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:8
patchbot python3 plugin fails |
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
|
comment:10
Replying to @cheuberg:
Fixed. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:38
Replying to @cheuberg:
I have now amended a comment. Please have a look. |
comment:39
Replying to @dkrenn:
Thank you, LGTM. The docbuild failure of the patchbot seems to be unrelated. |
comment:40
While reviewing #32921, I had one more look at this ticket, and found one more item to discuss.
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:42
Replying to @cheuberg:
Removed. |
Changed branch from u/dkrenn/sequences/k-regular-subseq to |
…gular-guess * t/21319/sequences/rec-hash: Trac sagemath#21319: fix punctuation Trac sagemath#21318: rmul/lmul preserve identity for multiplying by 1 Trac sagemath#21325: fixup test .subsequence being identity Trac sagemath#21318: rmul/lmul preserve identity for multiplying by 1 Trac sagemath#21325: use (new) decorator minimize_result Trac sagemath#21325: remove empty lines, fix punctuation Trac sagemath#21325: remove iteritems Trac sagemath#21318: fix rmul/lmul issues Trac sagemath#21318: use "correct" 1 Trac sagemath#21318: use tensor_product in method hadamard_product Trac sagemath#21318: use is_trivial_zero in doctest of _neg_ Trac sagemath#21318: use (new) .linear_representation in doctests Trac sagemath#21318: fix empty lines and punctuation Trac sagemath#21318: decorator minimize_result Trac sagemath#21203 review issue 10: use "raise ... from None" where approriate
…gular-guess * t/21319/sequences/rec-hash: (2107 commits) Follow-up from Trac sagemath#21325 review comment 19: shift_left+right: test equality Trac sagemath#21325 review comment 19: shift_left, shift_right Trac sagemath#21325 review comment 18: deal with remaining block vectors Trac sagemath#21325 review comment 17: simpler (more readable) construction of block matrix Trac sagemath#21325 review comment 14+15: rewrite construction dict Trac sagemath#21325 review comment 13: use .linear representation in examples partial_sum Trac sagemath#21325 review comment 12: fixup docstring partial_sums Trac sagemath#21325 review comment 11: simplify construction and code for left vector Trac sagemath#21325 review comment 9: add comment in inner loop Trac sagemath#21325 review comment 8: more rewriting to use block structure Trac sagemath#21325 review comment 8: rewrite subsequences to use block matrices Trac sagemath#21325 review comment 7: rewrite dict-constrution Trac sagemath#21325 review comment 6: test matrices of output Trac sagemath#21325 review comment 4: explicitly state vector in example Trac sagemath#21325 review comment 5: use .linear_representation Trac sagemath#21325 review comment 4: simplify lineare representation of example-sequence (subsequence) Trac sagemath#21325 review comment 3: revise description of parameter b of subsequence Trac sagemath#21325 review comment 2: PEP8 in examples of pad_right Trac sagemath#21325 review comment 1: fix docstring formatting in pad_right Updated SageMath version to 9.4 ...
…ar-warning * t/21204/sequences/k-regular-guess: Trac sagemath#21204: fix punctuation Trac sagemath#21319: fix punctuation Trac sagemath#21318: rmul/lmul preserve identity for multiplying by 1 Trac sagemath#21325: fixup test .subsequence being identity Trac sagemath#21318: rmul/lmul preserve identity for multiplying by 1 Trac sagemath#21325: use (new) decorator minimize_result Trac sagemath#21325: remove empty lines, fix punctuation Trac sagemath#21325: remove iteritems Trac sagemath#21318: fix rmul/lmul issues Trac sagemath#21318: use "correct" 1 Trac sagemath#21318: use tensor_product in method hadamard_product Trac sagemath#21318: use is_trivial_zero in doctest of _neg_ Trac sagemath#21318: use (new) .linear_representation in doctests Trac sagemath#21318: fix empty lines and punctuation Trac sagemath#21318: decorator minimize_result Trac sagemath#21203 review issue 10: use "raise ... from None" where approriate
…ar-warning * t/21204/sequences/k-regular-guess: (2107 commits) Follow-up from Trac sagemath#21325 review comment 19: shift_left+right: test equality Trac sagemath#21325 review comment 19: shift_left, shift_right Trac sagemath#21325 review comment 18: deal with remaining block vectors Trac sagemath#21325 review comment 17: simpler (more readable) construction of block matrix Trac sagemath#21325 review comment 14+15: rewrite construction dict Trac sagemath#21325 review comment 13: use .linear representation in examples partial_sum Trac sagemath#21325 review comment 12: fixup docstring partial_sums Trac sagemath#21325 review comment 11: simplify construction and code for left vector Trac sagemath#21325 review comment 9: add comment in inner loop Trac sagemath#21325 review comment 8: more rewriting to use block structure Trac sagemath#21325 review comment 8: rewrite subsequences to use block matrices Trac sagemath#21325 review comment 7: rewrite dict-constrution Trac sagemath#21325 review comment 6: test matrices of output Trac sagemath#21325 review comment 4: explicitly state vector in example Trac sagemath#21325 review comment 5: use .linear_representation Trac sagemath#21325 review comment 4: simplify lineare representation of example-sequence (subsequence) Trac sagemath#21325 review comment 3: revise description of parameter b of subsequence Trac sagemath#21325 review comment 2: PEP8 in examples of pad_right Trac sagemath#21325 review comment 1: fix docstring formatting in pad_right Updated SageMath version to 9.4 ...
* t/21343/k-regular-warning: (2124 commits) Follow-up from Trac sagemath#21325 review comment 19: shift_left+right: test equality Trac sagemath#21325 review comment 19: shift_left, shift_right Trac sagemath#21325 review comment 18: deal with remaining block vectors Trac sagemath#21325 review comment 17: simpler (more readable) construction of block matrix Trac sagemath#21325 review comment 14+15: rewrite construction dict Trac sagemath#21325 review comment 13: use .linear representation in examples partial_sum Trac sagemath#21325 review comment 12: fixup docstring partial_sums Trac sagemath#21325 review comment 11: simplify construction and code for left vector Trac sagemath#21325 review comment 9: add comment in inner loop Trac sagemath#21325 review comment 8: more rewriting to use block structure Trac sagemath#21325 review comment 8: rewrite subsequences to use block matrices Trac sagemath#21325 review comment 7: rewrite dict-constrution Trac sagemath#21325 review comment 6: test matrices of output Trac sagemath#21325 review comment 4: explicitly state vector in example Trac sagemath#21325 review comment 5: use .linear_representation Trac sagemath#21325 review comment 4: simplify lineare representation of example-sequence (subsequence) Trac sagemath#21325 review comment 3: revise description of parameter b of subsequence Trac sagemath#21325 review comment 2: PEP8 in examples of pad_right Trac sagemath#21325 review comment 1: fix docstring formatting in pad_right Updated SageMath version to 9.4 ...
Implement subsequences and forward/backward differences and partial sums.
See also meta ticket #21202
Depends on #21318
CC: @galipnik
Component: combinatorics
Author: Daniel Krenn, Clemens Heuberger
Branch/Commit:
7bc6722
Reviewer: Clemens Heuberger, Daniel Krenn
Issue created by migration from https://trac.sagemath.org/ticket/21325
The text was updated successfully, but these errors were encountered: