-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
Make tensor of CombinatorialFreeModule
use cartesian_product
, deprecate CartesianProduct_iters
#35282
base: develop
Are you sure you want to change the base?
Conversation
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #35282 +/- ##
===========================================
- Coverage 88.62% 88.55% -0.07%
===========================================
Files 2148 2148
Lines 398653 398683 +30
===========================================
- Hits 353308 353071 -237
- Misses 45345 45612 +267
... and 38 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
3cf1e3a
to
e66c2fa
Compare
e66c2fa
to
dd9af12
Compare
Documentation preview for this PR (built with commit 9b9e276; changes) is ready! 🎉 |
6e077cc
to
7e56fac
Compare
…e possibly infinite set of keys
…hen a factor is an EnumeratedSetFromIterator
…sets are finite; add tests
…ation through new class WithPicklingByInitArgs
…n-UniqueRepresentation case (mockup)
… new class CartesianProduct_base
… new class CartesianProduct_with_element_wrapper
…plementation classes CartesianProduct_eq_by_factors, CartesianProduct_unique
… blame -w --date=format:%Y FILE | sort -k2
… -> CartesianProduct_unique
…er().__init__ by direct calls
7e56fac
to
9b9e276
Compare
…WithPicklingByInitArgs` <!-- ^ Please provide a concise and informative title. --> <!-- ^ Don't put issue numbers in the title, do this in the PR description below. --> <!-- ^ For example, instead of "Fixes sagemath#12345" use "Introduce new method to calculate 1 + 2". --> <!-- v Describe your changes below in detail. --> <!-- v Why is this change required? What problem does it solve? --> <!-- v If this PR resolves an open issue, please link to it here. For example, "Fixes sagemath#12345". --> - Preparation for sagemath#35282, from where it has been split out. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [ ] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - sagemath#12345: short description why this is a dependency --> <!-- - sagemath#34567: ... --> URL: sagemath#38097 Reported by: Matthias Köppe Reviewer(s): Travis Scrimshaw
…WithPicklingByInitArgs` <!-- ^ Please provide a concise and informative title. --> <!-- ^ Don't put issue numbers in the title, do this in the PR description below. --> <!-- ^ For example, instead of "Fixes sagemath#12345" use "Introduce new method to calculate 1 + 2". --> <!-- v Describe your changes below in detail. --> <!-- v Why is this change required? What problem does it solve? --> <!-- v If this PR resolves an open issue, please link to it here. For example, "Fixes sagemath#12345". --> - Preparation for sagemath#35282, from where it has been split out. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [ ] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - sagemath#12345: short description why this is a dependency --> <!-- - sagemath#34567: ... --> URL: sagemath#38097 Reported by: Matthias Köppe Reviewer(s): Travis Scrimshaw
…WithPicklingByInitArgs` <!-- ^ Please provide a concise and informative title. --> <!-- ^ Don't put issue numbers in the title, do this in the PR description below. --> <!-- ^ For example, instead of "Fixes sagemath#12345" use "Introduce new method to calculate 1 + 2". --> <!-- v Describe your changes below in detail. --> <!-- v Why is this change required? What problem does it solve? --> <!-- v If this PR resolves an open issue, please link to it here. For example, "Fixes sagemath#12345". --> - Preparation for sagemath#35282, from where it has been split out. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [ ] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - sagemath#12345: short description why this is a dependency --> <!-- - sagemath#34567: ... --> URL: sagemath#38097 Reported by: Matthias Köppe Reviewer(s): Travis Scrimshaw
📚 Description
Fixes #19195
📝 Checklist
⌛ Dependencies
CachedRepresentation
through new classWithPicklingByInitArgs
#38097 (split out from here)