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

Add sum of squared weights, bump version #12

Merged
merged 12 commits into from
Jul 2, 2024
Merged

Add sum of squared weights, bump version #12

merged 12 commits into from
Jul 2, 2024

Conversation

shawnlaffan
Copy link
Owner

And some CI changes

This allows us to more easily calculate some indices.

These are also implemented for the unweighted
variant for compatibility.
reinstate appveyor cache

wipe appveyor cache
Rename to _deduplicate, and return
a new object not the data ndarray.
Add an inplace arg to change the object.

Change the weighted percentile methods to not
call deduping since it is not inplace by
default and would slow things down when
repeatedly called.
The SampleWeighted data can be considered as
run length encoded individual samples, for which
each individual sample has a weight of 1.
@shawnlaffan shawnlaffan merged commit 288b36f into master Jul 2, 2024
8 checks passed
@shawnlaffan shawnlaffan deleted the ssq_weights branch July 2, 2024 06:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant