588 Commits

Author SHA1 Message Date
Palash Tyagi
ac0eed2d56 Add comprehensive arithmetic and boolean logic tests for Matrix operations 2025-05-03 01:17:01 +01:00
Palash Tyagi
73a30d45c5 Rename test matrix creation functions for clarity and consistency 2025-05-03 01:16:33 +01:00
Palash Tyagi
3cb68be062 Refactor element-wise arithmetic operations to use a centralized dimension check for improved error handling 2025-05-03 01:11:59 +01:00
Palash Tyagi
ca734fbedf Enhance bitwise operations for boolean matrices and implement logical NOT for both owned and borrowed matrices 2025-05-03 00:39:08 +01:00
Palash Tyagi
36a0846efa Enhance element-wise arithmetic operations for Matrix + Scalar to support in-place modifications and improve performance 2025-05-03 00:38:07 +01:00
Palash Tyagi
7f587a7b7e Enhance element-wise arithmetic operations for Matrix to support multiple ownership variants and improve in-place modifications 2025-05-03 00:37:06 +01:00
Palash Tyagi
a30a7101e8 Refactor element-wise comparison macro to improve naming consistency 2025-05-03 00:36:03 +01:00
Palash Tyagi
10c6116f8f Enhance element-wise comparison methods to optimize data handling 2025-05-03 00:35:34 +01:00
Palash Tyagi
ecb1939ec2 Enhance error messages in Broadcastable trait to clarify row and column count mismatches 2025-05-03 00:32:46 +01:00
Palash Tyagi
bdd0a23096 Enhance add_column and add_row methods to handle empty matrices and improve error handling 2025-05-03 00:31:11 +01:00
Palash Tyagi
4c02006153 Optimize column swapping logic to handle empty matrices and prevent unnecessary swaps 2025-05-03 00:29:14 +01:00
Palash Tyagi
9fd3582061 Refactor delete_row method to improve bounds checking and optimize data rebuilding 2025-05-03 00:26:43 +01:00
Palash Tyagi
8574d86abc Enhance delete_column method to improve efficiency of column removal 2025-05-03 00:26:21 +01:00
Palash Tyagi
20727a2b91 Improve column swapping logic to handle empty matrices and prevent overlapping swaps 2025-05-03 00:25:45 +01:00
Palash Tyagi
a3b2c2e7b4 Update benchmarks: rename benchmark to benchmarks and add combined benchmarks for matrix operations 2025-05-03 00:05:41 +01:00
147cb2f168
Merge branch 'main' into benchmarks 2025-05-02 23:43:07 +01:00
d2d4764c17
Merge pull request #31 from Magnus167/bugfix/not_operator
Implement logical NOT for references to boolean matrices
2025-05-02 23:40:12 +01:00
3007db1d02
Merge branch 'main' into bugfix/not_operator 2025-05-02 23:38:58 +01:00
bdef7f1732
Merge branch 'main' into date_utils 2025-05-02 23:38:53 +01:00
34cff9f05e
Merge branch 'main' into update_frame_init 2025-05-02 23:38:42 +01:00
ccab83e501
Merge pull request #32 from Magnus167/bugfix/wkflow
Add pull request types for unit test workflow
2025-05-02 23:38:31 +01:00
Palash Tyagi
9209579a65 testing commit 2025-05-02 23:36:54 +01:00
Palash Tyagi
55a3c788ea Add concurrency settings to unit test workflow 2025-05-02 23:36:30 +01:00
Palash Tyagi
44e15ae489 Update pull request types in workflow trigger for unit tests 2025-05-02 23:35:54 +01:00
Palash Tyagi
cf6cd18fad Add pull request types to workflow trigger for unit tests 2025-05-02 23:33:39 +01:00
Palash Tyagi
e2e349fec5 Implement logical NOT for references to boolean matrices 2025-05-02 23:30:23 +01:00
Palash Tyagi
2bd01eabb0 Update Cargo.toml and Cargo.lock to add new dependencies and benchmarks 2025-05-02 22:15:42 +01:00
Palash Tyagi
f91ddc5c41 Improve assertions and documentation for matrix operations; allow 0-row matrices from empty columns. 2025-05-01 23:56:06 +01:00
Palash Tyagi
ba1e2b3d43 update imports and module docstring 2025-05-01 23:14:37 +01:00
Palash Tyagi
a0a551c7d9 update into_vec, from_vec 2025-05-01 23:13:57 +01:00
Palash Tyagi
7cf41171a8 Allow creation of 0-row matrices from empty column data and improve data flattening in from_cols method. 2025-05-01 23:12:19 +01:00
Palash Tyagi
38c5c28454 Enhance matrix assertions for row and column operations to allow 0-row matrices with empty columns and improve error messages for index out of bounds. 2025-05-01 23:10:51 +01:00
Palash Tyagi
3c8b69d3ab Merge branch 'main' into update_frame_init 2025-05-01 01:09:21 +01:00
2b4ef8a371
Merge branch 'main' into date_utils 2025-05-01 01:03:32 +01:00
0671790f0f
Merge pull request #27 from Magnus167/wkflow_updates
Updating workflows
2025-05-01 01:03:23 +01:00
Palash Tyagi
ed51a74f6b Add rustframe logo to documentation output 2025-05-01 01:02:09 +01:00
Palash Tyagi
dab2c758e6 Add condition to skip tests for draft pull requests 2025-05-01 01:02:03 +01:00
7a55396cf3
Merge pull request #25 from Magnus167/readme_logo
Updating README logo
2025-04-30 18:49:08 +01:00
Palash Tyagi
dc09ee7006 Add comment explaining the use of center tag in README 2025-04-30 18:47:20 +01:00
Palash Tyagi
70ad5d6be4 Center logo in README and reduce height from 75 to 50 pixels 2025-04-30 18:46:45 +01:00
Palash Tyagi
b6c548ba7a testing... 2025-04-30 18:41:19 +01:00
Palash Tyagi
d42f1cee61 Reduce logo height in README from 100 to 50 pixels 2025-04-30 18:40:14 +01:00
Palash Tyagi
5c69ee3ac2 Align logo image to the left in README 2025-04-30 18:39:42 +01:00
Palash Tyagi
9ebc507f4a Add line break above project title in README 2025-04-30 18:39:09 +01:00
Palash Tyagi
ebaf3565ce Remove unnecessary line breaks in README 2025-04-30 18:38:41 +01:00
Palash Tyagi
3d3e29356e Align logo image to the right in README 2025-04-30 18:37:44 +01:00
Palash Tyagi
f2c53719e7 Add spacing above project title in README 2025-04-30 18:12:21 +01:00
Palash Tyagi
6447bf4627 Fix logo image path in README 2025-04-30 18:10:19 +01:00
Palash Tyagi
840f99fdd7 Add logo image to README 2025-04-30 13:54:57 +01:00
Palash Tyagi
1213d588ec Refactor date frequency handling in DatesList to improve clarity and reduce code duplication 2025-04-29 23:43:12 +01:00