mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 08:30:01 +00:00
Merge 27275e24790c54582fa46220bf27ba22c21a3e48 into 5db5475a618b9f09a7c8ca81a7442d676eea4154
This commit is contained in:
commit
7f52b7047c
@ -27,6 +27,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.
|
||||
@ -36,6 +42,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.
|
||||
|
||||
---
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user