Releases: godaddy/sample-size
Releases · godaddy/sample-size
Sample-Size 3.0.0
Feature:
- #61 - support sample size calculation for one-sided test and update documentation
Sample-Size 2.0.3
Change:
- #52 - optimize the use of random state parameter in order to resolve the long response time issue
Sample-Size 2.0.2
Fix:
- #48 - Add random state parameters to have all simulation functions generating fixed output given a fixed input
Sample-Size 2.0.1
v2.0.1 - 2022-08-15
Other changes:
- #42 - Performance improvements
- #44 - Update internal parameters for binary search
Sample-Size 2.0.0
v2.0.0 - 2022-06-07
Feature:
- #35 - Add implementation for sample size calculator which supports multiple metrics and/or variants
- #30 User experience change: prompt a question on number of variants and enable multiple metrics registration
Sample-Size 1.0.0
Features:
- #4 - Add implementation for sample size calculator which supports a single metric calculation.
- #6 - Add script to run sample size calculation locally.
Other changes:
- #1 - Setup the repo with CI using github actions
- #3 - Setup release workflow and instructions