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

Replace USE_COEFFICIENTS with templates #116

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Mar 1, 2021

  1. [C++] Repalce USE_COEFFICIENTS with templates

    Signed-off-by: julian <julian.burellaperez@heig-vd.ch>
    julian committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    1aa3492 View commit details
    Browse the repository at this point in the history
  2. [C++] Refactor call of ripser with different template values

    Signed-off-by: julian <julian.burellaperez@heig-vd.ch>
    julian committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    ba3c335 View commit details
    Browse the repository at this point in the history
  3. Remove unused defines from setup.py

    Signed-off-by: julian <julian.burellaperez@heig-vd.ch>
    julian committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    f0a4fd3 View commit details
    Browse the repository at this point in the history
  4. Fix seutp-minicondav1 issue after github actions update

    Signed-off-by: julian <julian.burellaperez@heig-vd.ch>
    julian committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    a661aef View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. [C++] Fix check_overflow from binomial_coeff_table

    Now that USE_COEFFICIENTS is removed, the conditions in check_overflow needs to support the different check depending on modulus value
    
    Signed-off-by: julian <julian.burellaperez@heig-vd.ch>
    julian committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    0b267eb View commit details
    Browse the repository at this point in the history