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

sage.combinat: Update # needs #36619

Merged
merged 27 commits into from
Nov 5, 2023
Merged

Conversation

mkoeppe
Copy link
Member

@mkoeppe mkoeppe commented Nov 1, 2023

Cherry-picked from #35095.

Excluding .{designs,posets,root_system,species,words}, which have been or will be done in separate PRs.

📝 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

Copy link
Contributor

@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.

You should update the description of this PR as you did root_system.

I see the following warning:

sage -t --long --random-seed=275711692312133561019985353296319482447 src/sage/combinat/root_system/non_symmetric_macdonald_polynomials.py
**********************************************************************
File "src/sage/combinat/root_system/non_symmetric_macdonald_polynomials.py", line 1903, in sage.combinat.root_system.non_symmetric_macdonald_polynomia
ls.NonSymmetricMacdonaldPolynomials.symmetric_macdonald_polynomial
Warning: Variable 'f' referenced here was set only in doctest marked '# needs sage.graphs sage.libs.gap'
    fe = f.expand(g.parent().gens()); fe
    [559 tests, 13.86 s]

This PR is way too big....

3
sage: Partitions(10).cardinality()
sage: Partitions(10).cardinality() # needs sage.libs.flint
Copy link
Contributor

Choose a reason for hiding this comment

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

This doctest is repeated.

May be we should reorder the doctests to use more block scope.

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks, done in 5192865

src/sage/combinat/partition.py Outdated Show resolved Hide resolved
@mkoeppe
Copy link
Member Author

mkoeppe commented Nov 2, 2023

You should update the description of this PR as you did root_system.

I've instead taken out the unintended changes in this folder.

Copy link

github-actions bot commented Nov 2, 2023

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

Copy link
Contributor

@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.

Passes all tests on Fedora 35 without warnings in the considered parts of combinat.

LGTM. I hope I have not missed something. This is a giant PR...

@mkoeppe
Copy link
Member Author

mkoeppe commented Nov 3, 2023

Thanks very much for the patient review of this supersized PR!

@vbraun vbraun merged commit 34c4a78 into sagemath:develop Nov 5, 2023
20 of 21 checks passed
@mkoeppe mkoeppe added this to the sage-10.2 milestone Nov 5, 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.

None yet

3 participants