Releases: audeering/audmodel
Releases · audeering/audmodel
Release list
Release v1.5.0
- Added: configuration via
~/.config/audmodel.yamlconfig file - Changed: depend on
audbackend[all]>=3.0.0 - Changed: make
audmodel-publicthe new and only default repository - Changed: make the keyword-only argument
repository
inaudmodel.publish()
a required argument - Removed: support for Artifactory backends
Release v1.4.2
- Added:
tmp_rootargument toaudmodel.publish() - Changed: exclude
tests/anddocs/folders from the Python package
Release v1.4.1
- Fixed: create lock file with group write permissions
to allow usage of shared cache
Release v1.4.0
- Added: support for named model aliases.
Most functions that take auid,
accept alternatively the correspondingalias - Added: possibility to create model aliases
by calling
audmodel.set_alias(alias, uid),
or setting the newaliasargument
ofaudmodel.publish() - Added:
audmodel.resolve_alias(alias)
to get the corresponding modeluid - Added:
audmodel.aliases(uid)
to list all aliases
pointing to the modeluid - Added: support for Python 3.14
- Changed: set default value of the
repositoryargument
ofaudmodel.publish()
toNone.
If it isNone,
it will useaudmodel.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
- Added: support for Artifactory backend in Python 3.12
- Changed: depend on
audbackend>=2.2.2
Release v1.3.0
- Added: open-source release
- Added:
audmodel-internalrepository
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