From a3bf50bc0290c16f23e476705f7606bd00caf806 Mon Sep 17 00:00:00 2001 From: Hagen Wierstorf Date: Thu, 5 Sep 2024 13:59:17 +0200 Subject: [PATCH] Release 0.1.0 --- CHANGELOG.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f2d05de..f71faa3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,21 @@ The format is based on `Keep a Changelog`_, and this project adheres to `Semantic Versioning`_. +Version 0.1.0 (2024-09-05) +-------------------------- + +* Added: initial release +* Added: ``audpsychometric.agreement_categorical()`` +* Added: ``audpsychometric.agreement_numerical()`` +* Added: ``audpsychometric.cronbachs_alpha()`` +* Added: ``audpsychometric.congeneric_reliability()`` +* Added: ``audpsychometric.evaluator_weighted_estimator()`` +* Added: ``audpsychometric.intra_class_correlation()`` +* Added: ``audpsychometric.list_datasets`` +* Added: ``audpsychometric.mode()`` +* Added: ``audpsychometric.rater_agreement()`` +* Added: ``audpsychometric.read_dataset()`` + .. _Keep a Changelog: https://keepachangelog.com/en/1.0.0/