91 Commits

Author SHA1 Message Date
Palash Tyagi
40aaafa5de fix bad char 2025-04-23 22:49:55 +01:00
Palash Tyagi
f2c4f297a6 updating comments in frame implementation 2025-04-23 22:22:34 +01:00
Palash Tyagi
de6b419911 updating comments in frame implementation 2025-04-23 22:20:16 +01:00
Palash Tyagi
6e0606709d Remove unused comment regarding macro implementations in BoolOps 2025-04-23 19:59:18 +01:00
Palash Tyagi
284471f4aa Fix typos in documentation comments and improve clarity in cumsum_horizontal implementation 2025-04-23 19:57:46 +01:00
Palash Tyagi
c30646d5d0 updating comments 2025-04-23 18:57:38 +01:00
006a9f6ce2
Merge branch 'main' into frame_update 2025-04-21 01:43:51 +01:00
Palash Tyagi
25e3405d85 Update documentation to use rustframe::utils for BDatesList and DatesList 2025-04-21 01:27:41 +01:00
Palash Tyagi
488f101618 Update module exports to include BDatesGenerator and DatesGenerator 2025-04-21 01:27:28 +01:00
Palash Tyagi
dfd4a7ddc7 fix: specify float type in assertions for element-wise multiplication examples 2025-04-21 01:25:56 +01:00
Palash Tyagi
6d371a50e3 add unreachable pattern warnings to RowIndexLookupHelper implementations 2025-04-21 00:47:09 +01:00
Palash Tyagi
cc4becd244 first draft of date/int addressing 2025-04-20 23:44:39 +01:00
Palash Tyagi
9c16e2eee6 remove commented-out test for column swapping 2025-04-20 14:04:58 +01:00
Palash Tyagi
0bfadd5f97 added modifications to use generator in dates util 2025-04-20 05:54:09 +01:00
Palash Tyagi
1588f05b9d added docstring for bdatesGenerator 2025-04-20 05:24:13 +01:00
Palash Tyagi
40f5f68e65 added docstring for bdateslist 2025-04-20 05:23:30 +01:00
Palash Tyagi
5dc683ffae added modifications to use generator in bdates util 2025-04-20 05:22:59 +01:00
Palash Tyagi
1d81f7e72f moved tests out of tests directory 2025-04-20 01:46:57 +01:00
Palash Tyagi
b6ce1c9076 move matrix tests to mat.rs 2025-04-20 01:42:32 +01:00
Palash Tyagi
57e5ee38d2 moved tests back into frame.rs 2025-04-20 01:40:50 +01:00
Palash Tyagi
34f89d6046 fix: ensure README.md is included in documentation output 2025-04-20 00:56:30 +01:00
Palash Tyagi
fcbea050a4 apply formatting 2025-04-19 17:44:41 +01:00
Palash Tyagi
65d88f4af2 add dates module and re-export DateFreq and DatesList 2025-04-19 16:01:25 +01:00
Palash Tyagi
3e4378c525 added DatesList util 2025-04-19 16:01:19 +01:00
Palash Tyagi
4043632a68 update BDateFreq parsing and add string representation methods, added more tests 2025-04-19 15:32:58 +01:00
Palash Tyagi
afd4187674 add utils mod to lib.rs 2025-04-19 14:07:17 +01:00
Palash Tyagi
3dec894cd0 add mod.rs for utils 2025-04-19 14:06:59 +01:00
Palash Tyagi
54e5810100 added util for bdates list 2025-04-19 14:04:16 +01:00
Palash Tyagi
2168740580 add base module and re-export for frame operations 2025-04-19 00:44:16 +01:00
Palash Tyagi
9e05ad836a bugfix: refactor swap_columns method 2025-04-19 00:43:00 +01:00
Palash Tyagi
5bc37d58e3 add Frame struct with methods for column manipulation and element-wise operations 2025-04-19 00:42:28 +01:00
Palash Tyagi
f0d92d5c63 add matrix module to the library 2025-04-18 22:38:16 +01:00
Palash Tyagi
0b2443d794 add matrix module with submodules for mat, seriesops, and boolops 2025-04-18 22:37:53 +01:00
Palash Tyagi
c52d36ff36 add BoolOps trait and BoolMatrix implementation for boolean operations 2025-04-18 22:36:58 +01:00
Palash Tyagi
4f21290b1c add SeriesOps trait and implementations for FloatMatrix to support axis-based operations 2025-04-18 22:36:46 +01:00
Palash Tyagi
a161cf0c76 add Matrix<T> struct with core functionality for 2D matrix operations 2025-04-18 22:33:53 +01:00
Palash Tyagi
45b01ad096 add lib.rs to declare the frame module 2025-04-17 11:59:04 +01:00
Palash Tyagi
8467a3def2 add mod.rs to declare the mat module 2025-04-17 11:58:59 +01:00
Palash Tyagi
6c82f40b3a add first draft of a matrix implementation 2025-04-17 11:56:14 +01:00
Palash Tyagi
7c128105cb delete main.rs 2025-04-17 11:55:54 +01:00
Palash Tyagi
76d6c9b4b5 Initialize Rust project with Cargo configuration and main function 2025-04-14 23:19:21 +01:00