|
b1bbec296c
|
Merge pull request #12 from Magnus167/doctests_fix
Fixing doctests for date utils
|
2025-04-21 01:43:45 +01:00 |
|
|
ad586f4b20
|
Merge branch 'main' into frame_update
|
2025-04-21 01:29:47 +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 |
|
|
6ed206e438
|
Merge pull request #9 from Magnus167/frame_update
Initial implementation of date/int indexing
|
2025-04-21 01:01:34 +01:00 |
|
Palash Tyagi
|
6d371a50e3
|
add unreachable pattern warnings to RowIndexLookupHelper implementations
|
2025-04-21 00:47:09 +01:00 |
|
|
9b0472b750
|
Merge branch 'main' into frame_update
|
2025-04-21 00:25:35 +01:00 |
|
|
bf340388d9
|
Merge pull request #10 from Magnus167/prchecks
Add checks for validating merge conditions
|
2025-04-21 00:25:24 +01:00 |
|
Palash Tyagi
|
699dba4890
|
add GitHub Actions workflow for PR checks
|
2025-04-21 00:24:17 +01:00 |
|
Palash Tyagi
|
abfd55915d
|
add PR checks script for validating merge conditions
|
2025-04-21 00:24:13 +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 |
|
|
8b6c07a776
|
Merge pull request #8 from Magnus167/date_utils_opt
Enhancing date utils
|
2025-04-20 05:57:09 +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
|
1d49ebd8b0
|
add concurrency settings to docs-and-testcov workflow
|
2025-04-20 02:43:46 +01:00 |
|
Palash Tyagi
|
6aa424bf38
|
remove unnecessary tarpaulin report reference from README
|
2025-04-20 02:42:12 +01:00 |
|
Palash Tyagi
|
ba13ced459
|
fix formatting of tarpaulin badge in README for consistency
|
2025-04-20 02:41:51 +01:00 |
|
Palash Tyagi
|
81250465de
|
fix README tarpaulin badge URL to use correct formatting
|
2025-04-20 02:39:47 +01:00 |
|
Palash Tyagi
|
516da197ab
|
update README to clarify tarpaulin coverage report reference
|
2025-04-20 02:38:34 +01:00 |
|
Palash Tyagi
|
93337d8436
|
update badge JSON label to 'tarpaulin-report' for clarity
|
2025-04-20 02:38:24 +01:00 |
|
Palash Tyagi
|
df775bde58
|
refactor badge JSON export to extract and format coverage value
|
2025-04-20 02:35:26 +01:00 |
|
Palash Tyagi
|
3dd7a65726
|
format coverage badge message to two decimal places
|
2025-04-20 02:31:58 +01:00 |
|
Palash Tyagi
|
41f404b840
|
add tarpaulin badge JSON export and include in output directory
|
2025-04-20 02:29:20 +01:00 |
|
Palash Tyagi
|
a5a5eeda87
|
add JSON output option to cargo tarpaulin coverage report
|
2025-04-20 02:22:42 +01:00 |
|
Palash Tyagi
|
5e9e9d6749
|
add copying of tarpaulin-report.json to output directory
|
2025-04-20 02:19:30 +01:00 |
|
Palash Tyagi
|
0e68d6d521
|
update .gitignore to ignore all tarpaulin report files
|
2025-04-20 02:19:25 +01:00 |
|
|
89680f680b
|
Merge pull request #7 from Magnus167/deps
Remove `rayon` dependency from Cargo.toml
|
2025-04-20 01:52:12 +01:00 |
|
Palash Tyagi
|
458d7a2100
|
remove rayon dependency from Cargo.toml
|
2025-04-20 01:50:34 +01:00 |
|
|
3335fc170a
|
Merge pull request #6 from Magnus167/move_tests
Refactor test organization for matrices and frames
|
2025-04-20 01:48:37 +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 |
|
|
2649d50986
|
Merge pull request #5 from Magnus167/docs_and_tests
Adding workflow for docs & testcov
|
2025-04-20 01:25:07 +01:00 |
|
Palash Tyagi
|
0a0360a37e
|
refactor: remove build and test sections from README.md
|
2025-04-20 01:24:05 +01:00 |
|
Palash Tyagi
|
3bf432fd95
|
fix: comment out pull request trigger in workflow
|
2025-04-20 01:18:14 +01:00 |
|
Palash Tyagi
|
a9780261a7
|
enable manual triggering of documentation and test coverage workflow
|
2025-04-20 01:17:22 +01:00 |
|
Palash Tyagi
|
7f90c5cb4c
|
add meta refresh tag to index.html for documentation navigation
|
2025-04-20 01:14:58 +01:00 |
|
Palash Tyagi
|
33ea2d9334
|
testing with updated output directory for Pages artifact upload
|
2025-04-20 01:08:40 +01:00 |
|
Palash Tyagi
|
45b45f5817
|
fix: correct output directory path for documentation files
|
2025-04-20 01:04:43 +01:00 |
|
Palash Tyagi
|
1a1e820e2e
|
fix: add step to test documentation generation in CI workflow
|
2025-04-20 01:04:37 +01:00 |
|
Palash Tyagi
|
34b88c466f
|
fix: correct path for tarpaulin report check in CI workflow
|
2025-04-20 00:57:29 +01:00 |
|
Palash Tyagi
|
34f89d6046
|
fix: ensure README.md is included in documentation output
|
2025-04-20 00:56:30 +01:00 |
|
Palash Tyagi
|
19ae101bcc
|
fix: update documentation workflow to correctly prepare and check for coverage report
|
2025-04-20 00:56:25 +01:00 |
|
Palash Tyagi
|
bb60d8e017
|
fix: add tarpaulin report to .gitignore
|
2025-04-20 00:56:20 +01:00 |
|
Palash Tyagi
|
1003cae809
|
docs: update README.md to improve structure and formatting
|
2025-04-20 00:55:55 +01:00 |
|
Palash Tyagi
|
d864986432
|
fix: correct documentation output directory in CI workflow
|
2025-04-20 00:10:20 +01:00 |
|