Skip to content
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

Algorithms related to generalized palindromes and palindromic defects #36990

Open
wants to merge 37 commits into
base: develop
Choose a base branch
from

Conversation

giovanni-romanenko
Copy link

@giovanni-romanenko giovanni-romanenko commented Jan 2, 2024

Added new method to compute G-defect, improved performance of existing method computing data related to palindromic substrings and palindromic defect, and did some refactoring in same scope

Fixes #35495 and #16366

📝 Checklist

  • The title is concise, informative, and self-explanatory.
  • The description explains in detail what this PR is about.
  • I have linked a relevant issue or discussion.
  • I have created tests covering the changes.
  • I have updated the documentation accordingly.

⌛ Dependencies

@tscrim
Copy link
Collaborator

tscrim commented Jan 5, 2024

@videlec I believe you have done some of the coding on the words. Do you have any comments and/or are willing to do a review here? Otherwise I will try to review this soon.

@videlec
Copy link
Contributor

videlec commented Jan 5, 2024

@seblabbe did most of it.

@seblabbe
Copy link
Contributor

seblabbe commented Jan 6, 2024

Travis if you have time soon to look into this, I let you do it. Thank you.

trying to fix latex compilation
Copy link

github-actions bot commented Jan 10, 2024

Documentation preview for this PR (built with commit daaf2f3; changes) is ready! 🎉
This preview will update shortly after each push to this PR.

@tscrim
Copy link
Collaborator

tscrim commented Jan 17, 2024

I will try to look at this soon, but I am not sure exactly when I will have time.

@giovanni-romanenko
Copy link
Author

@tscrim @videlec @seblabbe Hi, folks! Any updates on the review status of this pull request?

every antimorphism of `G`.

OUTPUT:

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add doctests even in private methods, please

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fchapoton Fixed

a list -- list of all the lacunas of ``self`` in ascending order.

EXAMPLES::

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doctests should be indented by 4 spaces

Copy link
Author

@giovanni-romanenko giovanni-romanenko Jan 30, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@fchapoton Fixed

@giovanni-romanenko
Copy link
Author

@fchapoton Added fixes for pycodestyle-minimal and ruff-minimal

@giovanni-romanenko
Copy link
Author

@fchapoton Added fixes for RST checks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Algorithms related to generalized palindromes and palindromic defects
6 participants