Closed keatis closed 10 months ago
thank you for your feedback, and your PR. I really appreciated! I will create a new release on 26th Dec.
Ehi @keatis ,thank you for your feedback, your effort and your proactivity in creating this PR.
I added some additional tests for the median()
function and I merged it into the v1.0.0.
🎉
Thank you too, @roberto-butti. Glad to help! :)
Hi. Turned out that
median()
did not sort an array, thus giving wrong result on unsorted data. So, this PR is to fix this -median()
will now sort data on self behalf, likequantiles()
do.Tests are included (I also made some text changes to look more consistent over that test file). Thanks.