Skip to content

Releases: audeering/audplot

Release v1.4.9

15 Apr 13:43
1a90025

Choose a tag to compare

  • Changed: depend on pandas>=2.1
  • Changed: exclude tests/ and docs/ folders from the Python package
  • Fixed: audplot.confusion_matrix() for pandas>=3.0

Release v1.4.8

07 Jan 11:04
96ed6d2

Choose a tag to compare

  • Added: support for Python 3.13
  • Added: support for Python 3.14
  • Removed: support for Python 3.9
  • Removed: support for Python 3.8

Release v1.4.7

26 Apr 07:09
aefafcd

Choose a tag to compare

  • Added: support for Python 3.11
  • Added: support for Python 3.12
  • Fixed: avoid pandas future warning
    for pandas.DataFrame.applymap()
  • Fixed: avoid deprecation warning
    by replacing
    pkg_resources
    internally with
    importlib.metadata
  • Removed: support for Python 3.7

Release v1.4.6

21 Dec 16:03
b81ccfd

Choose a tag to compare

  • Changed: split API documentation into sub-pages
    for each function

Release v1.4.5

07 Dec 07:17
a1b4699

Choose a tag to compare

  • Fixed: x-axis scaling for audplot.waveform().
    x-axis values now always correspond
    to the actual number of samples
    of the signal

Release v1.4.4

02 Dec 15:13
a4b8f0b

Choose a tag to compare

  • Added: support for Python 3.10
  • Changed: increase speed of audplot.waveform()
    by factor >100 for long signals

Release v1.4.3

14 Oct 12:44
135ca60

Choose a tag to compare

  • Fixed: require matplotlib!=3.6.1
    to avoid failing of audplot.distribution()

Release v1.4.2

07 Jan 08:21

Choose a tag to compare

  • Fixed: make audplot.scatter(..., fit=True) plots reproducible
    by using a fixed seed for bootstrapping

Release v1.4.1

04 Jan 09:19

Choose a tag to compare

  • Added: Python 3.9 support
  • Fixed: contributing text
  • Removed: Python 3.6 support

Release v1.4.0

10 Dec 13:45

Choose a tag to compare

  • Added: fit and order arguments to audplot.scatter()
  • Changed: audplot.scatter() shows just a scatter plot with default
    arguments