audeering / audobject

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

Module-level load functions #16

Closed frankenjoe closed 2 years ago

frankenjoe commented 2 years ago

Closes #15

Deprecates the static audobject.Object.from_*() methods (with version 1.0.0) and introduces audobject.from_*() instead.

codecov[bot] commented 2 years ago

Codecov Report

Merging #16 (0183f37) into master (a104d9f) will not change coverage. The diff coverage is 100.0%.

Impacted Files Coverage Δ
audobject/__init__.py 100.0% <100.0%> (ø)
audobject/core/api.py 100.0% <100.0%> (ø)
audobject/core/object.py 100.0% <100.0%> (ø)
frankenjoe commented 2 years ago

In my opinion we could shorten the function names to:

audobject.from_*

Agree. Changed it accordingly.