From 4fb37403024338500046be1390363c07c03e5b85 Mon Sep 17 00:00:00 2001 From: Subhransu Bhattacharjee Date: Mon, 11 Sep 2023 12:43:02 +1000 Subject: [PATCH] Update README.md Signed-off-by: Subhransu Bhattacharjee --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 361b202..029766f 100644 --- a/README.md +++ b/README.md @@ -21,18 +21,6 @@ Mangrove is a utility data structure designed to manage various types of data wi - **Uprooting**: `uproot()` moves variables to depth 0. - **Deleter**: `deleter()` deletes the instance and its data. -## Methods -- `config()`: Define type constraints. -- `add_data()`: Add variables with checks. -- `summary()`: Overview of data state. -- `__getattr__` and `__setattr__`: Variable access. -- `tocuda()`: Transfer data to CUDA GPUs. -- `push()`: Modify variable depth. -- `inosc()`: Manipulate values across depths. -- `uproot()`: Move variables to root. -- `shift()`: Shift variables between depths. -- `deleter()`: Delete the instance and its data. - ## Requirements - CUDA-enabled GPU - Python 3.x