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/