Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove non-cython method and get rid of the spa class #50

Merged
merged 24 commits into from
Oct 16, 2024

Commits on Oct 12, 2024

  1. Configuration menu
    Copy the full SHA
    b4be7fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    412fd69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9815cba View commit details
    Browse the repository at this point in the history
  4. removing old part

    j-i-l committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    975ad78 View commit details
    Browse the repository at this point in the history
  5. exporting cython_stoch_mat_add

    j-i-l committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    6c8b5cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7db1615 View commit details
    Browse the repository at this point in the history
  7. cleaning up unused tests

    j-i-l committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    3b8633e View commit details
    Browse the repository at this point in the history
  8. fixing import; started tests

    j-i-l committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    6d73d9c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d36963d View commit details
    Browse the repository at this point in the history
  10. added test for stoch_mat_add

    j-i-l committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    43ac7bc View commit details
    Browse the repository at this point in the history
  11. exporting stoch_mat_sub

    j-i-l committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    4e40e0c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0646f73 View commit details
    Browse the repository at this point in the history
  13. test for equiv stoch_mat_sub

    j-i-l committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    fbd8e17 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f1b64a0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b1fb521 View commit details
    Browse the repository at this point in the history
  16. better testing method

    j-i-l committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    4355593 View commit details
    Browse the repository at this point in the history
  17. exportig rebuild_nnz_rowcols

    j-i-l committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    499a82c View commit details
    Browse the repository at this point in the history
  18. exporting get_submat_sum

    j-i-l committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    2367622 View commit details
    Browse the repository at this point in the history
  19. exporting aggreagate_csr_mat

    j-i-l committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    2823a5d View commit details
    Browse the repository at this point in the history
  20. exporting the _moveto/_moveout

    j-i-l committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    54f49f7 View commit details
    Browse the repository at this point in the history
  21. exported all non-cython parts

    j-i-l committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    fc5cfdb View commit details
    Browse the repository at this point in the history
  22. removing csr-csc matmul

    j-i-l committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    ff3e772 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. minor formatting

    j-i-l committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    51afcfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3be5b1e View commit details
    Browse the repository at this point in the history