538 Commits

Author SHA1 Message Date
Palash Tyagi
1ebc3546d2 Refactor assertions for clarity in Matrix methods and update test cases for consistency 2025-07-05 21:07:32 +01:00
Palash Tyagi
ffe635f1c4 Add transpose method and corresponding tests for Matrix 2025-07-05 21:07:21 +01:00
Palash Tyagi
75f194b8c9 Implement matrix multiplication and dot product methods for FloatMatrix in SeriesOps trait 2025-07-05 20:44:16 +01:00
Palash Tyagi
3e279b8138 Fix image height attribute in README.md 2025-07-05 15:35:16 +01:00
Palash Tyagi
a06725686f using http api instead of gh cli 2025-07-05 15:34:31 +01:00
Palash Tyagi
7106f6ccf7 Add a blank line at the beginning of README.md for better formatting 2025-07-05 00:58:31 +01:00
Palash Tyagi
95911fb0ef Fix GitHub token reference for downloading benchmark report 2025-07-05 00:56:53 +01:00
Palash Tyagi
84b7fc8eec Fix GitHub token reference for downloading benchmark report 2025-07-05 00:53:22 +01:00
7a580327e8
Merge pull request #52 from Magnus167/updating-example
Updating example
2025-07-05 00:51:25 +01:00
Palash Tyagi
1e908b0ac5 Fix token handling for downloading benchmark report in workflow 2025-07-05 00:50:10 +01:00
Palash Tyagi
1f306c59f2 Add instructions for running examples in README.md 2025-07-05 00:47:57 +01:00
Palash Tyagi
48660b1a75 Add rand as a development dependency in Cargo.toml 2025-07-05 00:47:51 +01:00
Palash Tyagi
6858fa4bfa Implement main game loop and board printing for Conway's Game of Life 2025-07-05 00:47:45 +01:00
545c1d7117
Merge pull request #51 from Magnus167/examples-folder
Renamed `example` folder to `examples`
2025-07-04 20:20:26 +01:00
Palash Tyagi
da72f18b42 moved file 2025-07-04 20:17:52 +01:00
Palash Tyagi
7d7794627b Refactor DataFrame usage example in README.md for clarity and consistency 2025-07-04 20:15:47 +01:00
d9bdf8ee96
Merge branch 'main' into dataframe 2025-07-04 00:59:57 +01:00
e7d4e2221c
Merge pull request #50 from Magnus167/update-doc
Update documentation for HTML formatting
2025-07-04 00:59:51 +01:00
c7e39e6f99
Merge branch 'main' into update-doc 2025-07-04 00:57:07 +01:00
a61ff8a4e1
Merge branch 'main' into dataframe 2025-07-04 00:55:16 +01:00
36588e38f6
Merge pull request #49 from Magnus167/examples-gol
Implement Game of Life simulation example
2025-07-04 00:54:36 +01:00
Palash Tyagi
bc5cc65897 Update documentation for to_vec method to improve clarity 2025-07-04 00:53:15 +01:00
Palash Tyagi
2477b3e8f6 Update README.md for formatting consistency and add examples section 2025-07-04 00:48:13 +01:00
Palash Tyagi
60639ade01 Implement Game of Life simulation with neighbor layer shifting and patterns 2025-07-04 00:48:08 +01:00
Palash Tyagi
26ee580710 Refactor README: update DataFrame usage example 2025-07-04 00:46:12 +01:00
Palash Tyagi
96934cd89f update DataFrame module exports 2025-07-04 00:45:45 +01:00
Palash Tyagi
27ab1ac129 reimplement dataframe functionality from scratch 2025-07-04 00:45:28 +01:00
Palash Tyagi
eb4fefe363 Enhance DataFrame display: implement column ellipsis for large datasets; improve row and column index calculations for better output formatting. 2025-07-02 23:45:43 +01:00
Palash Tyagi
60cc97e702 Enhance DataFrame display: implement row truncation with ellipsis for large datasets; improve column width calculations and formatting for better readability. 2025-07-02 23:33:34 +01:00
Palash Tyagi
7e2a5ec18d Enhance DataFrame display: update head and tail methods for improved row retrieval and formatting; refine display output for empty DataFrames and adjust column width calculations. 2025-07-02 22:18:09 +01:00
Palash Tyagi
4038d25b07 applied formatting 2025-07-02 00:25:45 +01:00
Palash Tyagi
aa15248b58 Rename variable for clarity in DataFrame display formatting 2025-07-02 00:25:31 +01:00
Palash Tyagi
fa392ec631 Add head_n and tail_n methods to DataFrame for row retrieval; enhance display formatting 2025-07-02 00:22:52 +01:00
Palash Tyagi
8b6f16236a Refactor TypedFrame methods using macros for common functionality and improve column accessors 2025-07-01 23:26:57 +01:00
Palash Tyagi
58acea8467 Add DataFrame usage examples to README.md 2025-06-22 21:16:06 +01:00
Palash Tyagi
2607d9c3b0 Add pub use statement for DataFrame, DataFrameColumn, and TypedFrame in mod.rs 2025-06-22 21:15:12 +01:00
Palash Tyagi
57ed06f79b Reimplemented dataframe class with TypedFrame interface 2025-06-22 19:47:12 +01:00
Palash Tyagi
01a132264f Remove unused imports and clean up test module in DataFrame implementation 2025-06-22 05:44:24 +01:00
Palash Tyagi
ff4535c56b Implement column renaming in DataFrame, updating both logical names and underlying Frame references. 2025-06-22 05:35:48 +01:00
9b480e8130
Merge branch 'main' into dataframe 2025-06-22 05:22:06 +01:00
6e0ea441e4
Merge pull request #48 from Magnus167/range-index-update
Allow explicit setting range index
2025-06-22 05:21:45 +01:00
Palash Tyagi
453e34ef82 Improve panic message for invalid Range index in Frame::new test 2025-06-22 05:19:52 +01:00
Palash Tyagi
092a7b7cce Validate range index length in Frame::new to prevent mismatches with matrix rows 2025-06-22 05:08:05 +01:00
Palash Tyagi
fe666a4ddb First draft: Implement DataFrame and DataFrameColumn structures 2025-06-22 05:01:19 +01:00
Palash Tyagi
b80d5ab381 Add documentation for the DataFrame module and include it in the library 2025-06-22 05:00:59 +01:00
Palash Tyagi
49f7558225 Enhance column access methods to clarify usage by name and physical index 2025-06-22 05:00:42 +01:00
349ae52629
Merge pull request #46 from Magnus167/bechmark-edits
Replace benchmark artifact handling and update buggy benchmark
2025-06-07 13:23:23 +01:00
Palash Tyagi
7b33b5b582 Handle missing benchmark artifact by creating an HTML placeholder instead of failing the workflow 2025-06-07 13:17:06 +01:00
Palash Tyagi
9279939c30 Replace BDatesList and BDateFreq with DatesList and DateFreq in benchmarks 2025-06-07 13:09:32 +01:00
092aebd5fc
Merge pull request #45 from Magnus167/frame_ops_enhance
Enhance element-wise and bitwise operations for Frame<T> and Frame<bool>
2025-06-07 12:27:56 +01:00