-
Notifications
You must be signed in to change notification settings - Fork 12
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
Small codebase updates #50
Commits on Nov 10, 2021
-
[CPP] Update header dependency change in GCC
See https://www.gnu.org/software/gcc/gcc-11/porting_to.html\#header-dep-changes Signed-off-by: julian <julian.burellaperez@heig-vd.ch>
julian committedNov 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 60de338 - Browse repository at this point
Copy the full SHA 60de338View commit details -
[CPP] Update binomial_coefficient_table names as suggested by @ulupo
The new names should also fix the assert in the operator method Signed-off-by: julian <julian.burellaperez@heig-vd.ch>
julian committedNov 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 23b24cc - Browse repository at this point
Copy the full SHA 23b24ccView commit details -
[CPP] Fix order of attributes for packed argument on GCC and LLVM
Signed-off-by: julian <julian.burellaperez@heig-vd.ch>
julian committedNov 10, 2021 Configuration menu - View commit details
-
Copy full SHA for cd89a17 - Browse repository at this point
Copy the full SHA cd89a17View commit details
Commits on Nov 14, 2021
-
[BIND] Update type returned for barcodes to be of np.float32 instead …
…of 64 Signed-off-by: julian <julian.burellaperez@heig-vd.ch>
julian committedNov 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 0ad94aa - Browse repository at this point
Copy the full SHA 0ad94aaView commit details -
[PY] Add comment to new behavior of value returned from bindings
Signed-off-by: julian <julian.burellaperez@heig-vd.ch>
julian committedNov 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 3253b0f - Browse repository at this point
Copy the full SHA 3253b0fView commit details -
[CPP] Add templates to apparent section
For removing some code duplication, I need to add a constructor to boundary_enumerator Signed-off-by: julian <julian.burellaperez@heig-vd.ch>
julian committedNov 14, 2021 Configuration menu - View commit details
-
Copy full SHA for c461325 - Browse repository at this point
Copy the full SHA c461325View commit details -
[TEST] Add test for unsupported coefficient values
Signed-off-by: julian <julian.burellaperez@heig-vd.ch>
julian committedNov 14, 2021 Configuration menu - View commit details
-
Copy full SHA for d9a79f9 - Browse repository at this point
Copy the full SHA d9a79f9View commit details -
[CPP] Retrieve maximal coefficient value supported from CPP
Signed-off-by: julian <julian.burellaperez@heig-vd.ch>
julian committedNov 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 28cd650 - Browse repository at this point
Copy the full SHA 28cd650View commit details -
[PY] Add coefficient verification
Signed-off-by: julian <julian.burellaperez@heig-vd.ch>
julian committedNov 14, 2021 Configuration menu - View commit details
-
Copy full SHA for e6b3a28 - Browse repository at this point
Copy the full SHA e6b3a28View commit details
Commits on Nov 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6f9684b - Browse repository at this point
Copy the full SHA 6f9684bView commit details
Commits on Nov 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0a0067a - Browse repository at this point
Copy the full SHA 0a0067aView commit details -
[PY] Update _supported_coeff_field to _is_prime_and_larger_than_2
As suggested by @ulupo this method is not much faster Signed-off-by: julian <julian.burellaperez@heig-vd.ch>
julian committedNov 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 1dfb958 - Browse repository at this point
Copy the full SHA 1dfb958View commit details -
[SRC] Add comment requested by @ulupo for binomial_coeff_table
Signed-off-by: julian <julian.burellaperez@heig-vd.ch>
julian committedNov 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 5e02ba5 - Browse repository at this point
Copy the full SHA 5e02ba5View commit details -
Co-authored-by: Umberto Lupo <46537483+ulupo@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bf3bc99 - Browse repository at this point
Copy the full SHA bf3bc99View commit details -
[PY] Update as suggested by @ulupo
Store max coefficient value in a variable and use then the variable Signed-off-by: julian <julian.burellaperez@heig-vd.ch>
julian committedNov 24, 2021 Configuration menu - View commit details
-
Copy full SHA for 1745d88 - Browse repository at this point
Copy the full SHA 1745d88View commit details
Commits on Nov 25, 2021
-
Update comment related to barcodes from bindings
Co-authored-by: Umberto Lupo <46537483+ulupo@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 74ef770 - Browse repository at this point
Copy the full SHA 74ef770View commit details
Commits on Dec 4, 2021
-
[CPP] Try to improve variable names in compute_pairs
Signed-off-by: julian <julian.burellaperez@heig-vd.ch>
julian committedDec 4, 2021 Configuration menu - View commit details
-
Copy full SHA for b1d074f - Browse repository at this point
Copy the full SHA b1d074fView commit details -
[CPP] Pre-allocate maximal number of entries in the hashmap for curre…
…nt dim Signed-off-by: julian <julian.burellaperez@heig-vd.ch>
julian committedDec 4, 2021 Configuration menu - View commit details
-
Copy full SHA for a64a3a4 - Browse repository at this point
Copy the full SHA a64a3a4View commit details -
[CPP] Remove ratio parameter, it was unused
This could be easely achieved in Python Signed-off-by: julian <julian.burellaperez@heig-vd.ch>
julian committedDec 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 051c57f - Browse repository at this point
Copy the full SHA 051c57fView commit details -
[CPP] Remove num_edges unused variable
Signed-off-by: julian <julian.burellaperez@heig-vd.ch>
julian committedDec 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 089b4c0 - Browse repository at this point
Copy the full SHA 089b4c0View commit details -
Signed-off-by: julian <julian.burellaperez@heig-vd.ch>
julian committedDec 4, 2021 Configuration menu - View commit details
-
Copy full SHA for 01e06eb - Browse repository at this point
Copy the full SHA 01e06ebView commit details -
Imrpove _is_prime_and_larger_than_2 as suggested by @ulupo
Co-authored-by: Umberto Lupo <46537483+ulupo@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a67c461 - Browse repository at this point
Copy the full SHA a67c461View commit details
Commits on Dec 5, 2021
-
[CPP] Update more variable names according to @ulupo feedback
Signed-off-by: julian <julian.burellaperez@heig-vd.ch>
julian committedDec 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 2924439 - Browse repository at this point
Copy the full SHA 2924439View commit details