audeering / audobject

Generic Python interface for serializing objects to YAML
https://audeering.github.io/audobject/
Other
1 stars 0 forks source link

Remove deprecated audobject.ValueResolver #43

Closed hagenw closed 2 years ago

hagenw commented 2 years ago

Removes deprecated audobject.ValueResolver.

It was also still mentioned in the documentation:

image

frankenjoe commented 2 years ago

Maybe rephrase to:

"To control how arguments are encoded / decoded, a dictionary of resolvers can be passed. The dictionary maps argument names to classes implementing :class:audobject.resolver.Base."

hagenw commented 2 years ago

To control how arguments are encoded / decoded, a dictionary of resolvers can be passed. The dictionary maps argument names to classes implementing :class:audobject.resolver.Base.

OK, changed to

image