Skip to content

Latest commit

 

History

History
66 lines (38 loc) · 4.22 KB

File metadata and controls

66 lines (38 loc) · 4.22 KB

Release Notes

1.5.0 (2026-03-09)

Features

  • app: Add epidemic calculator (b69c108)

Bug Fixes

  • Add CE as default state when opening the dashboard (5388221)
  • episcanner: remove unecessary lines (44d0cfc)
  • episcanner: solve error to fetch chik parameters (a59ae0e)
  • pars_map: parse geocode column from float to int (1fad2f4)
  • settings: update EPISCANNER_DATA_DIR so the export script syncs with internal data dir (6f4971d)

1.4.0 (2024-11-21)

Features

  • add peak week line in the dashboard (13e91e4)

1.3.0 (2024-11-06)

Features

  • EpiScanner: use episcanner-downloader instead of EpiScanner class (da4d622)
  • EpiScanner: use episcanner-downloader instead of EpiScanner class (7a315c4)

Bug Fixes

  • app: fix poetry build error; fix dropdown first item selection error; improve app code readability (6e7b234)
  • app: match data table with duckdb disease naming (28ff0bf)
  • Episcanner: minor change and docstring to solve the name error in the previous PR (83c82c9)
  • management: include fetch_data back to populate data dir (24c75ef)
  • text: fix minor issues in title sizes, plots, and add newcolumns (942e6f6)

1.2.0 (2023-11-23)

Features

1.1.0 (2023-05-15)

Features

  • modules: Add support for exporting data for multiple diseases (0a89bc4)
  • modules: Add support for selecting disease in app (c55bb3d)
  • tests: Improve tests for get_alerta_table() and data_to_parquet() (ec6cbfa)

Bug Fixes

  • linting: Add trailing whitespace after inline comment in app.py (b1b9b83)
  • Update poetry.lock (#28) (74e9ddf)

1.0.0 (2023-04-25)

Features

  • release: Remove commented-out code for pytest in Linux workflow (#21) (f44c6ab)