Skip to content

Releases: audeering/audmodel

Release v1.5.0

Choose a tag to compare

@github-actions github-actions released this 02 Jul 08:47
b9f140e
  • Added: configuration via ~/.config/audmodel.yaml config file
  • Changed: depend on audbackend[all]>=3.0.0
  • Changed: make audmodel-public the new and only default repository
  • Changed: make the keyword-only argument repository
    in audmodel.publish()
    a required argument
  • Removed: support for Artifactory backends

Release v1.4.2

Choose a tag to compare

@github-actions github-actions released this 13 May 13:02
18e3c49
  • Added: tmp_root argument to audmodel.publish()
  • Changed: exclude tests/ and docs/ folders from the Python package

Release v1.4.1

Choose a tag to compare

@github-actions github-actions released this 12 Mar 11:31
3174a0a
  • Fixed: create lock file with group write permissions
    to allow usage of shared cache

Release v1.4.0

Choose a tag to compare

@github-actions github-actions released this 08 Dec 13:47
bf39284
  • Added: support for named model aliases.
    Most functions that take a uid,
    accept alternatively the corresponding alias
  • Added: possibility to create model aliases
    by calling
    audmodel.set_alias(alias, uid),
    or setting the new alias argument
    of audmodel.publish()
  • Added: audmodel.resolve_alias(alias)
    to get the corresponding model uid
  • Added: audmodel.aliases(uid)
    to list all aliases
    pointing to the model uid
  • Added: support for Python 3.14
  • Changed: set default value of the repository argument
    of audmodel.publish()
    to None.
    If it is None,
    it will use audmodel.config.REPOSITORIES[0]
    which returns the same default value as before
  • Changed: depend on audbackend[all]>=2.2.3
  • Fixed: lock cache to avoid failures
    when two processes/users download the same model.
    The lock does not support cross-platform access to the cache
  • Removed: support for Python 3.9

Release v1.3.1

Choose a tag to compare

@github-actions github-actions released this 05 Mar 09:59
21ab605
  • Added: support for Artifactory backend in Python 3.12
  • Changed: depend on audbackend>=2.2.2

Release v1.3.0

Choose a tag to compare

@github-actions github-actions released this 11 Dec 10:52
6f4e891
  • Added: open-source release
  • Added: audmodel-internal repository
    on S3
  • Added: support for Python 3.11
  • Added: support for Python 3.12 (without Artifactory backend)
  • Added: support for Python 3.13 (without Artifactory backend)
  • Changed: switch to MIT license