Skip to content

2.2.0 (2026-05-27)

Bug Fixes

  • improvments after run pre-commit (c42f961)

Features

  • scoring: improvements in the calculation of parametric distributions (0026421)

2.1.2 (2026-05-06)

Bug Fixes

2.1.1 (2026-04-29)

Bug Fixes

  • replace sprint param by imdc_year (#90) (5e41826)

2.1.0 (2026-03-27)

Features

  • predictions: move adm_level and disease fields from Model to Prediction (#87) (64ecdb5)

2.0.4 (2026-03-26)

Bug Fixes

  • predictions: implement validate_prediction method and some minor fixes on the package (#86) (67f8112)

2.0.3 (2026-02-24)

Bug Fixes

  • predictions: include a PATCH to update prediction's published status (#83) (ab635df)

2.0.2 (2026-02-11)

Bug Fixes

  • predictions: remove predict_date field (#82) (9c870cb)

2.0.1 (2026-02-11)

Bug Fixes

  • docs: fix errors on API notebooks (#81) (2e0d9ec)

2.0.0 (2026-02-10)

Code Refactoring

  • registry: restructure model endpoints and update client SDK (#80) (a15fa44)

BREAKING CHANGES

  • registry: - The API endpoint for retrieving a specific model now uses path parameters instead of relying solely on ID or query params.
  • Client SDK: functions have been renamed or removed to match the new filter schema.
  • Client SDK: objects have new required fields and modified signatures.

  • refactor: refactor Prediction & PredictionData

  • registry: v2

Release Notes

1.9.3 (2025-05-22)

Bug Fixes

  • bug: add jupyter kernel creation (0210c64)
  • bug: install R in the runner (8d50939)
  • bug: register IR kernel (c2d1b18)
  • bug: run R demo (22c9d20)
  • bugs: docs/tutorials/Using Mosqlient from R.ipynb (1650594)
  • bug: solve ci.yml (9afca98)
  • registry: replace ADM_level by adm_level (#76) (1053c26)

1.9.2 (2025-04-23)

Bug Fixes

  • climate: include climate/weekly endpoint (#70) (d1020f2)

1.9.1 (2025-04-14)

Bug Fixes

  • mosqlient: minor issue with apply ensemble (3f4e730)
  • mosqlient: type-checks (83f2667)

1.9.0 (2025-04-09)

Bug Fixes

  • baseline: solve baseline model to work properly after refactor (19e8861)
  • ci: change pre-commit instruction (87e7b16)
  • ci: update python version in the ci (de2eda4)
  • mosqlient: solve type-checking issues (a28537c)
  • registry: solve error in delete (90aa4a2)

Features

  • scoring: add wis in Scorer class (915104e)
  • scoring: add wis score and create compability of the scores with the new pred elements (d02e35f)

1.8.1 (2025-03-26)

Performance Improvements

  • ensemble: improve the ensemble performance (da12ed9)

1.8.0 (2025-03-25)

Features

  • ensemble: add module to compute ensemble of predictions based on mix of distributions (0def6a7)

1.7.3 (2025-02-14)

Bug Fixes

  • docs: fix errors on docs/ notebooks (#55) (7242f08)

1.7.2 (2024-12-19)

Bug Fixes

1.7.1 (2024-12-18)

Bug Fixes

  • release: bump version to 1.7.1 (fix) (#51) (37a2e2f)

1.7.0 (2024-10-30)

Features

  • Prediction: include calculate_score to calculate score for individual Predictions (#47) (87757a0)

1.6.3 (2024-08-23)

Bug Fixes

  • version: bump version to 1.6.3 to apply latest commits on PyPI (#45) (ee5e333)

1.6.2 (2024-08-23)

Bug Fixes

  • PredictionDataRowSchema: rename columns (#43) (44701bc)

1.6.1 (2024-08-20)

Bug Fixes

  • Score: add a minimum value for the log score (eea4d9d)

1.6.0 (2024-08-15)

Bug Fixes

  • Scorer: allow to compute crps and log score to other confidence levels (79e3fae)

Features

  • score: add interval score (434a2e1)

1.5.4 (2024-08-09)

Bug Fixes

  • version: bump version to 1.5.4 to apply latest commits on PyPI (#38) (f11e1c1)

1.5.3 (2024-08-09)

Bug Fixes

  • Model: remove author_username parameter from upload_model method (#36) (b089631)

1.5.2 (2024-08-09)

Bug Fixes

1.5.1 (2024-08-09)

Bug Fixes

  • Scorer: update Scorer to use Prediction object; pep8 format (#32) (1be71a8)

1.5.0 (2024-08-07)

Features

  • package: parse JSON objects to pydantic schemas (#29) (f167280)

1.4.0 (2024-07-18)

Features

  • config: replace env variable by a global setting (#28) (370690e)

1.3.2 (2024-06-25)

Bug Fixes

  • update_py_version: update python version to <3.13 (5bcaa23)

1.3.1 (2024-06-25)

Bug Fixes

  • post: restrain prediction data to be a pure json only (#25) (513dec0)

1.3.0 (2024-06-24)

Bug Fixes

  • dependencies: ignore jinja2 problem (#23) (836ade6)
  • post: fix minor errors in post method (f3a8616)
  • release: mirror python dependency on conda env & poetry (#24) (9269b3d)

Features

  • score: Add first score module (0a9c8ed)

1.2.3 (2024-06-19)

Bug Fixes

  • Prediction: update post_prediction types to accept only JSON serializable objects (#21) (d286b40)

1.2.2 (2024-06-17)

Bug Fixes

  • requests: include first page on results (#19) (4d6062b)

1.2.1 (2024-06-16)

Bug Fixes

  • baseline: remove data loader from arima class (3868fd3)
  • datastore: implement pydantic; improve code; improve imports; async vs threads benchmark; high level functions (#17) (7ca74a9)

1.2.0 (2024-06-11)

Bug Fixes

  • registry: create pydantic type validations; improve registry endpoint; improve struct; include registry.Prediction; include update_model to registry.Model (#9) (7768ee5)

Features

  • baseline: first baseline model (973c2d0)

1.1.0 (2024-05-28)

Features

  • datastore: Add functions to get the data from the datastore (#8) (8573932)

1.0.1 (2024-05-27)

Bug Fixes

  • package: make params parse run after params type checker (#7) (e4d5437)

1.0.0 (2024-05-27)

Bug Fixes

  • package: add option to change between prod and env environments (#6) (86796ed)

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.