Skip to content

Releases: audeering/auglib

Release v1.0.5

21 May 13:00
786cfc7

Choose a tag to compare

  • Added: support for Python 3.12
  • Added: support for Python 3.13
  • Added: support for Python 3.14
  • Changed: require audformat>=1.4.2
  • Changed: require audinterface>=1.3.2
  • Changed: exclude tests/ and docs/ folders from the Python package
  • Fixed: support pandas>=3.0
  • Removed: support for Python 3.9

Release v1.0.4

08 Jul 08:17
401552c

Choose a tag to compare

  • Fixed: preserve order of segments in index
    after augmentation with auglib.Augment.augment()
  • Fixed: ensure transforms work with signals
    stored in a read-only numpy.array
  • Fixed: return correct float types with numpy>=2.0

Release v1.0.3

14 May 07:05
4cf278e

Choose a tag to compare

  • Fixed: broken links
    on the landing page
    of the documentation

Release v1.0.2

30 Jan 07:09
16d0d53

Choose a tag to compare

  • Fixed: auglib.transform.PinkNoise
    when applied to signals with odd sample length

Release v1.0.1

26 Jan 08:29
ef48643

Choose a tag to compare

  • Fixed: missing audio examples in documentation
  • Fixed: add missing entries to the changelog of 1.0.0

Release v1.0.0

26 Jan 07:53
04107ab

Choose a tag to compare

  • Added: public release
  • Added: support for MacOS
  • Added: support for Windows
  • Added: audio examples and figures
    to the docstrings
    of all transforms
  • Added: depend on scipy
  • Added: sampling_rate as argument
    to __call__() of transforms
    that require a sampling rate
  • Added: support for Python 3.9, 3.10 and 3.11
  • Changed: auglib.Augment.augment()
    now stores augmented segments
    as single files in cache
  • Changed: auglib.Augment.augment()
    now uses allow_nat=True
    when calculating the hash of an index,
    which is used to store/find augmented files
    in cache
  • Changed: depend on audeer>=2.0.0
  • Changed: convert code base to pure Python
  • Changed: switch to MIT License
  • Fixed: support overlapping segments
  • Fixed: ensure the duration argument
    of auglib.transform.AppendValue
    and auglib.transform.PrependValue
    is first observed
    when calling the transform
  • Removed: sounddevice dependency