Skip to content

Releases: godaddy/sample-size

Sample-Size 3.0.0

31 Oct 18:51
4ed905a
Compare
Choose a tag to compare

Feature:

  • #61 - support sample size calculation for one-sided test and update documentation

Sample-Size 2.0.3

27 Sep 23:12
a66cd3d
Compare
Choose a tag to compare

Change:

  • #52 - optimize the use of random state parameter in order to resolve the long response time issue

Sample-Size 2.0.2

21 Sep 22:14
b90530e
Compare
Choose a tag to compare

Fix:

  • #48 - Add random state parameters to have all simulation functions generating fixed output given a fixed input

Sample-Size 2.0.1

15 Aug 21:32
2b46c17
Compare
Choose a tag to compare

v2.0.1 - 2022-08-15

Other changes:

  • #42 - Performance improvements
  • #44 - Update internal parameters for binary search

Sample-Size 2.0.0

07 Jun 23:42
efa3be1
Compare
Choose a tag to compare

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

14 Dec 23:48
fd1d68f
Compare
Choose a tag to compare

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