From d0ea020df61ba0e359a338f5b7bdbf5624baaef9 Mon Sep 17 00:00:00 2001 From: Ziming Liu Date: Sun, 14 Jul 2024 08:26:24 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b3bfdb3..0d587dfb 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ * `model.train()` has been changed to `model.fit()` * Some other small features are changed (e.g., create_dataset has been moved to kan.utils). I have updated and checked the notebooks in `./tutorials` are runnable on CPUs, so please refer to those tutorials for updated/new functionalities. Documentation hasn't been updated yet but will be updated soon. -For pypi users, this is the most recent version 0.2.0. +For pypi users, this is the most recent version 0.2.1. New functionalities include (documentation later): * including multiplications in KANs. [Tutorial](https://github.com/KindXiaoming/pykan/blob/master/tutorials/Interp_1_Hello%2C%20MultKAN.ipynb)