-
-
Notifications
You must be signed in to change notification settings - Fork 481
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
Clean the use of weights in spanning_tree.pyx #32805
Comments
Author: David Coudert |
This comment has been minimized.
This comment has been minimized.
Commit: |
Branch: public/graphs/32805 |
comment:2
possible conflict with #32798 in |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:4
I have revert some changes from this ticket since these changes are done in #32798. Now the 2 tickets are not intersecting. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:6
algorithm |
This comment has been minimized.
This comment has been minimized.
comment:8
maybe the deprecation should be doctested, non ? |
comment:10
You are right. Done. |
Reviewer: Frédéric Chapoton |
comment:11
merci, je passe en positif |
comment:12
Merci à toi. |
Changed branch from public/graphs/32805 to |
We remove the rename warning introduced in sagemath#32805 to clean the use of weights in `spanning_tree.pyx`. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [x] 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. - [x] I have updated the documentation accordingly. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - sagemath#12345: short description why this is a dependency - sagemath#34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: sagemath#36075 Reported by: David Coudert Reviewer(s): Frédéric Chapoton
part of #13112 and follow-up of #32723.
We add parameters
by_weight
,weight_function
andcheck_weight
to several methods and deprecate former parameters likewfunction
andweighted
.Method
random_spanning_tree
is taken care of in #30566.Component: graph theory
Author: David Coudert
Branch/Commit:
776b31b
Reviewer: Frédéric Chapoton
Issue created by migration from https://trac.sagemath.org/ticket/32805
The text was updated successfully, but these errors were encountered: