Skip to content

Releases: audeering/audobject

Release v0.7.11

06 Dec 13:15
5968868
Compare
Choose a tag to compare
  • Added: discussion of limits
    of audobject.resolver.Function
    in its documentation
  • Added: audobject.Object.short_id
  • Fixed: replace deprecated pkg_resources by packaging
    inside audobject.Parameter

Release v0.7.10

30 Nov 10:51
4d37efd
Compare
Choose a tag to compare
  • 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

03 Mar 12:32
6f82413
Compare
Choose a tag to compare
  • Fixed: require sphinx-audeering-theme>=1.2.1
    to ensure the correct theme is used
    for the public documentation

Release v0.7.8

03 Mar 11:36
de6ab7f
Compare
Choose a tag to compare
  • Fixed: correct reference to audobject.Object.arguments
    inside the to_dict() method in the documentation

Release v0.7.7

23 Dec 10:28
94fcf3c
Compare
Choose a tag to compare
  • Added: support for Python 3.10
  • Changed: split API documentation into sub-pages
    for each function/class

Release v0.7.6

08 Dec 09:30
ed4c4c7
Compare
Choose a tag to compare
  • Fixed: do not resolve arguments set to None
  • Fixed: resolve non-keyword arguments

Release v0.7.5

21 Jul 11:45
d111741
Compare
Choose a tag to compare
  • Fixed:
    audobject.Object.is_loaded_from_dict
    returns correct value in
    __init__()

Release v0.7.4

21 Jul 07:59
1bb3f3d
Compare
Choose a tag to compare
  • Added: audobject.Object.is_loaded_from_dict

Release v0.7.3

19 Jul 14:03
Compare
Choose a tag to compare
  • Fixed: if __init__() accepts kwargs
    no longer all attributes will be serialized,
    but only the ones included in kwargs
    (in addition to the other arguments).
    This requires that
    super.__init__(**kwargs)
    is called in the constructor

Release v0.7.2

14 Jul 11:13
Compare
Choose a tag to compare
  • Fixed: support comparison with arbitrary objects
    in audibject.Object.__eq__,
    which is needed with signature