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 |
|
Palash Tyagi
|
a76963ec2e
|
move bdates and dates modules into dateutils module
|
2025-04-29 00:03:06 +01:00 |
|
Palash Tyagi
|
15f305fc17
|
fix README code example
|
2025-04-28 19:22:46 +01:00 |
|
Palash Tyagi
|
67d735d08e
|
fix README code
|
2025-04-28 19:21:15 +01:00 |
|
Palash Tyagi
|
caaf8c9411
|
Refactor test module imports
|
2025-04-27 01:41:38 +01:00 |
|
Palash Tyagi
|
28d052af6a
|
Merge branch 'frame_series_ops'
|
2025-04-26 17:43:53 +01:00 |
|
Palash Tyagi
|
8f35a08d21
|
Refactor README example to improve type annotations and clarity in matrix operations
|
2025-04-26 17:43:22 +01:00 |
|
|
cccf06c754
|
Merge pull request #24 from Magnus167/frame_series_ops
Implement SeriesOps and BoolOps traits for Frame
|
2025-04-26 17:40:13 +01:00 |
|
Palash Tyagi
|
eb90f0795b
|
Enhance README example with additional assertions for clarity in matrix operations
|
2025-04-26 17:30:45 +01:00 |
|
Palash Tyagi
|
fb6ebdf69b
|
Refactor sum calculation in README example for clarity
|
2025-04-26 17:22:48 +01:00 |
|
Palash Tyagi
|
0856364f4c
|
included ops module
|
2025-04-26 17:22:23 +01:00 |
|
Palash Tyagi
|
f4dbf2a5d3
|
Add unit tests for SeriesOps and BoolOps implementations in Frame
|
2025-04-26 17:21:27 +01:00 |
|
Palash Tyagi
|
68ff90b0ba
|
Implement SeriesOps and BoolOps traits for Frame, adding matrix delegation methods
|
2025-04-26 15:24:40 +01:00 |
|
Palash Tyagi
|
211c5006fd
|
Update README.md to enhance description and clarity of Rustframe features
|
2025-04-26 06:12:25 +01:00 |
|
|
d167b4f5e8
|
Merge pull request #23 from Magnus167/update_readme
Add rustframe logo and update README examples
|
2025-04-26 06:00:05 +01:00 |
|
|
a59764ec49
|
Merge branch 'main' into update_readme
|
2025-04-26 05:59:11 +01:00 |
|
|
85e3cde696
|
Merge pull request #22 from Magnus167/fix_toml
Remove license-file entry from Cargo.toml
|
2025-04-26 05:59:05 +01:00 |
|
Palash Tyagi
|
770ec174e6
|
Refactor example code in README.md for clarity and consistency
|
2025-04-26 05:58:28 +01:00 |
|
Palash Tyagi
|
94cdbe3b0e
|
Add rustframe logo image to the repository
|
2025-04-26 05:58:14 +01:00 |
|
Palash Tyagi
|
7b5f0bf3bf
|
Remove license-file entry from Cargo.toml
|
2025-04-26 05:52:09 +01:00 |
|
|
06f6f897a3
|
Merge pull request #21 from Magnus167/toml_update
Updating TOML, updating gitignore, archiving old workflow
|
2025-04-26 05:06:34 +01:00 |
|
|
b147198fad
|
Merge branch 'main' into toml_update
|
2025-04-26 05:02:36 +01:00 |
|
Palash Tyagi
|
d212adabb9
|
Add initial PR checks workflow configuration
|
2025-04-26 04:59:52 +01:00 |
|
Palash Tyagi
|
e6f7c88893
|
Revert edition to 2021 and update chrono dependency version in Cargo.toml
|
2025-04-26 04:58:12 +01:00 |
|
Palash Tyagi
|
d230e1b2e0
|
Add *.info to .gitignore to exclude info files from version control
|
2025-04-26 04:41:49 +01:00 |
|
|
9a7aae1e13
|
Merge pull request #19 from Magnus167/matr_eq
Implement element-wise equality comparison for Matrix and Frame
|
2025-04-26 02:56:07 +01:00 |
|
Palash Tyagi
|
1865e90956
|
Improve documentation formatting for Broadcastable trait and element-wise comparison methods
|
2025-04-26 02:54:13 +01:00 |
|
Palash Tyagi
|
8ed8cecd0e
|
Update documentation build and test commands to include release flag for improved performance
|
2025-04-26 02:54:02 +01:00 |
|
Palash Tyagi
|
d0b9ab0716
|
Implement element-wise arithmetic operations for matrices with scalars and add corresponding unit tests
|
2025-04-26 02:49:43 +01:00 |
|