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
* MNT: Make Substitution and _ArtistPropertiesSubstitution independent
They do not have relevant functional overlap. Thus, it's simpler
to keep them completely separated.
* Rename _ArtistPropertiesSubstitution.update() to register()
While it's internally a dict.update. The logical process is a
registration to make the names publically available. Also,
remove the possibility to pass a dict. Passing kwargs is
enough and we can simplify the API to only one type of usage.
0 commit comments