* Changed. Updated underlying binary with latest auglib updates. Main change: ClipByRatio transform does not raise exceptions anymore when the computed threshold is too low.
0.8.3
--------------------------
* Added: set cache root with ``$AUGLIB_CACHE_ROOT`` * Changed: switched from ``audata`` to ``audformat``
0.8.2
--------------------------
* Added: ``channels`` and ``mixdown`` argument to :class:`auglib.Augment` * Changed: :class:`auglib.Augment` derives from :class:`audobject.Object` * Fixed: :meth:`auglib.default_cache_root` uses :meth:`auglib.Augment.id` * Fixed: restore progress bar in all ``auglib.Augment.process_*`` methods
0.8.1
--------------------------
* Changed: avoid nested progress bar in :meth:`auglib.Augment.augment`
0.8.0
--------------------------
* Added: :class:`auglib.config`, :meth:`auglib.default_cache_root`, :meth:`auglib.clear_default_cache_root` * Changed: ``cache_root`` argument of :meth:`auglib.Augment.augment` defaults to :meth:`auglib.default_cache_root`
0.7.1
--------------------------
* Changed: remove outdated example from README * Fixed: remove unused ``as_db`` argument form :class:`auglib.FloatUni`