Skip to content

Latest commit

 

History

History
102 lines (83 loc) · 6.74 KB

CHANGELOG.md

File metadata and controls

102 lines (83 loc) · 6.74 KB

Changelog

1.0.7 (10/28/2022)

  • fix: fix mape when uncontested historical baseline #18
  • fix: small relative weights for ecos solver #19

1.0.6 (10/05/2022)

  • fix: Gaussian model bug in lower bound of confidence intervals #8
  • fix: save results even with not enough subunits #13
  • feat: write an error message for conformity values #11
  • feat: automate releases #10
  • chore: wrap dataframe in a list to avoid deprecation #12
  • fix: gaussian merge #9
  • fix: release workflow #14
  • feat: add data README #15

1.0.5 (09/20/2022)

  • fix: Update README link to 2020 model #2
  • chore: set up repository #4

1.0.4 (09/12/2022)

  • chore: update codeowners to public news engineering group #101

1.0.3 (09/08/2022)

  • feat: write conformalization data and gaussian bounds to s3 #86

1.0.2 (09/07/2022)

  • fix: use combined data handler to write results #96

1.0.1 (09/06/2022)

  • fix: set write_data as a class function #93

1.0.0 (09/01/2022)

  • feat: implement fixed effects #80
  • feat: add option to save preprocessed data #76
  • feat: create model results class #82
  • feat: implement skewed sampling #83
  • fix: bugs in combined data and historical aggregations #84
  • fix: handle nonreporting unexpected units #85
  • feat: create integration test #87
  • fix: bug in fixed effects where a column is zeroes only #88
  • chore: remove jfrog instructions and update contribution instructions for open source #89

0.0.8 (07/28/2022)

  • chore: rename observed and unobserved to reporting and nonreporting #68
  • chore: add precommit as a workflow #70
  • fix: change default parameters to empty lists #71
  • chore: add unit tests and small fixes #69
  • fix: use new artifactory secret #72
  • chore: update README #73
  • chore: more README updates #74
  • feat: historic run returns state_data #75

0.0.7 (05/13/2022)

  • fix: bug with observed unexpected subunits #65

0.0.6 (05/12/2022)

  • fix: historical election bug #60
  • feat: add configurable unreporting options (drop and zero) #61
  • fix: add 1 to prediction when calculating size of prediction intervals #63

0.0.5 (04/27/2022)

  • chore: update readme and requirements for releases #51
  • feat: add subunits reporting column #52
  • fix: fix test warnings #53
  • fix: rename LiveDataHandler to MockLiveDataHandler #55
  • chore: upgrade .append to .concat #57
  • fix: move random seed to instantiation #56
  • feat: generate estimates for multiple estimands #54

0.0.4 (03/21/2022)

  • chore: updated pandas version and boto3 version #48
  • fix: run historical model with new estimand #46
  • fix: cli allows multiple parameters #45

0.0.3 (02/24/2022)

  • fix: another fix for n_minimum_reporting ([#43])
  • chore: release beta version

0.0.3-beta.0 (02/23/2022)

  • fix: add n_minimum_reporting #40

0.0.2 (02/22/2022)

  • feat: return custom error for not enough subunits reporting #35
  • chore: rename classes and clean up repo #36
  • chore: rename repo to elex-live-model #37

0.0.2-beta.1 (02/14/2022)

0.0.2-beta.0 (02/11/2022)

Initial release (02/03/2022)