File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ### Changed
11+
12+ - the function ` Grid::evolve ` now makes use of parallelization to take advantage
13+ of the number of CPU cores available using the Rayon crate; the number of CPU
14+ cores to be used can be controlled via the ` RAYON_NUM_THREADS ` environment
15+ variable
16+
1017### Fixed
1118
1219- added a missing implementation for a branch in ` Grid::merge ` that was
@@ -37,13 +44,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3744- fixed a bug that caused ` pineappl export ` to fail when called with grid
3845 having non-trivial factors in their channel definitions
3946
40- ### Changed
41-
42- - the function ` evolution::evolve_slice ` is now parallelized to take advantage
43- of the number of CPU cores available using the Rayon crate; the number of CPU
44- cores to be used can be controlled via the ` RAYON_NUM_THREADS ` environment
45- variable
46-
4747## [ 1.0.0] - 10/06/2025
4848
4949PineAPPL 1.0 is a major rewrite from the previous version, allowing grids to
You can’t perform that action at this time.
0 commit comments