-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Simplify graph in get_topological_weights. #10574
Commits on Oct 12, 2021
-
Simplify graph in get_topological_weights.
Fixes #10557 where the resolver spends too much time calculating the weights. Also, do not let `get_installation_order` calculate these weights at all when there is nothing left to install.
Configuration menu - View commit details
-
Copy full SHA for af38392 - Browse repository at this point
Copy the full SHA af38392View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3983756 - Browse repository at this point
Copy the full SHA 3983756View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a97320 - Browse repository at this point
Copy the full SHA 9a97320View commit details -
Fixed another mypy warning, about DiGraph having no attr _forwards.
I am not used to mypy and did not have pre-commit installed yet.
Configuration menu - View commit details
-
Copy full SHA for 7e53097 - Browse repository at this point
Copy the full SHA 7e53097View commit details
Commits on Oct 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a6b930b - Browse repository at this point
Copy the full SHA a6b930bView commit details -
get_topological_weights: fixed condition.
After minor refactoring, the condition was the wrong way around.
Configuration menu - View commit details
-
Copy full SHA for 11ce17e - Browse repository at this point
Copy the full SHA 11ce17eView commit details -
get_topological_weights: iterate instead of calling next.
'next' gives mypy errors.
Configuration menu - View commit details
-
Copy full SHA for 6145342 - Browse repository at this point
Copy the full SHA 6145342View commit details
Commits on Nov 16, 2021
-
Replace the recursive simplify_graph function with a while loop.
This is easier to wrap your head around.
Configuration menu - View commit details
-
Copy full SHA for b5c0b82 - Browse repository at this point
Copy the full SHA b5c0b82View commit details
Commits on Nov 17, 2021
-
Co-authored-by: Tzu-ping Chung <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9408cad - Browse repository at this point
Copy the full SHA 9408cadView commit details -
Configuration menu - View commit details
-
Copy full SHA for d07cc8c - Browse repository at this point
Copy the full SHA d07cc8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43d9434 - Browse repository at this point
Copy the full SHA 43d9434View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39ce7b5 - Browse repository at this point
Copy the full SHA 39ce7b5View commit details
Commits on Nov 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 69b71ca - Browse repository at this point
Copy the full SHA 69b71caView commit details