-
Notifications
You must be signed in to change notification settings - Fork 16
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
Document/Clarify Removal of GraphTraversal Functionality #91
Comments
You posted a link to 2.0.dev12 - the latest |
You're right, sorry about that. The DEV16 release was on October 22, and the graph traversal was removed on October 26. Brightway2 is pinned to
One should only use |
Ok, thank you for the clarification. Can I therefore:
? |
Changelog update in 1dd1132. But the So I think for now you will just need to manually use |
Fine, we'll keep this open until then. Thank you! |
@cmutel, you moved (some?) graph traversal functionality to the
bw_graph_tools
package with 273c520. This is not documented in the changelog (or anywhere else except in the commit title). The last changelog entry related to graph traversal simply mentions:This means that on the current
main
branch, there is no graph traversal functionality in thebw2calc
package at all.However, in the latest
dev
version, there is abw2calc/graph_traversal.py
file .bw_graph_tools
is not called anywhere.Is there some reason to this madness 🙈?
main
), how should one use theGraphTraversal
class? Importbw_graph_tools
directly?dev
), how should one use theGraphTraversal
class? Call it frombw2calc
? What is the role ofbw_graph_tools
in this case?The text was updated successfully, but these errors were encountered: