You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Created the mutual_inv function, which performs far fewer checks compared to the original mutual function.
Added cluster parallelization on advanced queries (such as getting contributions and internal functions like get_general_contribution), making it compatible with Windows systems.
Fixed a bug in the cores parameter check, which did not correctly detect the operating system the query was running on.
Added a check that limits the use of available cores on the system when the number of requested cores exceeds the available ones.