From 1ca0a3803c04c8993dcdf85529731fc3f0410372 Mon Sep 17 00:00:00 2001 From: Aditya NG Date: Wed, 8 May 2024 01:00:12 +0530 Subject: [PATCH] =?UTF-8?q?release:=20version=200.3.0=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HISTORY.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index fdb32c7..c167ae7 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -4,6 +4,17 @@ Changelog (unreleased) ------------ +- Docs(README.md): dataset mention. [Aditya NG] +- Feat(sweep): sweep script for getting a vast hyperparam sweep. [Aditya + NG] +- Feat(tinyshakespeare): support for another dataset. [Aditya NG] +- Test(tests/test_prompt.py): eval code. [Aditya NG] +- Test(efficient_kan,original_kan): coverage. [Aditya NG] + + +0.2.0 (2024-05-04) +------------------ +- Release: version 0.2.0 🚀 [Aditya NG] - Version increment. [Aditya NG] - Docs(KAN_GPT.ipynb): benchmark runs between mlp and kan gpts. [Aditya NG]