Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.7.2"
".": "0.7.3"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
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-16)


### Bug Fixes

* **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))


### 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)


Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ 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
date-released: 2026-09-16
url: "https://github.com/astrogilda/tsbootstrap"
repository-code: "https://github.com/astrogilda/tsbootstrap"
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,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" },
Expand Down
4 changes: 2 additions & 2 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -12,7 +12,7 @@
{
"registryType": "pypi",
"identifier": "tsbootstrap",
"version": "0.7.2",
"version": "0.7.3",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading