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

Issue 344, Issue 436 and Issue 431 #437

Merged
merged 7 commits into from
Aug 26, 2024
Merged

Issue 344, Issue 436 and Issue 431 #437

merged 7 commits into from
Aug 26, 2024

Conversation

drewvandeth
Copy link
Collaborator

@drewvandeth drewvandeth commented Aug 26, 2024

Summary

Resolves #344 Resolves #436 Resolves #431

Details and comments

Issue #344 is resolved by fixing the overflow of int types in the partition methods. This is corrected to int64_t in the compiled version. However this will only work for n-k<63 in both versions. A note has been added to let the user know if the algorithm is not suitable when n-k is too large.

This could be fixed by using gpm or similar for large integers.

Issue #436 is resolved by switching to attribute access.

Issue #431 is resolved by changing += to ^=

@drewvandeth drewvandeth changed the title Issue 344 and Issue 436 Issue 344, Issue 436 and Issue 431 Aug 26, 2024
@drewvandeth drewvandeth removed the request for review from dsvandet August 26, 2024 11:43
@drewvandeth drewvandeth merged commit a9f70b7 into main Aug 26, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant