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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
|
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 |
|
Palash Tyagi
|
f1ab33ed96
|
Fix comments to remove placeholder text in usage examples for BDatesList and DatesList
|
2025-06-07 11:35:55 +01:00 |
|
Palash Tyagi
|
80196f8a53
|
Enhance element-wise and bitwise operation implementations for Frame<T> and Frame<bool>
|
2025-06-02 20:10:39 +01:00 |
|
|
afe0e15ede
|
Merge pull request #44 from Magnus167/date_utils
Refactor date grouping methods for clarity and modularity
|
2025-05-15 00:12:32 +01:00 |
|
|
91b4ed9c56
|
Merge branch 'main' into date_utils
|
2025-05-15 00:11:12 +01:00 |
|
Palash Tyagi
|
bc00035bc0
|
Add type alias for DateFreq to enhance clarity in business date frequency representation
|
2025-05-15 00:09:23 +01:00 |
|
Palash Tyagi
|
4e98aa1490
|
Reorder imports in benchmarks.rs for consistency and clarity
|
2025-05-15 00:09:17 +01:00 |
|
Palash Tyagi
|
8f3bc6843b
|
Refactor module exports in mod.rs for clarity and consistency
|
2025-05-15 00:09:11 +01:00 |
|
Palash Tyagi
|
127e178b79
|
Remove commented-out code and streamline module exports in dateutils
|
2025-05-15 00:08:58 +01:00 |
|
Palash Tyagi
|
52729e55be
|
Clean up comments and improve code clarity
|
2025-05-15 00:00:56 +01:00 |
|
Palash Tyagi
|
c37659f09d
|
removing unused comments and cleaning up the code structure
|
2025-05-14 23:54:11 +01:00 |
|
Palash Tyagi
|
629c9d84e2
|
Refactor groups method in BDatesList to use dates::group_dates_helper
|
2025-05-14 23:52:11 +01:00 |
|
Palash Tyagi
|
f5fd935475
|
Refactor groups method in DatesList to use a helper function for modularity
|
2025-05-14 23:51:36 +01:00 |
|
|
84170d7ae7
|
Merge pull request #26 from Magnus167/date_utils
Refactoring dateutils
|
2025-05-13 00:08:24 +01:00 |
|
Palash Tyagi
|
86fec0a6b1
|
Remove outdated comments from tests to improve code clarity
|
2025-05-13 00:06:27 +01:00 |
|
Palash Tyagi
|
63e5f4b3a4
|
Update README to replace BDateFreq with DateFreq for consistency
|
2025-05-13 00:04:47 +01:00 |
|
Palash Tyagi
|
df28440dfd
|
Refactor BDatesGenerator to utilize DatesGenerator for improved date handling and remove unused functions
|
2025-05-13 00:04:41 +01:00 |
|
Palash Tyagi
|
f4d52f0ce8
|
Make fields in DatesGenerator public for improved accessibility
|
2025-05-13 00:04:33 +01:00 |
|
Palash Tyagi
|
e5d8f4386c
|
Update README to use DateFreq instead of BDateFreq for consistency
|
2025-05-11 22:40:02 +01:00 |
|
Palash Tyagi
|
d8239114cf
|
Refactor date utility exports for clarity and maintainability
|
2025-05-11 22:39:56 +01:00 |
|
Palash Tyagi
|
c1834c0141
|
Comment out unused date utility exports for clarity
|
2025-05-11 22:39:51 +01:00 |
|
Palash Tyagi
|
fb63b3fd3d
|
refactored bdates to depend on dates util
|
2025-05-11 22:39:45 +01:00 |
|
Palash Tyagi
|
b1a2a2260d
|
Make date utility functions public for improved accessibility
|
2025-05-11 22:39:08 +01:00 |
|
|
77983eef77
|
Merge branch 'main' into date_utils
|
2025-05-11 02:00:34 +01:00 |
|
|
e9eeac0c40
|
Merge pull request #43 from Magnus167/docs_page
Enhance docs site
|
2025-05-11 01:59:58 +01:00 |
|
Palash Tyagi
|
85482d9569
|
Restrict push trigger to only the main branch in workflow configuration
|
2025-05-11 01:58:04 +01:00 |
|
Palash Tyagi
|
c05f1696f0
|
Remove automatic redirect in benchmark report index.html generation
|
2025-05-11 01:55:05 +01:00 |
|
Palash Tyagi
|
e3f4749709
|
Add dry run option to custom benchmark report script and update workflow to use it
|
2025-05-11 01:40:25 +01:00 |
|
Palash Tyagi
|
643c897479
|
Install pandas before generating custom benchmark reports
|
2025-05-11 01:25:27 +01:00 |
|