From 01a112791418eac4eb4f7538bb08374e4706b304 Mon Sep 17 00:00:00 2001 From: Simon Rampp Date: Fri, 19 Sep 2025 16:06:43 +0200 Subject: [PATCH 1/2] fix banner link --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6ed7055..8bab304 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -.. image:: https://ramppdev.github.io/ablate/_images/logo_banner.png +.. image:: https://ramppdev.github.io/ablate/_static/logo_banner.png :alt: ablate turns deep learning experiments into structured, human-readable reports. :align: center From 825f875e2087c5b19e7752873f7589180a65ce7b Mon Sep 17 00:00:00 2001 From: Simon Rampp Date: Fri, 19 Sep 2025 16:06:58 +0200 Subject: [PATCH 2/2] bump version --- ablate/__init__.py | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ablate/__init__.py b/ablate/__init__.py index 4d7cb5f..e11357b 100644 --- a/ablate/__init__.py +++ b/ablate/__init__.py @@ -4,4 +4,4 @@ __all__ = ["blocks", "exporters", "queries", "Report", "sources"] -__version__ = "0.2.2" +__version__ = "0.2.3" diff --git a/pyproject.toml b/pyproject.toml index b61566d..762f132 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ablate" -version = "0.2.2" +version = "0.2.3" description = "ablate turns deep learning experiments into structured, human-readable reports." authors = [{ name = "Simon Rampp", email = "simon@rampp.dev" }] license = { text = "MIT" } diff --git a/uv.lock b/uv.lock index 4a16e6d..d7e10ca 100644 --- a/uv.lock +++ b/uv.lock @@ -20,7 +20,7 @@ resolution-markers = [ [[package]] name = "ablate" -version = "0.2.2" +version = "0.2.3" source = { editable = "." } dependencies = [ { name = "matplotlib" },