Skip to content

Releases: audeering/audplot

Release v1.4.7

26 Apr 07:09
aefafcd
Compare
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
Compare
Choose a tag to compare
  • Changed: split API documentation into sub-pages
    for each function

Release v1.4.5

07 Dec 07:17
a1b4699
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Added: fit and order arguments to audplot.scatter()
  • Changed: audplot.scatter() shows just a scatter plot with default
    arguments

Release v1.3.2

17 Nov 08:32
Compare
Choose a tag to compare
  • Changed: show frequency instead of counts on the y-axis
    for audplot.distribution()
  • Fixed: audplot.distribution() bins now independently
    for each distribution,
    which ensures the same distribution
    is always plotted the same way

Release v1.3.1

03 Nov 09:26
Compare
Choose a tag to compare
  • Fixed: building public documentation in CI pipeline