Releases: audeering/audplot
Releases · audeering/audplot
Release v1.4.7
- Added: support for Python 3.11
- Added: support for Python 3.12
- Fixed: avoid
pandas
future warning
forpandas.DataFrame.applymap()
- Fixed: avoid deprecation warning
by replacing
pkg_resources
internally with
importlib.metadata
- Removed: support for Python 3.7
Release v1.4.6
- Changed: split API documentation into sub-pages
for each function
Release v1.4.5
- 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
- Added: support for Python 3.10
- Changed: increase speed of
audplot.waveform()
by factor >100 for long signals
Release v1.4.3
- Fixed: require
matplotlib!=3.6.1
to avoid failing ofaudplot.distribution()
Release v1.4.2
- Fixed: make
audplot.scatter(..., fit=True)
plots reproducible
by using a fixed seed for bootstrapping
Release v1.4.1
- Added: Python 3.9 support
- Fixed: contributing text
- Removed: Python 3.6 support
Release v1.4.0
- Added:
fit
andorder
arguments toaudplot.scatter()
- Changed:
audplot.scatter()
shows just a scatter plot with default
arguments
Release v1.3.2
- Changed: show frequency instead of counts on the y-axis
foraudplot.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
- Fixed: building public documentation in CI pipeline