From a1b114accdbb455e8bb571ff1e774b8e90cfea63 Mon Sep 17 00:00:00 2001 From: Sahil Kumar Singh Date: Sun, 28 Jun 2026 12:34:20 +0530 Subject: [PATCH] docs: docstrings on trainer functions --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 060d7fc..6bf3501 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -201,3 +201,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed - Untracked `__pycache__`, `build/`, and `dist/` from the git repository. +- patch 235: docs: docstrings on trainer functions