Skip to content

Releases: washingtonpost/elex-live-model

2.0.3

07 Nov 00:52
65d51c6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.2...2.0.3

2.0.2

02 Nov 17:26
4aba500
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.0.2

2.0.1

23 Oct 15:45
944ddf5
Compare
Choose a tag to compare

What's Changed

  • ELEX-3405: print statements ➡️ logging statements by @dmnapolitano in #80
  • ELEX-3055: Update all elexmodel requirements in an attempt to silence numpy/pandas warnings by @dmnapolitano in #81
  • no longer throws an error by @lennybronner in #83

Full Changelog: 2.0.0...2.0.1

2.0.0 (10/13/2023)

13 Oct 20:52
5c2d502
Compare
Choose a tag to compare
  • fix: improved fixed effect features #69
  • fix: with the CLI, model-specific parameters passed in as a dictionary #70
  • fix: additional logic in the CLI to find the .env file #71
  • feat: all models are now subclasses of BaseElectionModel #72
  • feat: ability to create custom estimands #75
  • feat: bootstrap model #76
  • feat: conformal election model uses new faster quantile regression provided by elex-solver #77

1.0.11

14 Aug 18:11
0dbac08
Compare
Choose a tag to compare

fix: upgrade to python 3.10 [https://github.com//pull/65] (#65)
feat: generalize parameter checks [https://github.com//pull/64] (#64)
fix: winsorization test error [https://github.com//pull/62] (#65)
feat: add winsorization option [https://github.com//pull/58] (#58)
fix: clean up tox errors [https://github.com//pull/57] (#57)
refactor: remove model settings [https://github.com//pull/54] (#54)
refactor: dynamically create default aggregates [https://github.com//pull/53] (#53)
feat: add better default aggregates [Sync main -> develop #52] (Sync main -> develop #52)

1.0.8 (01/13/2023)

13 Jan 19:01
71bf2b5
Compare
Choose a tag to compare
  • fix: fix overwriting non-reporting lower/upper bounds in multiple prediction interval case #23
  • fix: fix bug when computing fixed effects #27
  • fix: fix overwritting columns when saving conformalization set/bounds to s3 #28

1.0.7 (11/04/2022)

04 Nov 14:54
7f9b070
Compare
Choose a tag to compare
  • fix: fix mape when uncontested historical baseline #18
  • fix: small relative weights for ecos solver #18

v1.0.6

11 Oct 16:01
049eec6
Compare
Choose a tag to compare

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

v1.0.5

26 Sep 15:59
5c6ace6
Compare
Choose a tag to compare

1.0.5 (09/20/2022)

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