516 Commits

Author SHA1 Message Date
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
Palash Tyagi
bbc401225b refactor: reorganize documentation build steps and update output directory structure 2025-04-20 00:04:25 +01:00
Palash Tyagi
69b240f7a8 fix: correct output directory for documentation files in CI workflow 2025-04-20 00:00:49 +01:00
Palash Tyagi
f5b9f2442a refactor CI workflow name and output directory handling 2025-04-19 23:58:58 +01:00
Palash Tyagi
cd8ebe2625 refactor CI workflow to remove manual installation of cargo-binstall 2025-04-19 23:56:50 +01:00
Palash Tyagi
c155fbd7af refactor CI workflow to install Cargo binstall step using action instead of manual installation 2025-04-19 23:12:08 +01:00
Palash Tyagi
083e71f81b refactor CI workflow to consolidate output directory and simplify artifact upload 2025-04-19 23:07:11 +01:00
Palash Tyagi
65819b53c0 refactor CI workflow to install cargo-tarpaulin via cargo-binstall and streamline output directory setup 2025-04-19 22:08:03 +01:00
Palash Tyagi
55294056fc update GitHub Actions to use latest versions of upload-pages-artifact and deploy-pages 2025-04-19 21:40:04 +01:00
Palash Tyagi
5f9ba1835f testing with docs & testcov 2025-04-19 21:38:25 +01:00
e479452182
Merge pull request #4 from Magnus167/dateutils
Implementing date utils
2025-04-19 21:23:30 +01:00
bbed5cf789
Merge branch 'main' into dateutils 2025-04-19 21:14:00 +01:00
Palash Tyagi
ad29c2fde9 added codecov.yml 2025-04-19 21:13:05 +01:00
Palash Tyagi
fcbea050a4 apply formatting 2025-04-19 17:44:41 +01:00
Palash Tyagi
65d88f4af2 add dates module and re-export DateFreq and DatesList 2025-04-19 16:01:25 +01:00
Palash Tyagi
3e4378c525 added DatesList util 2025-04-19 16:01:19 +01:00
Palash Tyagi
4043632a68 update BDateFreq parsing and add string representation methods, added more tests 2025-04-19 15:32:58 +01:00
23cf0f9af2
Merge branch 'main' into dateutils 2025-04-19 14:08:53 +01:00
Palash Tyagi
afd4187674 add utils mod to lib.rs 2025-04-19 14:07:17 +01:00
Palash Tyagi
3dec894cd0 add mod.rs for utils 2025-04-19 14:06:59 +01:00
Palash Tyagi
54e5810100 added util for bdates list 2025-04-19 14:04:16 +01:00
58598d4601
Merge pull request #3 from Magnus167/dev
Updating workflow
2025-04-19 02:21:57 +01:00
Palash Tyagi
66f320aafb renamed file 2025-04-19 02:17:12 +01:00
Palash Tyagi
6b6121fcdc refactor: rename workflow and job for clarity in run_tests.yml 2025-04-19 02:16:46 +01:00
daf95a7b0c
Merge pull request #2 from Magnus167/dev
Updating workflow
2025-04-19 02:12:18 +01:00
Palash Tyagi
1c114b59af add: upload test results to Codecov in GitHub Actions workflow 2025-04-19 01:05:28 +01:00
Palash Tyagi
aedaf09e4b fix: correct output path for coverage report in GitHub Actions workflow 2025-04-19 01:02:16 +01:00
Palash Tyagi
ea4bb82720 update GitHub Actions workflow to trigger on pull requests to main and fix output path for coverage report 2025-04-19 00:55:34 +01:00
0d40b46237
Merge pull request #1 from Magnus167/dev
Adding Frame struct, improving Matrix implementations
2025-04-19 00:49:18 +01:00
Palash Tyagi
97d47ed94d add GitHub Actions workflow for tests and coverage 2025-04-19 00:45:08 +01:00
Palash Tyagi
7acfe06806 add tests for Frame struct and methods 2025-04-19 00:44:34 +01:00
Palash Tyagi
2168740580 add base module and re-export for frame operations 2025-04-19 00:44:16 +01:00
Palash Tyagi
4aeae68740 added targetted tests for matrix column swapping operation 2025-04-19 00:44:06 +01:00
Palash Tyagi
9e05ad836a bugfix: refactor swap_columns method 2025-04-19 00:43:00 +01:00
Palash Tyagi
5bc37d58e3 add Frame struct with methods for column manipulation and element-wise operations 2025-04-19 00:42:28 +01:00
Palash Tyagi
c918253d3f add .venv to .gitignore to exclude virtual environment files 2025-04-19 00:42:13 +01:00
Palash Tyagi
e39f20c645 implement tests for series and bool ops 2025-04-18 22:39:53 +01:00
Palash Tyagi
1ccdee45ed implement tests for the matrix struct 2025-04-18 22:39:38 +01:00
Palash Tyagi
f0d92d5c63 add matrix module to the library 2025-04-18 22:38:16 +01:00
Palash Tyagi
0b2443d794 add matrix module with submodules for mat, seriesops, and boolops 2025-04-18 22:37:53 +01:00
Palash Tyagi
c52d36ff36 add BoolOps trait and BoolMatrix implementation for boolean operations 2025-04-18 22:36:58 +01:00
Palash Tyagi
4f21290b1c add SeriesOps trait and implementations for FloatMatrix to support axis-based operations 2025-04-18 22:36:46 +01:00
Palash Tyagi
a161cf0c76 add Matrix<T> struct with core functionality for 2D matrix operations 2025-04-18 22:33:53 +01:00
Palash Tyagi
fd274ebb6d updating cargo.lock 2025-04-17 12:00:01 +01:00
Palash Tyagi
4605208efd update Cargo.toml to define library configuration and dependencies 2025-04-17 11:59:55 +01:00
Palash Tyagi
45b01ad096 add lib.rs to declare the frame module 2025-04-17 11:59:04 +01:00
Palash Tyagi
8467a3def2 add mod.rs to declare the mat module 2025-04-17 11:58:59 +01:00