audeering / audobject

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

Remove deprecated kwargs from object loading #42

Closed hagenw closed 2 years ago

hagenw commented 2 years ago

If we target 1.0.0 as next version we should start and remove all the deprecated code that we promised to remove with version 1.0.0.

I would do it in single pull request to have a commit for each deprecated argument/function/class.