Skip to content

Releases: cmu-delphi/forecast-eval

v7.3.0

24 Jul 17:47
c092e2c
Compare
Choose a tag to compare
  • #302 Add v back to python action version tag
  • #301 Bump setup-python action version to use new node in release process
  • #299 Bump setup-python action version to use new node
  • #295 Reduce workflow warnings
  • #297 Pass GITHUB_PAT from workflow to docker to authenticate new API-based date fetching
  • #296 Drop non-included forecasters

🧰 Development

  • #303 Release 7.3.0

Thanks to @github-actions and @nmdefries

v7.2.0

26 Jun 15:32
92e8513
Compare
Choose a tag to compare
  • #292 Cleanup after 7.1.0 release
  • #293 Use newer `actions/checkout` version to avoid Node12 deprecation

🧰 Development

  • #294 Release 7.2.0

Thanks to @dsweber2, @github-actions and @nmdefries

v7.1.0

23 Jun 19:40
b919543
Compare
Choose a tag to compare
  • #282 Update README

🧰 Development

  • #285 Release 7.1.0

Thanks to @github-actions and @nmdefries

v7.0.0

26 Apr 16:26
f12ab6f
Compare
Choose a tag to compare
  • #270 When changing score to/from coverage, show main plot and make sure truth data is relevant
  • #271 regenerate truth plot if aggregating over shared states
  • #266 Simplify `dplyr` use in dashboard `filter` logic
  • #267 Move `PREV_TARGET` to session-specific global to not leak behavior between users
  • #260 Reduce unnecessary replotting on dashboard startup and on target variable switching
  • #259 Make dashboard selection options on load match hosp target variable
  • #257 Load and cache target variable data separately
  • #258 Show score explanation when switching to archive tab
  • #253 Display archived signals in separate tab on dashboard

🧰 Development

  • #277 Release 7.0.0

Thanks to @github-actions and @nmdefries

v6.1.0

04 Apr 21:27
de9232f
Compare
Choose a tag to compare
  • #254 Fix actions package install issue
  • #245 Optimize local error measures and pin container version
  • #243 Use FALSE instead of the symbol F, for safety
  • #241 Remove Docker remnants in workflow to free memory
  • #242 Use `evalcast` caching mechanism to reduce time to pull from API
  • #240 Cleanup after release 6.0.0

🧰 Development

  • #252 Release 6.1.0

Thanks to @github-actions, @korlaxxalrok and @nmdefries

v6.0.0

26 Aug 16:49
60909fb
Compare
Choose a tag to compare
  • #238 Cleanup after release 5.0.1
  • #237 Dashboard speed optimization by reducing redundant plot function calls

🧰 Development

  • #239 Release 6.0.0

Thanks to @github-actions, @nmdefries and @rafaelcatoia

v5.0.1

14 Apr 16:03
ff282c7
Compare
Choose a tag to compare
  • #235 Cleanup after v5.0.0 release
  • #234 Increase fetch depth in `release-main` workflow so `main` and `dev` branches see the same commit history

🧰 Development

  • #236 Release 5.0.1

Thanks to @github-actions and @nmdefries

v5.0.0

06 Apr 21:00
6541006
Compare
Choose a tag to compare
  • #230 Set DESCRIPTION, .bumpversion.cfg, and app/global.R versions all to 4.2.0
  • #229 Support showing predictions for future dates in the dashboard
  • #228 Have pipeline save datetime of run + keep predictions for future dates
  • #224 Document why certain forecasters don't appear in the scores/dashboard
  • #227 Fix "No <signal> available at the <geo> level" error always being raised
  • #223 Code deduplication
  • #221 Warn if missing any forecasters
  • #222 Turn standard warn setting back on after pulling data
  • #218 Revert "Force scoring pipeline to use old stable covidcast image"
  • #220 Display warnings as they happen for easier debugging
  • #219 Increase self-hosted workflow timeout to 24 hours
  • #216 Force scoring pipeline to use old stable covidcast image
  • #214 Extend as-of date selection options
  • #205 Add template refactor back
  • #213 Suppress legend labels
  • #202 Gray out showForecasts button
  • #204 Small style fixes
  • #212 Modify layout css to support resizing with browser window
  • #206 Make sure score explanations appear at the right time
  • #211 Display full names for states and territories
  • #210 Track color seed in session var
  • #199 Cleanup after v4.2.0 release
  • #198 Release v4.2.0
  • #197 Cache covidcast pulls
  • #196 Add back change in as-of dates to match Sunday pipeline run
  • #194 Display scaleByBaseline checkbox for hospitalizations
  • #193 Revert template refactor and associated changes
  • #177 Add pipeline run on Sunday
  • #180 Re-enable scaleByBaseline for hospitalizations
  • #184 Match docker port mapping to shiny export port
  • #182 Cleanup: merge main into dev
  • #183 Revert app session timeout
  • #179 Release v4.1
  • #178 Set dashboard timeout thresholds to reduce disconnects
  • #176 Cleanup: merge main into dev
  • #172 Fix dashboard docker dependencies: markdown, sf
  • #173 Add new 4-week ensemble to list of forecasters to score
  • #169 Cache scores object
  • #166 Release v4.0
  • #164 Fix as of date hosp
  • #163 Fix "as of" current date
  • #162 Add title to page
  • #159 Adding forecasts to total locations observed as of plot
  • #158 Bug fixes for as of and forecaster features
  • #156 Add forecasts
  • #154 "As of" feature
  • #155 Change repo dir owner to action user so files can be deleted
  • #153 Cleanup: merge main into dev
  • #152 Release v3.1
  • #149 Add on to loading message
  • #148 Disallow scaling by baseline with hosp
  • #147 Info Additions to "About" and Hosp Horizons
  • #143 Add export scores button
  • #146 Adding data loading message
  • #145 Cleanup: merge main into dev
  • #144 Release v3.0
  • #140 Drop hospitalizations forecasts for most US territories
  • #141 Save predictions cards to directory passed as command line arg
  • #131 Add hospitalizations
  • #138 Delete old github action
  • #129 Include secondary forecasters
  • #137 Let `start_dashboard` use local docker build
  • #136 Forecastdate tooltip label
  • #135 Fixing corner case where plot is blank with no warning message
  • #134 About text updates
  • #130 Cleanup: merge main into dev
  • #127 Report 20, 50, and 80th predicted percentiles along with forecaster scores
  • #120 Support hospitalizations in data pipeline
  • #125 Force pipeline container build to always pull newest covidcast image
  • #124 Release v2.1
  • #122 Remove legend title
  • #121 Add scale by baseline option
  • #119 Adding option to log score and sharpness renamed to spread
  • #115 Merge release v2.0 back into dev
  • #116 Removing cron scheduling from original workflow
  • #114 Release v2.0
  • #112 Components
  • #113 Styling tweaks for header
  • #111 Style update and back button addition
  • #98 Add wis component scores
  • #108 Merge release 1.4 back into dev
  • #107 Release v1.4
  • #106 Readme
  • #105 Add a shuffle colors button
  • #104 Explicitly pick out used columns
  • #103 Merge release 1.3.1 back into dev
  • #101 Release v1.3.1
  • #100 extra col fix
  • #95 Add note about updating covidcast docker when evalcast is updated
  • #96 Merge release 1.3 back into dev
  • #94 Adding 1.3 to description file (oops forgot to push the change)
  • #91 Simplify predictions / scoring code
  • #93 Release v1.3
  • #80 Update about.md
  • #92 Add md5 cache busting for the css file.
  • #90 only run deploy workflow on cron schedule
  • #89 updating wis description and about content
  • #86 Merge release v1.2 into dev
  • #82 Remove caching from predictions
  • #87 adding google analytics tracker
  • #83 Release v1.2
  • #81 Update where in the app data is being pulled from AWS
  • #77 Ungroup predictions cards
  • #70 Post release merge Main into Dev branch
  • #69 Release_V1.1
  • #68 Release v1.0
  • #63 Update from evalcast-killcards to evalcast and reduce memory issues
  • #66 Allow forecasts made before Sunday
  • #67 use shapes rather than linetypes
  • #42 Change cron schedule
  • #48 Dashboard dev
  • #61 Update about-dashboard with links
  • #60 adding tag names and webhook trigger
  • #59 Remove quantile requirement for scoring forecasts
  • #44 only trigger workflow on push to dev
  • #50 About & style revision
  • #15 add Dockerfile label
  • #49 About page updates
  • #47 testing new config location
  • #46 Use markdown and update chart visibility and order
  • #41 Dashboard dev
  • #45 trying no cache
  • #43 adding new conf file
  • #39 use real aws keys
  • #38 connecting directly to s3bucket
  • #17 Dashboard dev
  • #27 adding github actions deploy workflow
  • #26 Switch to jhu-csse to fix preds/scores mismatch
  • #24 Use covidcast image during build
  • #23 Remove Score Caching
  • #22 Use covidHubUtils as source when data not provided by covidcast
  • #16 Add national data
  • #12 Dashboard docker
  • #11 Upload scores
  • #10 Add evalcast dependencies
  • #9 Change to use Makefile based build system
  • #7 Dashboard dev
  • #8 Retrieve data from past 100 weeks
  • #5 Docker dashboard
  • #4 Dev data retrieval
  • #3 Added a docker build step and a trivial R script to convert csv to rds
  • #2 Dev data retrieval

🐛 Bugs Fixes

  • #185 fix: use remote google font

🧰 Development

  • #231 Release 5.0.0
  • #181 fix image generation
  • #171 apply rshiny-template to repo

Thanks to @JedGrabman, @eujing, @github-actions, @kateharwood, @korlaxxalrok, @krivard, @nmdefries, @sgratzl, @tildechris and Kate Harwood

v4.2.0

11 Apr 14:47
Compare
Choose a tag to compare
  • #234 Increase fetch depth in `release-main` workflow so `main` and `dev` branches see the same commit history

Thanks to @nmdefries