This commit removes support for passing a dictionary to labels. However, the docstring for labels still documents passing a dict, rather than keyword arguments. I spent unnecessarily long puzzling over an "Incorrect label count" error from a library that appeared to be using the method as documented.
This commit removes support for passing a dictionary to
labels. However, the docstring forlabelsstill documents passing a dict, rather than keyword arguments. I spent unnecessarily long puzzling over an "Incorrect label count" error from a library that appeared to be using the method as documented.