Compare commits

..

3 Commits

Author SHA1 Message Date
Palash Tyagi
482fa83343
Merge 1381c77eaf5474c6b2c6813f578781ea7aaa04b9 into c53693fa7b37bb323e548d4be71cbe7d8da04a01 2025-08-05 23:26:05 +01:00
Palash Tyagi
1381c77eaf Revert "Update README to include upcoming features for CSV I/O, Date Utils, and more math functions"
This reverts commit 623303cf726034c0ef09da3d66d2615866d1632b.
2025-08-05 23:25:56 +01:00
c56574f0f3
Merge branch 'main' into csv 2025-08-05 23:20:10 +01:00

View File

@ -50,12 +50,6 @@ The `compute` module provides implementations for various statistical computatio
- Logistic Regression - Logistic Regression
- Principal Component Analysis - 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 ### Heads up
- **Not memoryefficient (yet)** - footprint needs work. - **Not memoryefficient (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. - Optional GPU acceleration (Vulkan or similar) for heavier workloads.
- Straightforward Python bindings using `pyo3`. - Straightforward Python bindings using `pyo3`.
- Integration with common ML libraries, or introduce simple ML features.
--- ---