magnus167
  • Joined on 2025-01-23
magnus167 synced commits to main at magnus167/rustframe from mirror 2025-07-06 10:36:40 +00:00
11330e464b Merge pull request #56 from Magnus167/add-examples
162a09fc22 Add examples for map and zip methods in README
Compare 2 commits »
magnus167 synced commits to dataframe at magnus167/rustframe from mirror 2025-07-06 10:16:42 +00:00
74bec4b69e Merge branch 'main' into dataframe
5db5475a61 Merge pull request #55 from Magnus167/map-zip
2da1e9bf04 Fix dimension mismatch assertion in zip method and add panic test for incompatible matrices
601dc66d7d Add panic test for frame_zip method with incompatible dimensions
073a22b866 Add frame_map and frame_zip methods to Frame struct with corresponding tests
Compare 8 commits »
magnus167 synced commits to refs/pull/30/merge at magnus167/rustframe from mirror 2025-07-06 10:16:42 +00:00
27275e2479 Merge branch 'main' into csv
5db5475a61 Merge pull request #55 from Magnus167/map-zip
2da1e9bf04 Fix dimension mismatch assertion in zip method and add panic test for incompatible matrices
601dc66d7d Add panic test for frame_zip method with incompatible dimensions
Compare 9 commits »
magnus167 synced commits to refs/pull/47/merge at magnus167/rustframe from mirror 2025-07-06 10:16:42 +00:00
74bec4b69e Merge branch 'main' into dataframe
5db5475a61 Merge pull request #55 from Magnus167/map-zip
2da1e9bf04 Fix dimension mismatch assertion in zip method and add panic test for incompatible matrices
601dc66d7d Add panic test for frame_zip method with incompatible dimensions
Compare 9 commits »
magnus167 synced commits to csv at magnus167/rustframe from mirror 2025-07-06 10:16:42 +00:00
27275e2479 Merge branch 'main' into csv
5db5475a61 Merge pull request #55 from Magnus167/map-zip
2da1e9bf04 Fix dimension mismatch assertion in zip method and add panic test for incompatible matrices
601dc66d7d Add panic test for frame_zip method with incompatible dimensions
073a22b866 Add frame_map and frame_zip methods to Frame struct with corresponding tests
Compare 8 commits »
magnus167 synced commits to main at magnus167/rustframe from mirror 2025-07-06 09:56:41 +00:00
5db5475a61 Merge pull request #55 from Magnus167/map-zip
2da1e9bf04 Fix dimension mismatch assertion in zip method and add panic test for incompatible matrices
601dc66d7d Add panic test for frame_zip method with incompatible dimensions
073a22b866 Add frame_map and frame_zip methods to Frame struct with corresponding tests
ffa1a76df4 Implement map and zip methods for SeriesOps trait and add corresponding tests
Compare 6 commits »
magnus167 synced and deleted reference refs/tags/refs/pull/55/merge at magnus167/rustframe from mirror 2025-07-06 09:56:41 +00:00
magnus167 synced and deleted reference refs/tags/map-zip at magnus167/rustframe from mirror 2025-07-06 09:56:41 +00:00
magnus167 synced new reference map-zip to magnus167/rustframe from mirror 2025-07-06 01:06:41 +00:00
magnus167 synced commits to map-zip at magnus167/rustframe from mirror 2025-07-06 01:06:41 +00:00
magnus167 synced commits to main at magnus167/rustframe from mirror 2025-07-06 00:26:40 +00:00
64e578fae2 Add examples for matrix multiplication, dot product, and transpose in README
magnus167 synced commits to refs/pull/47/merge at magnus167/rustframe from mirror 2025-07-06 00:06:42 +00:00
58b38311b5 Merge branch 'main' into dataframe
f44bb5b205 Merge pull request #54 from Magnus167/fix-benchmark
fde9c73a66 Fix README formatting by commenting out logo image line
85e0eb7e67 Update benchmarks to use Axis enum for apply_axis method
Compare 17 commits »
magnus167 synced commits to refs/pull/30/merge at magnus167/rustframe from mirror 2025-07-06 00:06:42 +00:00
9ef719316a Merge branch 'main' into csv
f44bb5b205 Merge pull request #54 from Magnus167/fix-benchmark
fde9c73a66 Fix README formatting by commenting out logo image line
85e0eb7e67 Update benchmarks to use Axis enum for apply_axis method
Compare 16 commits »
magnus167 synced commits to csv at magnus167/rustframe from mirror 2025-07-06 00:06:42 +00:00
9ef719316a Merge branch 'main' into csv
f44bb5b205 Merge pull request #54 from Magnus167/fix-benchmark
fde9c73a66 Fix README formatting by commenting out logo image line
85e0eb7e67 Update benchmarks to use Axis enum for apply_axis method
b8e64811ed Merge pull request #53 from Magnus167/matrix-ops-enhancement
Compare 30 commits »
magnus167 synced commits to main at magnus167/rustframe from mirror 2025-07-06 00:06:42 +00:00
f44bb5b205 Merge pull request #54 from Magnus167/fix-benchmark
fde9c73a66 Fix README formatting by commenting out logo image line
85e0eb7e67 Update benchmarks to use Axis enum for apply_axis method
Compare 3 commits »
magnus167 synced commits to dataframe at magnus167/rustframe from mirror 2025-07-06 00:06:42 +00:00
58b38311b5 Merge branch 'main' into dataframe
f44bb5b205 Merge pull request #54 from Magnus167/fix-benchmark
fde9c73a66 Fix README formatting by commenting out logo image line
85e0eb7e67 Update benchmarks to use Axis enum for apply_axis method
4ed23069fc Merge branch 'main' into dataframe
Compare 28 commits »
magnus167 synced commits to main at magnus167/rustframe from mirror 2025-07-05 23:46:41 +00:00
b8e64811ed Merge pull request #53 from Magnus167/matrix-ops-enhancement
2ac2db258f Add tests for matrix multiplication and transpose operations in Frame
7a68d13eb3 Change transpose method to take an immutable reference
f39c678192 Add test for matrix multiplication error handling and create 4x4 test matrix with NaNs
ad9f89860e Add benchmarks for matrix and frame operations including multiplication, summation, product, application along axes, and transposition
Compare 11 commits »
magnus167 synced and deleted reference refs/tags/refs/pull/53/merge at magnus167/rustframe from mirror 2025-07-05 23:46:41 +00:00
magnus167 synced and deleted reference refs/tags/matrix-ops-enhancement at magnus167/rustframe from mirror 2025-07-05 23:46:41 +00:00
magnus167 synced commits to matrix-ops-enhancement at magnus167/rustframe from mirror 2025-07-05 23:26:40 +00:00
ad9f89860e Add benchmarks for matrix and frame operations including multiplication, summation, product, application along axes, and transposition
ef574892fa Add transpose method to Frame for matrix transposition
30bff6ecf4 Add transpose method to Frame for matrix transposition
Compare 3 commits »