From 623303cf726034c0ef09da3d66d2615866d1632b Mon Sep 17 00:00:00 2001 From: Palash Tyagi <23239946+Magnus167@users.noreply.github.com> Date: Thu, 1 May 2025 01:13:34 +0100 Subject: [PATCH] Update README to include upcoming features for CSV I/O, Date Utils, and more math functions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 961ad3a..36f0cd1 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,12 @@ Rustframe keeps things simple, safe, and readable. It is handy for quick numeric - **Date‑centric row index** - business‑day ranges and calendar slicing built in. - **Pure safe Rust** - 100 % safe, zero `unsafe`. +### 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. @@ -31,6 +37,7 @@ Rustframe keeps things simple, safe, and readable. It is handy for quick numeric - Optional GPU help (Vulkan or similar) for heavier workloads. - Straightforward Python bindings using `pyo3`. +- Integration with common ML libraries, or introduce simple ML features. ---