All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added: support for
numpy
2.0
- Added:
ignore_nan
argument toaudmetric.concordance_cc()
- Added: support for Python 3.12
- Changed: speedup
audmetric.detection_error_tradeoff()
- Fixed: avoid deprecation warning for
pkg_resources
- Removed: support for Python 3.7
- Added:
audmetric.linkability()
- Changed: speedup
audmetric.concordance_cc()
andaudmetric.pearson_cc()
when providingtruth
and/orprediction
as numpy arrays
- Fixed: require
sphinx-audeering-theme>=1.2.1
to enforce correct theme in published docs
- Added: support for Python 3.10
- Added: support for Python 3.11
- Changed: split API documentation into sub-pages for each function
- Fixed: accuracy formula in docstring
- Added: reference for CCC formula
- Fixed: support pandas series with datatype
Int64
- Fixed: typo in docstring of
audmetric.mean_absolute_error()
- Added: Python 3.9 support
- Removed: Python 3.6 support
- Added:
audmetric.utils.infer_labels()
- Added:
audmetric.equal_error_rate()
- Added:
audmetric.detection_error_tradeoff()
- Fixed: broken package due to missing
__init_.py
file
- Added: initial public release