Skip to content

Releases: audeering/audplot

Release v1.4.9

Choose a tag to compare

@github-actions github-actions released this 15 Apr 13:43
1a90025
  • 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

Choose a tag to compare

@github-actions github-actions released this 07 Jan 11:04
96ed6d2
  • 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

Choose a tag to compare

@github-actions github-actions released this 26 Apr 07:09
aefafcd
  • 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

Choose a tag to compare

@github-actions github-actions released this 21 Dec 16:03
b81ccfd
  • Changed: split API documentation into sub-pages
    for each function

Release v1.4.5

Choose a tag to compare

@github-actions github-actions released this 07 Dec 07:17
a1b4699
  • 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

Choose a tag to compare

@github-actions github-actions released this 02 Dec 15:13
a4b8f0b
  • Added: support for Python 3.10
  • Changed: increase speed of audplot.waveform()
    by factor >100 for long signals

Release v1.4.3

Choose a tag to compare

@github-actions github-actions released this 14 Oct 12:44
135ca60
  • Fixed: require matplotlib!=3.6.1
    to avoid failing of audplot.distribution()

Release v1.4.2

Choose a tag to compare

@github-actions github-actions released this 07 Jan 08:21
  • Fixed: make audplot.scatter(..., fit=True) plots reproducible
    by using a fixed seed for bootstrapping

Release v1.4.1

Choose a tag to compare

@github-actions github-actions released this 04 Jan 09:19
  • Added: Python 3.9 support
  • Fixed: contributing text
  • Removed: Python 3.6 support

Release v1.4.0

Choose a tag to compare

@github-actions github-actions released this 10 Dec 13:45
  • Added: fit and order arguments to audplot.scatter()
  • Changed: audplot.scatter() shows just a scatter plot with default
    arguments