Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f3aa28eac7 | |||
| a1df1faf51 | |||
| 674f7254cd |
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
[tool.bumpversion]
|
[tool.bumpversion]
|
||||||
current_version = "0.3.16"
|
current_version = "0.3.17"
|
||||||
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
|
||||||
serialize = ["{major}.{minor}.{patch}"]
|
serialize = ["{major}.{minor}.{patch}"]
|
||||||
search = "{current_version}"
|
search = "{current_version}"
|
||||||
|
|||||||
@@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.3.17] - 2026-09-02
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Feat: add WGAN + AR stop-token config variant
|
||||||
|
|
||||||
|
- Perf: replace pandas with polars in the setup-stage scan
|
||||||
|
|
||||||
## [0.3.16] - 2026-08-31
|
## [0.3.16] - 2026-08-31
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "giant"
|
name = "giant"
|
||||||
version = "0.3.16"
|
version = "0.3.17"
|
||||||
description = "Geant4 step-function surrogate via conditional flow matching"
|
description = "Geant4 step-function surrogate via conditional flow matching"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
|
|||||||
Reference in New Issue
Block a user