Commit Graph

  • eb90f0795b Enhance README example with additional assertions for clarity in matrix operations Palash Tyagi 2025-04-26 17:30:45 +01:00
  • fb6ebdf69b Refactor sum calculation in README example for clarity Palash Tyagi 2025-04-26 17:22:48 +01:00
  • 0856364f4c included ops module Palash Tyagi 2025-04-26 17:22:23 +01:00
  • f4dbf2a5d3 Add unit tests for SeriesOps and BoolOps implementations in Frame Palash Tyagi 2025-04-26 17:21:27 +01:00
  • 68ff90b0ba Implement SeriesOps and BoolOps traits for Frame, adding matrix delegation methods Palash Tyagi 2025-04-26 15:24:40 +01:00
  • 211c5006fd Update README.md to enhance description and clarity of Rustframe features Palash Tyagi 2025-04-26 06:12:25 +01:00
  • d167b4f5e8 Merge pull request #23 from Magnus167/update_readme Palash Tyagi 2025-04-26 06:00:05 +01:00
  • a59764ec49 Merge branch 'main' into update_readme Palash Tyagi 2025-04-26 05:59:11 +01:00
  • 85e3cde696 Merge pull request #22 from Magnus167/fix_toml Palash Tyagi 2025-04-26 05:59:05 +01:00
  • 770ec174e6 Refactor example code in README.md for clarity and consistency Palash Tyagi 2025-04-26 05:58:28 +01:00
  • 94cdbe3b0e Add rustframe logo image to the repository Palash Tyagi 2025-04-26 05:58:14 +01:00
  • 7b5f0bf3bf Remove license-file entry from Cargo.toml Palash Tyagi 2025-04-26 05:52:09 +01:00
  • 06f6f897a3 Merge pull request #21 from Magnus167/toml_update Palash Tyagi 2025-04-26 05:06:34 +01:00
  • b147198fad Merge branch 'main' into toml_update Palash Tyagi 2025-04-26 05:02:36 +01:00
  • d212adabb9 Add initial PR checks workflow configuration Palash Tyagi 2025-04-26 04:59:52 +01:00
  • e6f7c88893 Revert edition to 2021 and update chrono dependency version in Cargo.toml Palash Tyagi 2025-04-26 04:58:12 +01:00
  • d230e1b2e0 Add *.info to .gitignore to exclude info files from version control Palash Tyagi 2025-04-26 04:41:49 +01:00
  • 9a7aae1e13 Merge pull request #19 from Magnus167/matr_eq Palash Tyagi 2025-04-26 02:56:07 +01:00
  • 1865e90956 Improve documentation formatting for Broadcastable trait and element-wise comparison methods Palash Tyagi 2025-04-26 02:54:13 +01:00
  • 8ed8cecd0e Update documentation build and test commands to include release flag for improved performance Palash Tyagi 2025-04-26 02:54:02 +01:00
  • d0b9ab0716 Implement element-wise arithmetic operations for matrices with scalars and add corresponding unit tests Palash Tyagi 2025-04-26 02:49:43 +01:00
  • d6ccf88829 Update coverage thresholds in codecov.yml: increase project target to 95% and adjust patch target to 50% Palash Tyagi 2025-04-26 02:48:12 +01:00
  • 2ff4a99346 Reorganize type aliases for matrix types: move to appropriate location for clarity Palash Tyagi 2025-04-26 02:45:56 +01:00
  • 9b96dad956 Refactor Axis enum definition: move to appropriate location and remove duplicate Palash Tyagi 2025-04-26 02:45:18 +01:00
  • 6804e7ca5a Add unit test for mutable data access in Matrix Palash Tyagi 2025-04-26 02:42:38 +01:00
  • a188d162a7 Merge branch 'main' into matr_eq Palash Tyagi 2025-04-26 02:39:48 +01:00
  • 5008ec2fc5 Merge pull request #20 from Magnus167/doc Palash Tyagi 2025-04-26 02:39:25 +01:00
  • 3d5ef1a94e Fix string conversion in example code for clarity and consistency Palash Tyagi 2025-04-26 02:38:23 +01:00
  • 4af584a748 Revise README.md for clarity and structure; enhance documentation and quick start section Palash Tyagi 2025-04-26 02:35:38 +01:00
  • 5883095bcc Add documentation comments for matrix, frame, and utils modules Palash Tyagi 2025-04-26 02:34:48 +01:00
  • 74e0731c11 Remove commented-out dependency for rayon in Cargo.toml Palash Tyagi 2025-04-26 02:34:41 +01:00
  • 883a5526a8 Add Cargo.lock to .gitignore for library management Palash Tyagi 2025-04-26 02:34:10 +01:00
  • ebfd63d9db Add tests for broadcastable operations and fix comment formatting Palash Tyagi 2025-04-26 00:22:25 +01:00
  • cf5ae8550e Refactor Matrix implementation to require Clone trait and reorder methods for clarity Palash Tyagi 2025-04-26 00:22:08 +01:00
  • 56bb579530 Implement broadcasting trait for matrices and enhance element-wise comparison methods Palash Tyagi 2025-04-24 23:50:20 +01:00
  • 21fc4a7241 Refactor element-wise comparison implementation for matrices Palash Tyagi 2025-04-24 23:39:34 +01:00
  • 601c1c58d0 Refactor element-wise comparison implementation for matrices Palash Tyagi 2025-04-24 23:33:04 +01:00
  • ea8e1c8471 Implement element-wise equality comparison for matrices Palash Tyagi 2025-04-24 23:19:02 +01:00
  • 415bb4a61e change version to alpha Palash Tyagi 2025-04-24 21:05:49 +01:00
  • 4d1609454b Update README.md with additional links to GitHub, crates.io, and Gitea mirror Palash Tyagi 2025-04-24 21:02:30 +01:00
  • ff6c87a515 add docs link Palash Tyagi 2025-04-24 21:00:29 +01:00
  • 3e2e631ea1 Merge pull request #18 from Magnus167/testing_pr Palash Tyagi 2025-04-24 19:03:27 +01:00
  • 5524116b20 disabled pr checks Palash Tyagi 2025-04-24 18:30:54 +01:00
  • e8ec83a76c testing with Palash Tyagi 2025-04-24 18:20:43 +01:00
  • 0fe30af2ac Remove comment Palash Tyagi 2025-04-24 18:17:42 +01:00
  • 22319f68de Merge pull request #17 from Magnus167/pr_checks_wkflow Palash Tyagi 2025-04-24 18:17:06 +01:00
  • ff93382780 commenting to test change Palash Tyagi 2025-04-24 18:14:30 +01:00
  • 9f5e076a7a Refactor PR checks workflow to skip sync events Palash Tyagi 2025-04-24 18:12:31 +01:00
  • af74682db5 Merge pull request #14 from Magnus167/update_comments Palash Tyagi 2025-04-24 18:06:17 +01:00
  • ed55e2d446 updated tests to match panic messages Palash Tyagi 2025-04-24 18:03:28 +01:00
  • 851dfd17b7 Merge branch 'main' into update_comments Palash Tyagi 2025-04-24 17:59:19 +01:00
  • 9b47c73305 Merge pull request #16 from Magnus167/update_readme Palash Tyagi 2025-04-24 14:31:08 +01:00
  • 4a668f8289 Update README.md Palash Tyagi 2025-04-24 14:30:04 +01:00
  • 3ef5581ad9 Merge pull request #15 from Magnus167/add_last_commit_badge Palash Tyagi 2025-04-24 14:24:43 +01:00
  • 6582859c5f Add step to save last commit date as JSON in coverage report Palash Tyagi 2025-04-24 14:23:12 +01:00
  • 5d5b3408dc updating comments in bdates implementation Palash Tyagi 2025-04-23 22:51:24 +01:00
  • 40aaafa5de fix bad char Palash Tyagi 2025-04-23 22:49:55 +01:00
  • f2c4f297a6 updating comments in frame implementation Palash Tyagi 2025-04-23 22:22:34 +01:00
  • de6b419911 updating comments in frame implementation Palash Tyagi 2025-04-23 22:20:16 +01:00
  • 6e0606709d Remove unused comment regarding macro implementations in BoolOps Palash Tyagi 2025-04-23 19:59:18 +01:00
  • 284471f4aa Fix typos in documentation comments and improve clarity in cumsum_horizontal implementation Palash Tyagi 2025-04-23 19:57:46 +01:00
  • c30646d5d0 updating comments Palash Tyagi 2025-04-23 18:57:38 +01:00
  • 01389ac133 Specify LLVM engine for cargo tarpaulin coverage report generation Palash Tyagi 2025-04-22 00:37:15 +01:00
  • 8646f4e562 Merge pull request #13 from Magnus167/doctest_wkflow Palash Tyagi 2025-04-21 01:53:07 +01:00
  • adcf0d0a0b Uncomment doc-tests and documentation generation steps in CI workflow Palash Tyagi 2025-04-21 01:52:06 +01:00
  • 2642af5601 Add GitHub Actions workflow for running doc-tests and documentation generation Palash Tyagi 2025-04-21 01:51:03 +01:00
  • d7c90c65e9 Add step to run doc-tests in CI workflow Palash Tyagi 2025-04-21 01:48:02 +01:00
  • e1dc8f9a92 Merge pull request #11 from Magnus167/frame_update Palash Tyagi 2025-04-21 01:45:31 +01:00
  • 006a9f6ce2 Merge branch 'main' into frame_update Palash Tyagi 2025-04-21 01:43:51 +01:00
  • b1bbec296c Merge pull request #12 from Magnus167/doctests_fix Palash Tyagi 2025-04-21 01:43:45 +01:00
  • ad586f4b20 Merge branch 'main' into frame_update Palash Tyagi 2025-04-21 01:29:47 +01:00
  • 25e3405d85 Update documentation to use rustframe::utils for BDatesList and DatesList Palash Tyagi 2025-04-21 01:27:41 +01:00
  • 488f101618 Update module exports to include BDatesGenerator and DatesGenerator Palash Tyagi 2025-04-21 01:27:28 +01:00
  • dfd4a7ddc7 fix: specify float type in assertions for element-wise multiplication examples Palash Tyagi 2025-04-21 01:25:56 +01:00
  • 6ed206e438 Merge pull request #9 from Magnus167/frame_update Palash Tyagi 2025-04-21 01:01:34 +01:00
  • 6d371a50e3 add unreachable pattern warnings to RowIndexLookupHelper implementations Palash Tyagi 2025-04-21 00:47:09 +01:00
  • 9b0472b750 Merge branch 'main' into frame_update Palash Tyagi 2025-04-21 00:25:35 +01:00
  • bf340388d9 Merge pull request #10 from Magnus167/prchecks Palash Tyagi 2025-04-21 00:25:24 +01:00
  • 699dba4890 add GitHub Actions workflow for PR checks Palash Tyagi 2025-04-21 00:24:17 +01:00
  • abfd55915d add PR checks script for validating merge conditions Palash Tyagi 2025-04-21 00:24:13 +01:00
  • cc4becd244 first draft of date/int addressing Palash Tyagi 2025-04-20 23:44:39 +01:00
  • 9c16e2eee6 remove commented-out test for column swapping Palash Tyagi 2025-04-20 14:04:58 +01:00
  • 8b6c07a776 Merge pull request #8 from Magnus167/date_utils_opt Palash Tyagi 2025-04-20 05:57:09 +01:00
  • 0bfadd5f97 added modifications to use generator in dates util Palash Tyagi 2025-04-20 05:54:09 +01:00
  • 1588f05b9d added docstring for bdatesGenerator Palash Tyagi 2025-04-20 05:24:13 +01:00
  • 40f5f68e65 added docstring for bdateslist Palash Tyagi 2025-04-20 05:23:30 +01:00
  • 5dc683ffae added modifications to use generator in bdates util Palash Tyagi 2025-04-20 05:22:59 +01:00
  • 1d49ebd8b0 add concurrency settings to docs-and-testcov workflow Palash Tyagi 2025-04-20 02:43:46 +01:00
  • 6aa424bf38 remove unnecessary tarpaulin report reference from README Palash Tyagi 2025-04-20 02:42:12 +01:00
  • ba13ced459 fix formatting of tarpaulin badge in README for consistency Palash Tyagi 2025-04-20 02:41:51 +01:00
  • 81250465de fix README tarpaulin badge URL to use correct formatting Palash Tyagi 2025-04-20 02:39:47 +01:00
  • 516da197ab update README to clarify tarpaulin coverage report reference Palash Tyagi 2025-04-20 02:38:34 +01:00
  • 93337d8436 update badge JSON label to 'tarpaulin-report' for clarity Palash Tyagi 2025-04-20 02:38:24 +01:00
  • df775bde58 refactor badge JSON export to extract and format coverage value Palash Tyagi 2025-04-20 02:35:26 +01:00
  • 3dd7a65726 format coverage badge message to two decimal places Palash Tyagi 2025-04-20 02:31:58 +01:00
  • 41f404b840 add tarpaulin badge JSON export and include in output directory Palash Tyagi 2025-04-20 02:29:20 +01:00
  • a5a5eeda87 add JSON output option to cargo tarpaulin coverage report Palash Tyagi 2025-04-20 02:22:42 +01:00
  • 5e9e9d6749 add copying of tarpaulin-report.json to output directory Palash Tyagi 2025-04-20 02:19:30 +01:00
  • 0e68d6d521 update .gitignore to ignore all tarpaulin report files Palash Tyagi 2025-04-20 02:19:25 +01:00
  • 89680f680b Merge pull request #7 from Magnus167/deps Palash Tyagi 2025-04-20 01:52:12 +01:00