You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removing set_global_graph_attrs resulted in a breakage of the MXNet library which was using that function. This has been patched with add_global_graph_attrs, though the nodes are now of fixed size rather than wrapping the text content. I assume this can be fixed by changing some other graph attributes?
Although MXNet library isn't on CRAN, could there be a way to be made aware of potential breaking changes prior to a cran release that defunct or change behavior of some function? Thanks!
The text was updated successfully, but these errors were encountered:
Removing
set_global_graph_attrs
resulted in a breakage of the MXNet library which was using that function. This has been patched withadd_global_graph_attrs
, though the nodes are now of fixed size rather than wrapping the text content. I assume this can be fixed by changing some other graph attributes?Although MXNet library isn't on CRAN, could there be a way to be made aware of potential breaking changes prior to a cran release that defunct or change behavior of some function? Thanks!
The text was updated successfully, but these errors were encountered: