chore: release v0.3.25
CI / Tests (push) Successful in 3m9s
CI / Lint (ruff check) (push) Successful in 2m7s
CI / Format (ruff format) (push) Successful in 2m6s
CI / Type check (ty) (push) Successful in 2m18s
CI / Sync project version with tag (hand-pushed tags only) (push) Skipped
CI / Publish package to Gitea package registry (push) Skipped
CI / Release (bump, changelog, badges, tag) on merge to master (push) Successful in 16s

This commit is contained in:
gitea-actions
2026-09-09 12:45:38 +00:00
parent 8ac3060814
commit 8fe1d8f162
5 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.3.24"
current_version = "0.3.25"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## [0.3.25] - 2026-09-09
### Changed
- Fix(analysis): keep pre_E alive through prediction range subsampling
## [0.3.24] - 2026-09-09
### Changed
+2 -2
View File
@@ -10,8 +10,8 @@ calorimeter showers.
[![python](https://img.shields.io/badge/python-3.12%2B-3776AB?logo=python&logoColor=white)](pyproject.toml)
[![torch](https://img.shields.io/badge/torch-2.3.x-EE4C2C?logo=pytorch&logoColor=white)](pyproject.toml)
[![version](https://img.shields.io/badge/version-0.3.24-informational)](CHANGELOG.md)
[![tests](https://img.shields.io/badge/tests-1176%20passing-brightgreen)](tests/)
[![version](https://img.shields.io/badge/version-0.3.25-informational)](CHANGELOG.md)
[![tests](https://img.shields.io/badge/tests-1177%20passing-brightgreen)](tests/)
[![CI](https://git.larsbogner.de/lars/giant/actions/workflows/ci.yml/badge.svg?branch=master)](https://git.larsbogner.de/lars/giant/actions)
[![license](https://img.shields.io/badge/license-unlicensed-lightgrey)](#license)
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "giant"
version = "0.3.24"
version = "0.3.25"
description = "Geant4 step-function surrogate via conditional flow matching"
readme = "README.md"
requires-python = ">=3.12"
Generated
+1 -1
View File
@@ -825,7 +825,7 @@ wheels = [
[[package]]
name = "giant"
version = "0.3.24"
version = "0.3.25"
source = { editable = "." }
dependencies = [
{ name = "numpy" },