Skip to content

Releases: Mosqlimate-project/Data-platform

1.1.0

15 Jul 13:13
Compare
Choose a tag to compare

1.1.0 (2024-07-15)

Bug Fixes

  • api: increase max items per page to 300 (#200) (d68a7f1)
  • api: remove TagSchema from ModelSchema due to pre-initialization error (#209) (f7966a1)
  • dashboard: fix models/predictions visualize button (#166) (619069e)
  • dashboard: include logic to display adm_level 1 predictions on dashboard (#211) (75e5d1d)
  • datastore: include episcanner year field on /datastore/ form (#177) (026c2e5)
  • docs: Improve the api documentation with mosqlient package examples (71801e9)
  • mkdocs: update mkdocs-jupyter dependencies to fix container initialization (#184) (22aff40)
  • validation: improve the prediction's validation (#202) (403d249)

Features

  • datastore: episcanner API endpoint (#175) (f45d469)
  • datastore: serve aedes_eggs_data.zip (#174) (61ad5b9)
  • macro-forecast-map: add MacroForecastMap view (#173) (0e48e12)
  • postgis: install postgis on mosqlimate-postgres image (#168) (e6ca18f)
  • tags: include tags on registry.Model (#189) (a4f6698)
  • vis: Prepare "Results prob lstm" plot; add geo specific models to receive geo data (#172) (1eae6ed)

1.0.0

19 Dec 20:21
Compare
Choose a tag to compare

1.0.0 (2023-12-19)

Bug Fixes

  • api: fix validations (#138) (b45743d)
  • API: include missing parameters on dj models & more (#120) (b77fc82)
  • contaovos api - datastore: change contaovos api POST method to GET (#105) (a131009)
  • models-box: improve models-box layout & profile container (#104) (302e787)
  • packages: fix pydantic version (#59) (2b07955)
  • postgres: force postgres to use 1000 max_connections (#113) (0cc51a3)
  • predictions-api: ADM_level as None is breaking api result (#110) (097e022)
  • release: fix semantic-release (#147) (1689e93)
  • release: move GITHUB_TOKEN to a scope above (#149) (32403a8)
  • templates: models template JS returns error w prod config (#82) (2b4f693)
  • users: profile page is getting other users' models (918b0b6)

Features

  • Add prediction data validation module with initial API tests (#121) (601da56)
  • containers: add postgres container (192b57d)
  • copernicus_brasil: include 'uf' filter to copernicus_brasil api call (#72) (ab62c68)
  • datastore: create connection with infodengue db & api for historico_alerta table (#66) (de157c1)
  • datastore: create datastore API endpoint for contaovos API (#102) (37490bc)
  • historico_alerta: include 'disease' filter field and connect to zika and chik tables (#70) (fd3390a)
  • Implement ECharts Visualization for Disease Data (#77) (c07263f)
  • Implement validation functions and tests for TestValidCreateModel (#132) (cf7f6a8)
  • linter: add pre-commit config (e1395ab)
  • predictions: include /edit-prediction/ (#83) (a152154)
  • registry - docs: include ADM_level field & add translations tags on views and docs & more (#108) (ed6e687)
  • tasks: add periodic task to update TotalCases model (#124) (f593c6d)
  • templates: add /datastore/ page (#122) (189c9d6)
  • templates: include translations blocks (#107) (d6add3f)
  • vis: include /vis/home/ (#130) (5fe2f00)
  • visualization: prepare environment to include Plotly Dash (#111) (745324f)