From d924ea27929e2fb2fb1e414daefbcf19a793cb1a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 05:05:52 +0000 Subject: [PATCH 1/2] chore(main): release 0.1.8 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ pyproject.toml | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 55c86c85..a46f2186 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.7" + ".": "0.1.8" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 66f0feeb..9fef55e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.8](https://github.com/w7-mgfcode/ForecastLabAI/compare/v0.1.7...v0.1.8) (2026-02-01) + + +### Features + +* **backtesting:** implement time-series backtesting module (PRP-6) ([#32](https://github.com/w7-mgfcode/ForecastLabAI/issues/32)) ([8aca4d1](https://github.com/w7-mgfcode/ForecastLabAI/commit/8aca4d13a57c0b6ebf416a384995d98c35884121)) +* **backtesting:** wire config fields into implementation ([daef9ce](https://github.com/w7-mgfcode/ForecastLabAI/commit/daef9ce3d72bf90ca53f61a095576c454385c93b)) +* **backtesting:** wire config fields into implementation ([80e99e8](https://github.com/w7-mgfcode/ForecastLabAI/commit/80e99e8113bc7a935a392229e72e5f416e0bda75)) + + +### Bug Fixes + +* **backtesting:** handle signed metrics in comparison summary ([215d249](https://github.com/w7-mgfcode/ForecastLabAI/commit/215d249a056727c3d95f568ce5eba7dbd52f443c)) + ## [0.1.7](https://github.com/w7-mgfcode/ForecastLabAI/compare/v0.1.6...v0.1.7) (2026-02-01) diff --git a/pyproject.toml b/pyproject.toml index 84a3a244..7f719bcc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "forecastlabai" -version = "0.1.7" +version = "0.1.8" description = "Portfolio-grade end-to-end retail demand forecasting system" readme = "README.md" requires-python = ">=3.12" From 0a2037e95057458544f44b0329224a957a1b7bc4 Mon Sep 17 00:00:00 2001 From: "Gabe@w7dev" Date: Sun, 1 Feb 2026 05:11:08 +0000 Subject: [PATCH 2/2] chore: trigger CI