magnus167
  • Joined on 2025-01-23
magnus167 synced and deleted reference refs/tags/update-doc at magnus167/rustframe from mirror 2025-07-04 00:16:40 +00:00
magnus167 synced commits to refs/pull/47/merge at magnus167/rustframe from mirror 2025-07-03 23:56:40 +00:00
a61ff8a4e1 Merge branch 'main' into dataframe
36588e38f6 Merge pull request #49 from Magnus167/examples-gol
2477b3e8f6 Update README.md for formatting consistency and add examples section
60639ade01 Implement Game of Life simulation with neighbor layer shifting and patterns
Compare 8 commits »
magnus167 synced commits to refs/pull/30/merge at magnus167/rustframe from mirror 2025-07-03 23:56:40 +00:00
36588e38f6 Merge pull request #49 from Magnus167/examples-gol
2477b3e8f6 Update README.md for formatting consistency and add examples section
60639ade01 Implement Game of Life simulation with neighbor layer shifting and patterns
Compare 4 commits »
magnus167 synced new reference update-doc to magnus167/rustframe from mirror 2025-07-03 23:56:40 +00:00
magnus167 synced commits to update-doc at magnus167/rustframe from mirror 2025-07-03 23:56:40 +00:00
magnus167 synced commits to main at magnus167/rustframe from mirror 2025-07-03 23:56:40 +00:00
36588e38f6 Merge pull request #49 from Magnus167/examples-gol
2477b3e8f6 Update README.md for formatting consistency and add examples section
60639ade01 Implement Game of Life simulation with neighbor layer shifting and patterns
Compare 3 commits »
magnus167 synced commits to dataframe at magnus167/rustframe from mirror 2025-07-03 23:56:40 +00:00
a61ff8a4e1 Merge branch 'main' into dataframe
36588e38f6 Merge pull request #49 from Magnus167/examples-gol
2477b3e8f6 Update README.md for formatting consistency and add examples section
60639ade01 Implement Game of Life simulation with neighbor layer shifting and patterns
26ee580710 Refactor README: update DataFrame usage example
Compare 7 commits »
magnus167 pushed to main at magnus167/rusttest 2025-07-03 23:28:47 +00:00
87998aed6b Add Game of Life implementation with neighbor layer shifting and rules application
magnus167 synced commits to dataframe at magnus167/rustframe from mirror 2025-07-02 22:46:40 +00:00
eb4fefe363 Enhance DataFrame display: implement column ellipsis for large datasets; improve row and column index calculations for better output formatting.
60cc97e702 Enhance DataFrame display: implement row truncation with ellipsis for large datasets; improve column width calculations and formatting for better readability.
7e2a5ec18d Enhance DataFrame display: update head and tail methods for improved row retrieval and formatting; refine display output for empty DataFrames and adjust column width calculations.
Compare 3 commits »
magnus167 synced commits to refs/pull/47/merge at magnus167/rustframe from mirror 2025-07-02 22:46:40 +00:00
eb4fefe363 Enhance DataFrame display: implement column ellipsis for large datasets; improve row and column index calculations for better output formatting.
60cc97e702 Enhance DataFrame display: implement row truncation with ellipsis for large datasets; improve column width calculations and formatting for better readability.
7e2a5ec18d Enhance DataFrame display: update head and tail methods for improved row retrieval and formatting; refine display output for empty DataFrames and adjust column width calculations.
Compare 4 commits »
magnus167 synced commits to refs/pull/47/merge at magnus167/rustframe from mirror 2025-07-01 23:26:40 +00:00
4038d25b07 applied formatting
aa15248b58 Rename variable for clarity in DataFrame display formatting
fa392ec631 Add head_n and tail_n methods to DataFrame for row retrieval; enhance display formatting
Compare 4 commits »
magnus167 synced commits to dataframe at magnus167/rustframe from mirror 2025-07-01 23:26:40 +00:00
4038d25b07 applied formatting
aa15248b58 Rename variable for clarity in DataFrame display formatting
fa392ec631 Add head_n and tail_n methods to DataFrame for row retrieval; enhance display formatting
Compare 3 commits »
magnus167 synced commits to dataframe at magnus167/rustframe from mirror 2025-07-01 22:46:41 +00:00
8b6f16236a Refactor TypedFrame methods using macros for common functionality and improve column accessors
magnus167 synced commits to refs/pull/47/merge at magnus167/rustframe from mirror 2025-07-01 22:46:41 +00:00
8b6f16236a Refactor TypedFrame methods using macros for common functionality and improve column accessors
Compare 2 commits »
magnus167 synced commits to refs/pull/47/merge at magnus167/rustframe from mirror 2025-06-22 20:26:40 +00:00
58acea8467 Add DataFrame usage examples to README.md
2607d9c3b0 Add pub use statement for DataFrame, DataFrameColumn, and TypedFrame in mod.rs
Compare 3 commits »
magnus167 synced commits to dataframe at magnus167/rustframe from mirror 2025-06-22 20:26:40 +00:00
58acea8467 Add DataFrame usage examples to README.md
2607d9c3b0 Add pub use statement for DataFrame, DataFrameColumn, and TypedFrame in mod.rs
Compare 2 commits »
magnus167 synced commits to refs/pull/47/merge at magnus167/rustframe from mirror 2025-06-22 18:56:40 +00:00
57ed06f79b Reimplemented dataframe class with TypedFrame interface
Compare 2 commits »
magnus167 synced commits to dataframe at magnus167/rustframe from mirror 2025-06-22 18:56:40 +00:00
57ed06f79b Reimplemented dataframe class with TypedFrame interface
magnus167 synced commits to refs/pull/47/merge at magnus167/rustframe from mirror 2025-06-22 04:56:41 +00:00
01a132264f Remove unused imports and clean up test module in DataFrame implementation
Compare 2 commits »
magnus167 synced commits to dataframe at magnus167/rustframe from mirror 2025-06-22 04:56:41 +00:00
01a132264f Remove unused imports and clean up test module in DataFrame implementation