From 1381c77eaf5474c6b2c6813f578781ea7aaa04b9 Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Tue, 5 Aug 2025 23:25:56 +0100 Subject: [PATCH] Revert "Update README to include upcoming features for CSV I/O, Date Utils, and more math functions" This reverts commit 623303cf726034c0ef09da3d66d2615866d1632b. --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index c178df0..a52864d 100644 --- a/README.md +++ b/README.md @@ -50,12 +50,6 @@ The `compute` module provides implementations for various statistical computatio - Logistic Regression - Principal Component Analysis -### Coming soon - -- **CSV I/O** - read/write CSV files with a simple API. -- **Date Utils** - date math, calendar slicing, indexing, and more. -- **More math** - more math functions and aggregations. - ### Heads up - **Not memory‑efficient (yet)** - footprint needs work. @@ -65,7 +59,6 @@ The `compute` module provides implementations for various statistical computatio - Optional GPU acceleration (Vulkan or similar) for heavier workloads. - Straightforward Python bindings using `pyo3`. -- Integration with common ML libraries, or introduce simple ML features. ---