Skip to content

Release v0.7.10

Choose a tag to compare

@github-actions github-actions released this 30 Nov 10:51
· 27 commits to main since this release
4d37efd
  • 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