From b37c0397c5c00c41b5a79193db6d0625635b0847 Mon Sep 17 00:00:00 2001 From: thomaswoehlke <thomas.woehlke@gmail.com> Date: Wed, 28 Apr 2021 11:34:00 +0200 Subject: [PATCH] ### 0.0.31 Release * ------------------------------------- * Fixed #211 ECDC-templates: change URL to for_url() * Fixed #213 WHO-template: change URL to for_url() * ------------------------------------- * Fixed #83 WhoImport.get_new_dates_as_array() SQLalchemy instead of SQL * Fixed #219 WhoImport.countries() SQLalchemy instead of SQL * ------------------------------------- * Fixed #196 OwidImport.get_new_dates_reported_as_array() needs implementation --- docs/BACKLOG.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/BACKLOG.md b/docs/BACKLOG.md index ba48f3ee..4ecd9674 100644 --- a/docs/BACKLOG.md +++ b/docs/BACKLOG.md @@ -287,18 +287,20 @@ * ------------------------------------- * Fixed #211 ECDC-templates: change URL to for_url() * Fixed #213 WHO-template: change URL to for_url() -* ------------------------------------- -* Issue #195 RkiVaccinationImport.get_daterep_missing_in_vaccination_data(): native SQL to SQLalechemy Query +* ------------------------------------- * Fixed #83 WhoImport.get_new_dates_as_array() SQLalchemy instead of SQL * Fixed #219 WhoImport.countries() SQLalchemy instead of SQL * ------------------------------------- +* Fixed #196 OwidImport.get_new_dates_reported_as_array() needs implementation + + +### 0.0.32 Release +* ------------------------------------- +* Issue #195 RkiVaccinationImport.get_daterep_missing_in_vaccination_data(): native SQL to SQLalechemy Query +* ------------------------------------- * Issue #207 remove deprecated: database.port * Issue #208 remove deprecated: database.run_run_with_debug * Issue #209 remove deprecated: database.ITEMS_PER_PAGE -* ------------------------------------- -* Issue #210 database.py: logging for Celery on Windows -* ------------------------------------- -* Fixed #196 OwidImport.get_new_dates_reported_as_array() needs implementation * ------------------------------------- * Issue #212 implement OwidService.task_database_drop_create() * ------------------------------------- @@ -307,8 +309,8 @@ * Issue #216 implement OwidServiceUpdate.update_fact_table_initial_only() * Issue #217 implement OwidServiceUpdate.update_star_schema_incremental() * Issue #218 implement OwidServiceUpdate.update_star_schema_initial() -* ------------------------------------- - +* ------------------------------------- +* Issue #210 database.py: logging for Celery on Windows ### 00 Inbox * ------------------------------------- -- GitLab