1.23.0
New Features
- NetworkX is no longer a direct dependency. See #504.
Deprecation Notes
- Deprecate
common_working_graph()
. It will be removed in dwave-system 2.0. Usenetworkx.intersection()
instead.
common_working_graph()
. It will be removed in dwave-system 2.0. Use networkx.intersection()
instead.