Releases: audeering/audobject
Releases · audeering/audobject
Release v0.7.11
- Added: discussion of limits
ofaudobject.resolver.Function
in its documentation - Added:
audobject.Object.short_id
- Fixed: replace deprecated
pkg_resources
bypackaging
insideaudobject.Parameter
Release v0.7.10
- Added: support for Python 3.11
- Fixed: speed up package name lookup in
audobject.Object.to_dict()
,
which makes repeated object serialization
up to 100x faster - Fixed: avoid deprecation warning
by replacing
pkg_resources
internally with
importlib.metadata
- Removed: support for Python 3.7
Release v0.7.9
- Fixed: require
sphinx-audeering-theme>=1.2.1
to ensure the correct theme is used
for the public documentation
Release v0.7.8
- Fixed: correct reference to
audobject.Object.arguments
inside theto_dict()
method in the documentation
Release v0.7.7
- Added: support for Python 3.10
- Changed: split API documentation into sub-pages
for each function/class
Release v0.7.6
- Fixed: do not resolve arguments set to
None
- Fixed: resolve non-keyword arguments
Release v0.7.5
- Fixed:
audobject.Object.is_loaded_from_dict
returns correct value in
__init__()
Release v0.7.4
- Added:
audobject.Object.is_loaded_from_dict
Release v0.7.3
- Fixed: if
__init__()
acceptskwargs
no longer all attributes will be serialized,
but only the ones included inkwargs
(in addition to the other arguments).
This requires that
super.__init__(**kwargs)
is called in the constructor
Release v0.7.2
- Fixed: support comparison with arbitrary objects
inaudibject.Object.__eq__
,
which is needed withsignature