chore: release v0.3.19

This commit is contained in:
gitea-actions
2026-09-04 06:25:44 +00:00
parent fffde48ed8
commit a582fec31e
5 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.3.18"
current_version = "0.3.19"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## [0.3.19] - 2026-09-04
### Changed
- Chore: update README badges (version 0.3.18, 1138 tests)
- Ci: restructure release pipeline into a single atomic release commit
## [0.3.18] - 2026-09-03
### Changed
+1 -1
View File
@@ -10,7 +10,7 @@ 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.18-informational)](CHANGELOG.md)
[![version](https://img.shields.io/badge/version-0.3.19-informational)](CHANGELOG.md)
[![tests](https://img.shields.io/badge/tests-1138%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.18"
version = "0.3.19"
description = "Geant4 step-function surrogate via conditional flow matching"
readme = "README.md"
requires-python = ">=3.12"
Generated
+1 -1
View File
@@ -675,7 +675,7 @@ wheels = [
[[package]]
name = "giant"
version = "0.3.18"
version = "0.3.19"
source = { editable = "." }
dependencies = [
{ name = "numpy" },