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¶
2.1.0 (2026-03-27)¶
Features¶
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¶
2.0.2 (2026-02-11)¶
Bug Fixes¶
2.0.1 (2026-02-11)¶
Bug Fixes¶
2.0.0 (2026-02-10)¶
Code Refactoring¶
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¶
1.9.1 (2025-04-14)¶
Bug Fixes¶
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¶
1.7.2 (2024-12-19)¶
Bug Fixes¶
1.7.1 (2024-12-18)¶
Bug Fixes¶
1.7.0 (2024-10-30)¶
Features¶
1.6.3 (2024-08-23)¶
Bug Fixes¶
1.6.2 (2024-08-23)¶
Bug Fixes¶
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¶
1.5.3 (2024-08-09)¶
Bug Fixes¶
1.5.2 (2024-08-09)¶
Bug Fixes¶
1.5.1 (2024-08-09)¶
Bug Fixes¶
1.5.0 (2024-08-07)¶
Features¶
1.4.0 (2024-07-18)¶
Features¶
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¶
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¶
1.2.2 (2024-06-17)¶
Bug Fixes¶
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¶
1.0.1 (2024-05-27)¶
Bug Fixes¶
1.0.0 (2024-05-27)¶
Bug Fixes¶
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.