File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- v2.2.5 (work-in-progress)
1+ v2.2.6 2026-01-06
22 * Increase test timeout threshold by a factor of two, to avoid timeouts in
33 github Windows CI tests.
44 * Reduce interim disk usage when calling mcpl_merge_outfiles_mpi by
55 removing per-thread files before attempting output file compression
66 (GitHub issue #119).
77 * Bump end-year in copyright statements to 2026.
8- * ...
98
109v2.2.4 2025-10-20
1110 * Maintenance release to rerender various deployments.
Original file line number Diff line number Diff line change 1- 2.2.5
1+ 2.2.6
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ endif()
5151
5252#Setup project:
5353
54- project ( MCPL VERSION 2.2.5
54+ project ( MCPL VERSION 2.2.6
5555 LANGUAGES C
5656 DESCRIPTION "Monte Carlo Particle Lists"
5757 HOMEPAGE_URL "https://github.com/mctools/mcpl"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ build-backend = "setuptools.build_meta"
3232
3333[project ]
3434name = " mcpl-core"
35- version = " 2.2.5 "
35+ version = " 2.2.6 "
3636requires-python = " >=3.8"
3737readme = " README.md"
3838license = {text = " Apache-2.0" }
Original file line number Diff line number Diff line change 2121
2222[project ]
2323name = " mcpl-core"
24- version = " 2.2.5 "
24+ version = " 2.2.6 "
2525requires-python = " >=3.8"
2626readme = " README.md"
2727license = {text = " Apache-2.0" }
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ endif()
5151
5252#Setup project:
5353
54- project ( MCPLExtra VERSION 2.2.5
54+ project ( MCPLExtra VERSION 2.2.6
5555 LANGUAGES C
5656 DESCRIPTION "Monte Carlo Particle Lists"
5757 HOMEPAGE_URL "https://github.com/mctools/mcpl"
Original file line number Diff line number Diff line change 2121
2222[project ]
2323name = " mcpl-extra"
24- version = " 2.2.5 "
25- dependencies = [ ' mcpl-core==2.2.5 ' ]
24+ version = " 2.2.6 "
25+ dependencies = [ ' mcpl-core==2.2.6 ' ]
2626requires-python = " >=3.8"
2727readme = " README.md"
2828license = {text = " Apache-2.0" }
@@ -46,7 +46,7 @@ phits2mcpl = "_mcpl_extra.cli:cli_wrapper_phits2mcpl"
4646mcpl2phits = " _mcpl_extra.cli:cli_wrapper_mcpl2phits"
4747
4848[build-system ]
49- requires = [" scikit-build-core>=0.11.0" ," mcpl-core==2.2.5 " ]
49+ requires = [" scikit-build-core>=0.11.0" ," mcpl-core==2.2.6 " ]
5050build-backend = " scikit_build_core.build"
5151
5252[tool .scikit-build ]
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ build-backend = "setuptools.build_meta"
2525
2626[project ]
2727name = " mcpl"
28- version = " 2.2.5 "
29- dependencies = [ ' mcpl-core==2.2.5 ' , ' mcpl-python==2.2.5 ' ]
28+ version = " 2.2.6 "
29+ dependencies = [ ' mcpl-core==2.2.6 ' , ' mcpl-python==2.2.6 ' ]
3030requires-python = " >=3.8"
3131readme = " README.md"
3232license = {text = " Apache-2.0" }
Original file line number Diff line number Diff line change 6060 'is_valid_stat_sum_key'
6161 ]
6262
63- __version__ = '2.2.5 '
63+ __version__ = '2.2.6 '
6464
6565from .mcpl import ( MCPLFile ,
6666 MCPLParticle ,
Original file line number Diff line number Diff line change 4949
5050__license__ = "Apache 2.0, http://www.apache.org/licenses/LICENSE-2.0"
5151__copyright__ = 'Copyright 2015-2026'
52- __version__ = '2.2.5 '
52+ __version__ = '2.2.6 '
5353__status__ = 'Production'
5454__author__ = 'Thomas Kittelmann'
5555__maintainer__ = 'Thomas Kittelmann'
You can’t perform that action at this time.
0 commit comments