Skip to content

Releases: spotify/confidence

Release 3.0.4

13 Sep 13:24
dd75068
Compare
Choose a tag to compare
  • Fixing so that other multiple correction methods than Bonferroni are applied correctly.

Release 3.0.3

12 Oct 13:32
c14ada4
Compare
Choose a tag to compare
  • Relaxing version requirements for scipy and pandas to allow versions 2.x
  • Corrected typo in sample size calculator docstring

Release 3.0.2

08 Aug 12:27
b4beed6
Compare
Choose a tag to compare
  • Added docstring to Experiment
  • When using variance reduction and there is no pre-exposure data, so that the corresponding matrix is not invertable we now fall back to using a matrix with zeroes, leading to no variance reduction for this case, instead of crashing.

3.0.1

21 Apr 12:13
af091a3
Compare
Choose a tag to compare
  • Added reference level point estimate to the hover box of difference plots

Release 3.0.0

05 Apr 15:35
dc76b90
Compare
Choose a tag to compare
  • Dropped support for python 3.6
  • Improved formatting of some chart labels
  • Made sure NIM lines in difference charts are always red when metrics are inferior

Release 2.7.7

22 Jan 13:06
29be675
Compare
Choose a tag to compare
  • Fixed bug that led to unexpected behaviour when using non_inferiority_margins=False. Not passing False produces the same result as passing None
  • Fixed bug in chartify grapher that caused a crash when attempting to plot a mix of metrics where only some had non-inferiority margins

Release 2.7.6

23 Nov 07:39
26330ad
Compare
Choose a tag to compare
  • Fixed bug in compute_sequential_adjusted_alpha where we since 2.7.4 were taking the max sample size rowwise

Release 2.7.5

15 Nov 23:06
fad6fa5
Compare
Choose a tag to compare
  • Major refactoring, splitting the code into more files for improved readability
  • Fixed bugs related to group sequential testing that resulted in to narrow confidence bands for tests with multiple treatment groups
  • Bump Chartify version
  • Minor changes to get rid of warnings

Release 2.7.4

31 Aug 15:24
022ac4e
Compare
Choose a tag to compare

Fixed bug in sample size calculator check for binary metrics when there are nans

Release 2.7.3

30 Aug 06:11
2e93a02
Compare
Choose a tag to compare
  • Fixed bug in SampleSizeCalculator.optimal_weights_and_sample_size.

  • Added check to make point estimates and variances match for binary metrics when using the sample size calculator.