Skip to content

sage.combinat.words: Update # needs#36644

Merged
vbraun merged 9 commits intosagemath:developfrom
mkoeppe:needs_for_sage_combinat_words
Dec 6, 2023
Merged

sage.combinat.words: Update # needs#36644
vbraun merged 9 commits intosagemath:developfrom
mkoeppe:needs_for_sage_combinat_words

Conversation

@mkoeppe
Copy link
Copy Markdown
Contributor

@mkoeppe mkoeppe commented Nov 4, 2023

📝 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

sage: fibo = WordMorphism('a->ab,b->a')
sage: tm = WordMorphism('a->ab,b->ba')
sage: Mfibo = matrix(fibo); Mfibo # indirect doctest # optional - sage.modules
sage: Mfibo = matrix(fibo); Mfibo # indirect doctest # needs sage.modules
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

block scope

@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 4, 2023

Documentation preview for this PR (built with commit 8153dbd; changes) is ready! 🎉

Copy link
Copy Markdown
Collaborator

@dcoudert dcoudert left a comment

Choose a reason for hiding this comment

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

LGTM.

@mkoeppe
Copy link
Copy Markdown
Contributor Author

mkoeppe commented Nov 5, 2023

Thank you!

@vbraun vbraun merged commit bf801b1 into sagemath:develop Dec 6, 2023
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.

3 participants