From f4342dbdcf024410c7bdfed9be1feb4320725ecf Mon Sep 17 00:00:00 2001 From: Sankalp Gilda Date: Fri, 25 Sep 2026 21:08:49 -0400 Subject: [PATCH 1/2] chore(main): release tsbootstrap 0.7.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 19 +++++++++++++++++++ CITATION.cff | 2 +- docs/source/conf.py | 2 +- pyproject.toml | 2 +- server.json | 4 ++-- 6 files changed, 25 insertions(+), 6 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ca1c614f..657149d5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.2" + ".": "0.7.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a1c510f6..cb95fff4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project are documented here. The format follows [Keep a Changelog](https://keepachangelog.com/), and the project aims to follow semantic versioning. +## [0.7.3](https://github.com/astrogilda/tsbootstrap/compare/tsbootstrap-v0.7.2...tsbootstrap-v0.7.3) (2026-09-26) + + +### Bug Fixes + +* **api:** record the backend in every bootstrap run's metadata ([dc66e06](https://github.com/astrogilda/tsbootstrap/commit/dc66e06aecce230673b4de5f26a85e19b959041a)) +* **deps:** bump mistune to 3.3.4 for a recursion denial of service ([33ae3f8](https://github.com/astrogilda/tsbootstrap/commit/33ae3f8bd602d3915a274b7ae604e5bbc82756d5)) +* **deps:** bump pip to 26.2.1 for an arbitrary-write advisory ([704833a](https://github.com/astrogilda/tsbootstrap/commit/704833a12ed060440cdda203c7403459767935a6)) +* **deps:** bump tornado to 6.5.8 for three advisories ([988aef0](https://github.com/astrogilda/tsbootstrap/commit/988aef043516113dd88f65c6452883a7e8930a30)) +* **mcp:** move the MCP server to the mcp 2 SDK ([cf1230f](https://github.com/astrogilda/tsbootstrap/commit/cf1230fc2939e96339226c3fbfd6e044c7543472)) +* **mutation:** generate mutants through the mutmut 3.8 entry points ([4590003](https://github.com/astrogilda/tsbootstrap/commit/459000314183574d3abcff737ccd1c6ff7d06651)) + + +### Documentation + +* **readme:** drop the unrelated cross-project link ([c884341](https://github.com/astrogilda/tsbootstrap/commit/c8843419ecbf87ae7d843b54a6773f3c28796d62)) +* **readme:** link the author's agent-evidence-vectors project ([#266](https://github.com/astrogilda/tsbootstrap/issues/266)) ([78646fb](https://github.com/astrogilda/tsbootstrap/commit/78646fb4db46faa7d59a2c25856d092556afb862)) +* **readme:** say what the linked project has in common with this one ([d0fefda](https://github.com/astrogilda/tsbootstrap/commit/d0fefda97fa049c9b6dff50790d960a0ee141752)) + ## [0.7.2](https://github.com/astrogilda/tsbootstrap/compare/tsbootstrap-v0.7.1...tsbootstrap-v0.7.2) (2026-08-27) diff --git a/CITATION.cff b/CITATION.cff index 227f15ef..1e8ca39c 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -21,7 +21,7 @@ keywords: - uncertainty quantification - conformal prediction license: MIT -version: 0.7.2 # x-release-please-version +version: 0.7.3 # x-release-please-version doi: 10.5281/zenodo.8226495 date-released: 2026-08-27 url: "https://github.com/astrogilda/tsbootstrap" diff --git a/docs/source/conf.py b/docs/source/conf.py index 511cd7d7..50b8eafb 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -16,7 +16,7 @@ current_year = datetime.now().year copyright = f"2023 - {current_year} (MIT License), Sankalp Gilda" author = "Sankalp Gilda" -release = "0.7.2" # x-release-please-version +release = "0.7.3" # x-release-please-version # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/pyproject.toml b/pyproject.toml index b5fe66c9..4cb8a2ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ where = ["src"] [project] name = "tsbootstrap" -version = "0.7.2" +version = "0.7.3" description = "A Python package to generate bootstrapped time series" maintainers = [ { name = "Sankalp Gilda", email = "sankalp.gilda@gmail.com" }, diff --git a/server.json b/server.json index 742bc9be..2017831c 100644 --- a/server.json +++ b/server.json @@ -3,7 +3,7 @@ "name": "io.github.astrogilda/tsbootstrap", "title": "tsbootstrap", "description": "Read-only time-series bootstrap server: diagnose a series and compute confidence intervals.", - "version": "0.7.2", + "version": "0.7.3", "repository": { "url": "https://github.com/astrogilda/tsbootstrap", "source": "github" @@ -12,7 +12,7 @@ { "registryType": "pypi", "identifier": "tsbootstrap", - "version": "0.7.2", + "version": "0.7.3", "runtimeHint": "uvx", "transport": { "type": "stdio" From d80828dc4e14b6894d8dec34584228d69d5b5463 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Sep 2026 01:09:00 +0000 Subject: [PATCH 2/2] build: sync the lockfile and release date for the release --- CITATION.cff | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 1e8ca39c..a1965ba0 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -23,6 +23,6 @@ keywords: license: MIT version: 0.7.3 # x-release-please-version doi: 10.5281/zenodo.8226495 -date-released: 2026-08-27 +date-released: 2026-09-26 url: "https://github.com/astrogilda/tsbootstrap" repository-code: "https://github.com/astrogilda/tsbootstrap" diff --git a/uv.lock b/uv.lock index 0890a608..ef7265e2 100644 --- a/uv.lock +++ b/uv.lock @@ -5371,7 +5371,7 @@ wheels = [ [[package]] name = "tsbootstrap" -version = "0.7.2" +version = "0.7.3" source = { editable = "." } dependencies = [ { name = "narwhals" },