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.
The current maintainer of the library was updated.
The parallelization process for obtaining contributions on Windows was optimized by using future_lapply, improving execution times.
The recursion in the M and M_within functions was removed, achieving a significant improvement in performance.
The mutual_inv function was removed due to redundancies in the checks.
The M_within_inv function was added, a simplified version without by or component queries, optimized for queries with large volumes of data or high complexity (such as obtaining contributions).